Shades of Eggplant #AA0478
Tints of Eggplant #AA0478
RGB
CMYK
RGB Variations
Color information
#AA0478 (or 0xAA0478) is known color: Eggplant. HEX triplet: AA, 04 and 78. RGB value is (170,4,120). Sum of RGB (Red+Green+Blue) = 170+4+120=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0478 is #55FB87. Grayscale: #424242. Windows color (decimal): -5634952 or 7865514. OLE color: 7865514.
HSL color Cylindrical-coordinate representation of color #AA0478: hue angle of 318.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0478 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.33 |
| HSL | 318.07º | 0.95% | 0.34% | - |
| HSV(B) | 318.07º | 0.98% | 0.67% | - |
| XYZ | 20.01 | 9.99 | 18.64 | - |
| YUV | 66.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 120 | 0 | 0.98 | 0.29 | 0.33 | 318.07 | 0.95 | 0.34 |
| Hex | AA | 4 | 78 | 0 | 62 | 1D | 21 | 13E | 5F | 22 |
| Octal | 252 | 4 | 170 | 0 | 142 | 35 | 41 | 476 | 137 | 42 |
| Binary | 10101010 | 100 | 1111000 | 0 | 1100010 | 11101 | 100001 | 100111110 | 1011111 | 100010 |
Color Harmonies of #AA0478
Complementary color
Monochromatic Colors of #AA0478
Black with #AA0478
Text Example
Text Example
White with #AA0478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0478; }
p { color: rgb(170,4,120); }
H1.HeaderClassName
{
color: #AA0478;
}
.AnyTagClassName
{
color: #AA0478;
}
</style>
background-color css
<style>
a { background-color: #AA0478; }
a { background-color: rgb(170,4,120); }
div.DivClassName
{
background-color: #AA0478;
}
.BgClassName
{
background-color: #AA0478;
}
</style>
border-color css
<style>
span { border-color: #AA0478; }
span { border-color: rgb(170,4,120); }
td.TdClassName
{
border-color: #AA0478;
}
.TagClassName
{
border-color: #AA0478;
}
</style>