Shades of Eggplant #AA0D78
Tints of Eggplant #AA0D78
RGB
CMYK
RGB Variations
Color information
#AA0D78 (or 0xAA0D78) is known color: Eggplant. HEX triplet: AA, 0D and 78. RGB value is (170,13,120). Sum of RGB (Red+Green+Blue) = 170+13+120=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0D78 is #55F287. Grayscale: #474747. Windows color (decimal): -5632648 or 7867818. OLE color: 7867818.
HSL color Cylindrical-coordinate representation of color #AA0D78: hue angle of 319.11º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D78 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 120 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.33 |
| HSL | 319.11º | 0.86% | 0.36% | - |
| HSV(B) | 319.11º | 0.92% | 0.67% | - |
| XYZ | 20.11 | 10.19 | 18.68 | - |
| YUV | 72.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 120 | 0 | 0.92 | 0.29 | 0.33 | 319.11 | 0.86 | 0.36 |
| Hex | AA | D | 78 | 0 | 5C | 1D | 21 | 13F | 56 | 24 |
| Octal | 252 | 15 | 170 | 0 | 134 | 35 | 41 | 477 | 126 | 44 |
| Binary | 10101010 | 1101 | 1111000 | 0 | 1011100 | 11101 | 100001 | 100111111 | 1010110 | 100100 |
Color Harmonies of #AA0D78
Complementary color
Monochromatic Colors of #AA0D78
Black with #AA0D78
Text Example
Text Example
White with #AA0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D78; }
p { color: rgb(170,13,120); }
H1.HeaderClassName
{
color: #AA0D78;
}
.AnyTagClassName
{
color: #AA0D78;
}
</style>
background-color css
<style>
a { background-color: #AA0D78; }
a { background-color: rgb(170,13,120); }
div.DivClassName
{
background-color: #AA0D78;
}
.BgClassName
{
background-color: #AA0D78;
}
</style>
border-color css
<style>
span { border-color: #AA0D78; }
span { border-color: rgb(170,13,120); }
td.TdClassName
{
border-color: #AA0D78;
}
.TagClassName
{
border-color: #AA0D78;
}
</style>