Shades of Eggplant #A9066E
Tints of Eggplant #A9066E
RGB
CMYK
RGB Variations
Color information
#A9066E (or 0xA9066E) is known color: Eggplant. HEX triplet: A9, 06 and 6E. RGB value is (169,6,110). Sum of RGB (Red+Green+Blue) = 169+6+110=285 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.30% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 169 - color contains mainly: red. Hex color #A9066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9066E is #56F991. Grayscale: #424242. Windows color (decimal): -5699986 or 7210665. OLE color: 7210665.
HSL color Cylindrical-coordinate representation of color #A9066E: hue angle of 321.72º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9066E is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 110 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.34 |
| HSL | 321.72º | 0.93% | 0.34% | - |
| HSV(B) | 321.72º | 0.96% | 0.66% | - |
| XYZ | 19.24 | 9.69 | 15.61 | - |
| YUV | 66.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 110 | 0 | 0.96 | 0.35 | 0.34 | 321.72 | 0.93 | 0.34 |
| Hex | A9 | 6 | 6E | 0 | 60 | 23 | 22 | 142 | 5D | 22 |
| Octal | 251 | 6 | 156 | 0 | 140 | 43 | 42 | 502 | 135 | 42 |
| Binary | 10101001 | 110 | 1101110 | 0 | 1100000 | 100011 | 100010 | 101000010 | 1011101 | 100010 |
Color Harmonies of #A9066E
Complementary color
Monochromatic Colors of #A9066E
Black with #A9066E
Text Example
Text Example
White with #A9066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9066E; }
p { color: rgb(169,6,110); }
H1.HeaderClassName
{
color: #A9066E;
}
.AnyTagClassName
{
color: #A9066E;
}
</style>
background-color css
<style>
a { background-color: #A9066E; }
a { background-color: rgb(169,6,110); }
div.DivClassName
{
background-color: #A9066E;
}
.BgClassName
{
background-color: #A9066E;
}
</style>
border-color css
<style>
span { border-color: #A9066E; }
span { border-color: rgb(169,6,110); }
td.TdClassName
{
border-color: #A9066E;
}
.TagClassName
{
border-color: #A9066E;
}
</style>