Shades of Eggplant #AA0570
Tints of Eggplant #AA0570
RGB
CMYK
RGB Variations
Color information
#AA0570 (or 0xAA0570) is known color: Eggplant. HEX triplet: AA, 05 and 70. RGB value is (170,5,112). Sum of RGB (Red+Green+Blue) = 170+5+112=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0570 is #55FA8F. Grayscale: #424242. Windows color (decimal): -5634704 or 7341482. OLE color: 7341482.
HSL color Cylindrical-coordinate representation of color #AA0570: hue angle of 321.09º 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 #AA0570 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.33 |
| HSL | 321.09º | 0.94% | 0.34% | - |
| HSV(B) | 321.09º | 0.97% | 0.67% | - |
| XYZ | 19.56 | 9.82 | 16.19 | - |
| YUV | 66.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 112 | 0 | 0.97 | 0.34 | 0.33 | 321.09 | 0.94 | 0.34 |
| Hex | AA | 5 | 70 | 0 | 61 | 22 | 21 | 141 | 5E | 22 |
| Octal | 252 | 5 | 160 | 0 | 141 | 42 | 41 | 501 | 136 | 42 |
| Binary | 10101010 | 101 | 1110000 | 0 | 1100001 | 100010 | 100001 | 101000001 | 1011110 | 100010 |
Color Harmonies of #AA0570
Complementary color
Monochromatic Colors of #AA0570
Black with #AA0570
Text Example
Text Example
White with #AA0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0570; }
p { color: rgb(170,5,112); }
H1.HeaderClassName
{
color: #AA0570;
}
.AnyTagClassName
{
color: #AA0570;
}
</style>
background-color css
<style>
a { background-color: #AA0570; }
a { background-color: rgb(170,5,112); }
div.DivClassName
{
background-color: #AA0570;
}
.BgClassName
{
background-color: #AA0570;
}
</style>
border-color css
<style>
span { border-color: #AA0570; }
span { border-color: rgb(170,5,112); }
td.TdClassName
{
border-color: #AA0570;
}
.TagClassName
{
border-color: #AA0570;
}
</style>