Shades of Eggplant #AA027A
Tints of Eggplant #AA027A
RGB
CMYK
RGB Variations
Color information
#AA027A (or 0xAA027A) is known color: Eggplant. HEX triplet: AA, 02 and 7A. RGB value is (170,2,122). Sum of RGB (Red+Green+Blue) = 170+2+122=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA027A is #55FD85. Grayscale: #414141. Windows color (decimal): -5635462 or 7996074. OLE color: 7996074.
HSL color Cylindrical-coordinate representation of color #AA027A: hue angle of 317.14º 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 #AA027A is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.33 |
| HSL | 317.14º | 0.98% | 0.34% | - |
| HSV(B) | 317.14º | 0.99% | 0.67% | - |
| XYZ | 20.11 | 9.99 | 19.28 | - |
| YUV | 65.91 | 159.66 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 122 | 0 | 0.99 | 0.28 | 0.33 | 317.14 | 0.98 | 0.34 |
| Hex | AA | 2 | 7A | 0 | 63 | 1C | 21 | 13D | 62 | 22 |
| Octal | 252 | 2 | 172 | 0 | 143 | 34 | 41 | 475 | 142 | 42 |
| Binary | 10101010 | 10 | 1111010 | 0 | 1100011 | 11100 | 100001 | 100111101 | 1100010 | 100010 |
Color Harmonies of #AA027A
Complementary color
Monochromatic Colors of #AA027A
Black with #AA027A
Text Example
Text Example
White with #AA027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA027A; }
p { color: rgb(170,2,122); }
H1.HeaderClassName
{
color: #AA027A;
}
.AnyTagClassName
{
color: #AA027A;
}
</style>
background-color css
<style>
a { background-color: #AA027A; }
a { background-color: rgb(170,2,122); }
div.DivClassName
{
background-color: #AA027A;
}
.BgClassName
{
background-color: #AA027A;
}
</style>
border-color css
<style>
span { border-color: #AA027A; }
span { border-color: rgb(170,2,122); }
td.TdClassName
{
border-color: #AA027A;
}
.TagClassName
{
border-color: #AA027A;
}
</style>