Shades of Eggplant #AA016D
Tints of Eggplant #AA016D
RGB
CMYK
RGB Variations
Color information
#AA016D (or 0xAA016D) is known color: Eggplant. HEX triplet: AA, 01 and 6D. RGB value is (170,1,109). Sum of RGB (Red+Green+Blue) = 170+1+109=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA016D is #55FE92. Grayscale: #3F3F3F. Windows color (decimal): -5635731 or 7143850. OLE color: 7143850.
HSL color Cylindrical-coordinate representation of color #AA016D: hue angle of 321.66º degrees, saturation: 0.99, 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 #AA016D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.33 |
| HSL | 321.66º | 0.99% | 0.34% | - |
| HSV(B) | 321.66º | 0.99% | 0.67% | - |
| XYZ | 19.35 | 9.67 | 15.32 | - |
| YUV | 63.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 109 | 0 | 0.99 | 0.36 | 0.33 | 321.66 | 0.99 | 0.34 |
| Hex | AA | 1 | 6D | 0 | 63 | 24 | 21 | 142 | 63 | 22 |
| Octal | 252 | 1 | 155 | 0 | 143 | 44 | 41 | 502 | 143 | 42 |
| Binary | 10101010 | 1 | 1101101 | 0 | 1100011 | 100100 | 100001 | 101000010 | 1100011 | 100010 |
Color Harmonies of #AA016D
Complementary color
Monochromatic Colors of #AA016D
Black with #AA016D
Text Example
Text Example
White with #AA016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA016D; }
p { color: rgb(170,1,109); }
H1.HeaderClassName
{
color: #AA016D;
}
.AnyTagClassName
{
color: #AA016D;
}
</style>
background-color css
<style>
a { background-color: #AA016D; }
a { background-color: rgb(170,1,109); }
div.DivClassName
{
background-color: #AA016D;
}
.BgClassName
{
background-color: #AA016D;
}
</style>
border-color css
<style>
span { border-color: #AA016D; }
span { border-color: rgb(170,1,109); }
td.TdClassName
{
border-color: #AA016D;
}
.TagClassName
{
border-color: #AA016D;
}
</style>