15bit
15bit generally refers to a color depth used in digital images and video where each color channel is represented by 5 bits, typically yielding 2^15 or 32,768 distinct colors. It is most commonly called RGB555, with red, green, and blue each allocated five bits. In many systems, the 16-bit word used to store pixel data leaves the most significant bit unused or repurposed, for example as an alpha flag in ARGB1555 formats (which use 1 bit of alpha plus 5 bits per color, totaling 16 bits).
Encoding details vary by platform. In the standard RGB555 arrangement, color components range from 0 to 31
History and usage. 15-bit color was common in older graphics hardware and displays, including certain VGA modes,
Limitations and considerations. The main drawback is reduced color resolution compared with higher bit-depth formats, which