Shades of Eggplant #AA0572
Tints of Eggplant #AA0572
RGB
CMYK
RGB Variations
Color information
#AA0572 (or 0xAA0572) is known color: Eggplant. HEX triplet: AA, 05 and 72. RGB value is (170,5,114). Sum of RGB (Red+Green+Blue) = 170+5+114=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0572 is #55FA8D. Grayscale: #424242. Windows color (decimal): -5634702 or 7472554. OLE color: 7472554.
HSL color Cylindrical-coordinate representation of color #AA0572: hue angle of 320.36º 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 #AA0572 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 114 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.33 |
| HSL | 320.36º | 0.94% | 0.34% | - |
| HSV(B) | 320.36º | 0.97% | 0.67% | - |
| XYZ | 19.67 | 9.87 | 16.79 | - |
| YUV | 66.76 | 154.66 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 114 | 0 | 0.97 | 0.33 | 0.33 | 320.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 72 | 0 | 61 | 21 | 21 | 140 | 5E | 22 |
| Octal | 252 | 5 | 162 | 0 | 141 | 41 | 41 | 500 | 136 | 42 |
| Binary | 10101010 | 101 | 1110010 | 0 | 1100001 | 100001 | 100001 | 101000000 | 1011110 | 100010 |
Color Harmonies of #AA0572
Complementary color
Monochromatic Colors of #AA0572
Black with #AA0572
Text Example
Text Example
White with #AA0572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0572; }
p { color: rgb(170,5,114); }
H1.HeaderClassName
{
color: #AA0572;
}
.AnyTagClassName
{
color: #AA0572;
}
</style>
background-color css
<style>
a { background-color: #AA0572; }
a { background-color: rgb(170,5,114); }
div.DivClassName
{
background-color: #AA0572;
}
.BgClassName
{
background-color: #AA0572;
}
</style>
border-color css
<style>
span { border-color: #AA0572; }
span { border-color: rgb(170,5,114); }
td.TdClassName
{
border-color: #AA0572;
}
.TagClassName
{
border-color: #AA0572;
}
</style>