Shades of Eggplant #AA0271
Tints of Eggplant #AA0271
RGB
CMYK
RGB Variations
Color information
#AA0271 (or 0xAA0271) is known color: Eggplant. HEX triplet: AA, 02 and 71. RGB value is (170,2,113). Sum of RGB (Red+Green+Blue) = 170+2+113=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0271 is #55FD8E. Grayscale: #404040. Windows color (decimal): -5635471 or 7406250. OLE color: 7406250.
HSL color Cylindrical-coordinate representation of color #AA0271: hue angle of 320.36º 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 #AA0271 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.33 |
| HSL | 320.36º | 0.98% | 0.34% | - |
| HSV(B) | 320.36º | 0.99% | 0.67% | - |
| XYZ | 19.58 | 9.78 | 16.48 | - |
| YUV | 64.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 113 | 0 | 0.99 | 0.34 | 0.33 | 320.36 | 0.98 | 0.34 |
| Hex | AA | 2 | 71 | 0 | 63 | 22 | 21 | 140 | 62 | 22 |
| Octal | 252 | 2 | 161 | 0 | 143 | 42 | 41 | 500 | 142 | 42 |
| Binary | 10101010 | 10 | 1110001 | 0 | 1100011 | 100010 | 100001 | 101000000 | 1100010 | 100010 |
Color Harmonies of #AA0271
Complementary color
Monochromatic Colors of #AA0271
Black with #AA0271
Text Example
Text Example
White with #AA0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0271; }
p { color: rgb(170,2,113); }
H1.HeaderClassName
{
color: #AA0271;
}
.AnyTagClassName
{
color: #AA0271;
}
</style>
background-color css
<style>
a { background-color: #AA0271; }
a { background-color: rgb(170,2,113); }
div.DivClassName
{
background-color: #AA0271;
}
.BgClassName
{
background-color: #AA0271;
}
</style>
border-color css
<style>
span { border-color: #AA0271; }
span { border-color: rgb(170,2,113); }
td.TdClassName
{
border-color: #AA0271;
}
.TagClassName
{
border-color: #AA0271;
}
</style>