Shades of Eggplant #A9037B
Tints of Eggplant #A9037B
RGB
CMYK
RGB Variations
Color information
#A9037B (or 0xA9037B) is known color: Eggplant. HEX triplet: A9, 03 and 7B. RGB value is (169,3,123). Sum of RGB (Red+Green+Blue) = 169+3+123=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9037B is #56FC84. Grayscale: #424242. Windows color (decimal): -5700741 or 8061865. OLE color: 8061865.
HSL color Cylindrical-coordinate representation of color #A9037B: hue angle of 316.63º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9037B is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.34 |
| HSL | 316.63º | 0.97% | 0.34% | - |
| HSV(B) | 316.63º | 0.98% | 0.66% | - |
| XYZ | 19.97 | 9.93 | 19.6 | - |
| YUV | 66.31 | 160 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 123 | 0 | 0.98 | 0.27 | 0.34 | 316.63 | 0.97 | 0.34 |
| Hex | A9 | 3 | 7B | 0 | 62 | 1B | 22 | 13D | 61 | 22 |
| Octal | 251 | 3 | 173 | 0 | 142 | 33 | 42 | 475 | 141 | 42 |
| Binary | 10101001 | 11 | 1111011 | 0 | 1100010 | 11011 | 100010 | 100111101 | 1100001 | 100010 |
Color Harmonies of #A9037B
Complementary color
Monochromatic Colors of #A9037B
Black with #A9037B
Text Example
Text Example
White with #A9037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9037B; }
p { color: rgb(169,3,123); }
H1.HeaderClassName
{
color: #A9037B;
}
.AnyTagClassName
{
color: #A9037B;
}
</style>
background-color css
<style>
a { background-color: #A9037B; }
a { background-color: rgb(169,3,123); }
div.DivClassName
{
background-color: #A9037B;
}
.BgClassName
{
background-color: #A9037B;
}
</style>
border-color css
<style>
span { border-color: #A9037B; }
span { border-color: rgb(169,3,123); }
td.TdClassName
{
border-color: #A9037B;
}
.TagClassName
{
border-color: #A9037B;
}
</style>