Shades of Eggplant #AA0575
Tints of Eggplant #AA0575
RGB
CMYK
RGB Variations
Color information
#AA0575 (or 0xAA0575) is known color: Eggplant. HEX triplet: AA, 05 and 75. RGB value is (170,5,117). Sum of RGB (Red+Green+Blue) = 170+5+117=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0575 is #55FA8A. Grayscale: #424242. Windows color (decimal): -5634699 or 7669162. OLE color: 7669162.
HSL color Cylindrical-coordinate representation of color #AA0575: hue angle of 319.27º 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 #AA0575 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 117 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.33 |
| HSL | 319.27º | 0.94% | 0.34% | - |
| HSV(B) | 319.27º | 0.97% | 0.67% | - |
| XYZ | 19.84 | 9.94 | 17.7 | - |
| YUV | 67.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 117 | 0 | 0.97 | 0.31 | 0.33 | 319.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 75 | 0 | 61 | 1F | 21 | 13F | 5E | 22 |
| Octal | 252 | 5 | 165 | 0 | 141 | 37 | 41 | 477 | 136 | 42 |
| Binary | 10101010 | 101 | 1110101 | 0 | 1100001 | 11111 | 100001 | 100111111 | 1011110 | 100010 |
Color Harmonies of #AA0575
Complementary color
Monochromatic Colors of #AA0575
Black with #AA0575
Text Example
Text Example
White with #AA0575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0575; }
p { color: rgb(170,5,117); }
H1.HeaderClassName
{
color: #AA0575;
}
.AnyTagClassName
{
color: #AA0575;
}
</style>
background-color css
<style>
a { background-color: #AA0575; }
a { background-color: rgb(170,5,117); }
div.DivClassName
{
background-color: #AA0575;
}
.BgClassName
{
background-color: #AA0575;
}
</style>
border-color css
<style>
span { border-color: #AA0575; }
span { border-color: rgb(170,5,117); }
td.TdClassName
{
border-color: #AA0575;
}
.TagClassName
{
border-color: #AA0575;
}
</style>