Shades of Eggplant #AA026D
Tints of Eggplant #AA026D
RGB
CMYK
RGB Variations
Color information
#AA026D (or 0xAA026D) is known color: Eggplant. HEX triplet: AA, 02 and 6D. RGB value is (170,2,109). Sum of RGB (Red+Green+Blue) = 170+2+109=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA026D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA026D is #55FD92. Grayscale: #404040. Windows color (decimal): -5635475 or 7144106. OLE color: 7144106.
HSL color Cylindrical-coordinate representation of color #AA026D: hue angle of 321.79º 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 #AA026D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.33 |
| HSL | 321.79º | 0.98% | 0.34% | - |
| HSV(B) | 321.79º | 0.99% | 0.67% | - |
| XYZ | 19.36 | 9.69 | 15.32 | - |
| YUV | 64.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 109 | 0 | 0.99 | 0.36 | 0.33 | 321.79 | 0.98 | 0.34 |
| Hex | AA | 2 | 6D | 0 | 63 | 24 | 21 | 142 | 62 | 22 |
| Octal | 252 | 2 | 155 | 0 | 143 | 44 | 41 | 502 | 142 | 42 |
| Binary | 10101010 | 10 | 1101101 | 0 | 1100011 | 100100 | 100001 | 101000010 | 1100010 | 100010 |
Color Harmonies of #AA026D
Complementary color
Monochromatic Colors of #AA026D
Black with #AA026D
Text Example
Text Example
White with #AA026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA026D; }
p { color: rgb(170,2,109); }
H1.HeaderClassName
{
color: #AA026D;
}
.AnyTagClassName
{
color: #AA026D;
}
</style>
background-color css
<style>
a { background-color: #AA026D; }
a { background-color: rgb(170,2,109); }
div.DivClassName
{
background-color: #AA026D;
}
.BgClassName
{
background-color: #AA026D;
}
</style>
border-color css
<style>
span { border-color: #AA026D; }
span { border-color: rgb(170,2,109); }
td.TdClassName
{
border-color: #AA026D;
}
.TagClassName
{
border-color: #AA026D;
}
</style>