Shades of Eggplant #AA036F
Tints of Eggplant #AA036F
RGB
CMYK
RGB Variations
Color information
#AA036F (or 0xAA036F) is known color: Eggplant. HEX triplet: AA, 03 and 6F. RGB value is (170,3,111). Sum of RGB (Red+Green+Blue) = 170+3+111=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA036F is #55FC90. Grayscale: #404040. Windows color (decimal): -5635217 or 7275434. OLE color: 7275434.
HSL color Cylindrical-coordinate representation of color #AA036F: hue angle of 321.2º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA036F is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.33 |
| HSL | 321.2º | 0.97% | 0.34% | - |
| HSV(B) | 321.2º | 0.98% | 0.67% | - |
| XYZ | 19.48 | 9.76 | 15.9 | - |
| YUV | 65.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 111 | 0 | 0.98 | 0.35 | 0.33 | 321.2 | 0.97 | 0.34 |
| Hex | AA | 3 | 6F | 0 | 62 | 23 | 21 | 141 | 61 | 22 |
| Octal | 252 | 3 | 157 | 0 | 142 | 43 | 41 | 501 | 141 | 42 |
| Binary | 10101010 | 11 | 1101111 | 0 | 1100010 | 100011 | 100001 | 101000001 | 1100001 | 100010 |
Color Harmonies of #AA036F
Complementary color
Monochromatic Colors of #AA036F
Black with #AA036F
Text Example
Text Example
White with #AA036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA036F; }
p { color: rgb(170,3,111); }
H1.HeaderClassName
{
color: #AA036F;
}
.AnyTagClassName
{
color: #AA036F;
}
</style>
background-color css
<style>
a { background-color: #AA036F; }
a { background-color: rgb(170,3,111); }
div.DivClassName
{
background-color: #AA036F;
}
.BgClassName
{
background-color: #AA036F;
}
</style>
border-color css
<style>
span { border-color: #AA036F; }
span { border-color: rgb(170,3,111); }
td.TdClassName
{
border-color: #AA036F;
}
.TagClassName
{
border-color: #AA036F;
}
</style>