Shades of Eggplant #AA0180
Tints of Eggplant #AA0180
RGB
CMYK
RGB Variations
Color information
#AA0180 (or 0xAA0180) is known color: Eggplant. HEX triplet: AA, 01 and 80. RGB value is (170,1,128). Sum of RGB (Red+Green+Blue) = 170+1+128=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0180 is #55FE7F. Grayscale: #414141. Windows color (decimal): -5635712 or 8389034. OLE color: 8389034.
HSL color Cylindrical-coordinate representation of color #AA0180: hue angle of 314.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0180 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 128 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.33 |
| HSL | 314.91º | 0.99% | 0.34% | - |
| HSV(B) | 314.91º | 0.99% | 0.67% | - |
| XYZ | 20.48 | 10.13 | 21.3 | - |
| YUV | 66.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 128 | 0 | 0.99 | 0.25 | 0.33 | 314.91 | 0.99 | 0.34 |
| Hex | AA | 1 | 80 | 0 | 63 | 19 | 21 | 13B | 63 | 22 |
| Octal | 252 | 1 | 200 | 0 | 143 | 31 | 41 | 473 | 143 | 42 |
| Binary | 10101010 | 1 | 10000000 | 0 | 1100011 | 11001 | 100001 | 100111011 | 1100011 | 100010 |
Color Harmonies of #AA0180
Complementary color
Monochromatic Colors of #AA0180
Black with #AA0180
Text Example
Text Example
White with #AA0180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0180; }
p { color: rgb(170,1,128); }
H1.HeaderClassName
{
color: #AA0180;
}
.AnyTagClassName
{
color: #AA0180;
}
</style>
background-color css
<style>
a { background-color: #AA0180; }
a { background-color: rgb(170,1,128); }
div.DivClassName
{
background-color: #AA0180;
}
.BgClassName
{
background-color: #AA0180;
}
</style>
border-color css
<style>
span { border-color: #AA0180; }
span { border-color: rgb(170,1,128); }
td.TdClassName
{
border-color: #AA0180;
}
.TagClassName
{
border-color: #AA0180;
}
</style>