Shades of Eggplant #AA0580
Tints of Eggplant #AA0580
RGB
CMYK
RGB Variations
Color information
#AA0580 (or 0xAA0580) is known color: Eggplant. HEX triplet: AA, 05 and 80. RGB value is (170,5,128). Sum of RGB (Red+Green+Blue) = 170+5+128=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0580 is #55FA7F. Grayscale: #444444. Windows color (decimal): -5634688 or 8390058. OLE color: 8390058.
HSL color Cylindrical-coordinate representation of color #AA0580: hue angle of 315.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 #AA0580 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.33 |
| HSL | 315.27º | 0.94% | 0.34% | - |
| HSV(B) | 315.27º | 0.97% | 0.67% | - |
| XYZ | 20.53 | 10.21 | 21.31 | - |
| YUV | 68.36 | 161.66 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 128 | 0 | 0.97 | 0.25 | 0.33 | 315.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 80 | 0 | 61 | 19 | 21 | 13B | 5E | 22 |
| Octal | 252 | 5 | 200 | 0 | 141 | 31 | 41 | 473 | 136 | 42 |
| Binary | 10101010 | 101 | 10000000 | 0 | 1100001 | 11001 | 100001 | 100111011 | 1011110 | 100010 |
Color Harmonies of #AA0580
Complementary color
Monochromatic Colors of #AA0580
Black with #AA0580
Text Example
Text Example
White with #AA0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0580; }
p { color: rgb(170,5,128); }
H1.HeaderClassName
{
color: #AA0580;
}
.AnyTagClassName
{
color: #AA0580;
}
</style>
background-color css
<style>
a { background-color: #AA0580; }
a { background-color: rgb(170,5,128); }
div.DivClassName
{
background-color: #AA0580;
}
.BgClassName
{
background-color: #AA0580;
}
</style>
border-color css
<style>
span { border-color: #AA0580; }
span { border-color: rgb(170,5,128); }
td.TdClassName
{
border-color: #AA0580;
}
.TagClassName
{
border-color: #AA0580;
}
</style>