Shades of Eggplant #AA0276
Tints of Eggplant #AA0276
RGB
CMYK
RGB Variations
Color information
#AA0276 (or 0xAA0276) is known color: Eggplant. HEX triplet: AA, 02 and 76. RGB value is (170,2,118). Sum of RGB (Red+Green+Blue) = 170+2+118=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0276 is #55FD89. Grayscale: #414141. Windows color (decimal): -5635466 or 7733930. OLE color: 7733930.
HSL color Cylindrical-coordinate representation of color #AA0276: hue angle of 318.57º degrees, saturation: 0.98, 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 #AA0276 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.57º | 0.98% | 0.34% | - |
| HSV(B) | 318.57º | 0.99% | 0.67% | - |
| XYZ | 19.87 | 9.9 | 18 | - |
| YUV | 65.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 118 | 0 | 0.99 | 0.31 | 0.33 | 318.57 | 0.98 | 0.34 |
| Hex | AA | 2 | 76 | 0 | 63 | 1F | 21 | 13F | 62 | 22 |
| Octal | 252 | 2 | 166 | 0 | 143 | 37 | 41 | 477 | 142 | 42 |
| Binary | 10101010 | 10 | 1110110 | 0 | 1100011 | 11111 | 100001 | 100111111 | 1100010 | 100010 |
Color Harmonies of #AA0276
Complementary color
Monochromatic Colors of #AA0276
Black with #AA0276
Text Example
Text Example
White with #AA0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0276; }
p { color: rgb(170,2,118); }
H1.HeaderClassName
{
color: #AA0276;
}
.AnyTagClassName
{
color: #AA0276;
}
</style>
background-color css
<style>
a { background-color: #AA0276; }
a { background-color: rgb(170,2,118); }
div.DivClassName
{
background-color: #AA0276;
}
.BgClassName
{
background-color: #AA0276;
}
</style>
border-color css
<style>
span { border-color: #AA0276; }
span { border-color: rgb(170,2,118); }
td.TdClassName
{
border-color: #AA0276;
}
.TagClassName
{
border-color: #AA0276;
}
</style>