Shades of Eggplant #AA0078
Tints of Eggplant #AA0078
RGB
CMYK
RGB Variations
Color information
#AA0078 (or 0xAA0078) is known color: Eggplant. HEX triplet: AA, 00 and 78. RGB value is (170,0,120). Sum of RGB (Red+Green+Blue) = 170+0+120=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0078 is #55FF87. Grayscale: #404040. Windows color (decimal): -5635976 or 7864490. OLE color: 7864490.
HSL color Cylindrical-coordinate representation of color #AA0078: hue angle of 317.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0078 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.29 | 0.33 |
| HSL | 317.65º | 1% | 0.33% | - |
| HSV(B) | 317.65º | 1% | 0.67% | - |
| XYZ | 19.97 | 9.9 | 18.63 | - |
| YUV | 64.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 120 | 0 | 1 | 0.29 | 0.33 | 317.65 | 1 | 0.33 |
| Hex | AA | 0 | 78 | 0 | 64 | 1D | 21 | 13E | 64 | 21 |
| Octal | 252 | 0 | 170 | 0 | 144 | 35 | 41 | 476 | 144 | 41 |
| Binary | 10101010 | 0 | 1111000 | 0 | 1100100 | 11101 | 100001 | 100111110 | 1100100 | 100001 |
Color Harmonies of #AA0078
Complementary color
Monochromatic Colors of #AA0078
Black with #AA0078
Text Example
Text Example
White with #AA0078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0078; }
p { color: rgb(170,0,120); }
H1.HeaderClassName
{
color: #AA0078;
}
.AnyTagClassName
{
color: #AA0078;
}
</style>
background-color css
<style>
a { background-color: #AA0078; }
a { background-color: rgb(170,0,120); }
div.DivClassName
{
background-color: #AA0078;
}
.BgClassName
{
background-color: #AA0078;
}
</style>
border-color css
<style>
span { border-color: #AA0078; }
span { border-color: rgb(170,0,120); }
td.TdClassName
{
border-color: #AA0078;
}
.TagClassName
{
border-color: #AA0078;
}
</style>