Shades of Eggplant #AA0578
Tints of Eggplant #AA0578
RGB
CMYK
RGB Variations
Color information
#AA0578 (or 0xAA0578) is known color: Eggplant. HEX triplet: AA, 05 and 78. RGB value is (170,5,120). Sum of RGB (Red+Green+Blue) = 170+5+120=295 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.63% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0578 is #55FA87. Grayscale: #434343. Windows color (decimal): -5634696 or 7865770. OLE color: 7865770.
HSL color Cylindrical-coordinate representation of color #AA0578: hue angle of 318.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0578 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 120 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.33 |
| HSL | 318.18º | 0.94% | 0.34% | - |
| HSV(B) | 318.18º | 0.97% | 0.67% | - |
| XYZ | 20.02 | 10.01 | 18.65 | - |
| YUV | 67.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 120 | 0 | 0.97 | 0.29 | 0.33 | 318.18 | 0.94 | 0.34 |
| Hex | AA | 5 | 78 | 0 | 61 | 1D | 21 | 13E | 5E | 22 |
| Octal | 252 | 5 | 170 | 0 | 141 | 35 | 41 | 476 | 136 | 42 |
| Binary | 10101010 | 101 | 1111000 | 0 | 1100001 | 11101 | 100001 | 100111110 | 1011110 | 100010 |
Color Harmonies of #AA0578
Complementary color
Monochromatic Colors of #AA0578
Black with #AA0578
Text Example
Text Example
White with #AA0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0578; }
p { color: rgb(170,5,120); }
H1.HeaderClassName
{
color: #AA0578;
}
.AnyTagClassName
{
color: #AA0578;
}
</style>
background-color css
<style>
a { background-color: #AA0578; }
a { background-color: rgb(170,5,120); }
div.DivClassName
{
background-color: #AA0578;
}
.BgClassName
{
background-color: #AA0578;
}
</style>
border-color css
<style>
span { border-color: #AA0578; }
span { border-color: rgb(170,5,120); }
td.TdClassName
{
border-color: #AA0578;
}
.TagClassName
{
border-color: #AA0578;
}
</style>