Shades of Eggplant #A9026B
Tints of Eggplant #A9026B
RGB
CMYK
RGB Variations
Color information
#A9026B (or 0xA9026B) is known color: Eggplant. HEX triplet: A9, 02 and 6B. RGB value is (169,2,107). Sum of RGB (Red+Green+Blue) = 169+2+107=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9026B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9026B is #56FD94. Grayscale: #3F3F3F. Windows color (decimal): -5701013 or 7013033. OLE color: 7013033.
HSL color Cylindrical-coordinate representation of color #A9026B: hue angle of 322.28º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A9026B is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.34 |
| HSL | 322.28º | 0.98% | 0.34% | - |
| HSV(B) | 322.28º | 0.99% | 0.66% | - |
| XYZ | 19.04 | 9.54 | 14.75 | - |
| YUV | 63.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 2 | 107 | 0 | 0.99 | 0.37 | 0.34 | 322.28 | 0.98 | 0.34 |
| Hex | A9 | 2 | 6B | 0 | 63 | 25 | 22 | 142 | 62 | 22 |
| Octal | 251 | 2 | 153 | 0 | 143 | 45 | 42 | 502 | 142 | 42 |
| Binary | 10101001 | 10 | 1101011 | 0 | 1100011 | 100101 | 100010 | 101000010 | 1100010 | 100010 |
Color Harmonies of #A9026B
Complementary color
Monochromatic Colors of #A9026B
Black with #A9026B
Text Example
Text Example
White with #A9026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9026B; }
p { color: rgb(169,2,107); }
H1.HeaderClassName
{
color: #A9026B;
}
.AnyTagClassName
{
color: #A9026B;
}
</style>
background-color css
<style>
a { background-color: #A9026B; }
a { background-color: rgb(169,2,107); }
div.DivClassName
{
background-color: #A9026B;
}
.BgClassName
{
background-color: #A9026B;
}
</style>
border-color css
<style>
span { border-color: #A9026B; }
span { border-color: rgb(169,2,107); }
td.TdClassName
{
border-color: #A9026B;
}
.TagClassName
{
border-color: #A9026B;
}
</style>