Shades of Eggplant #AA0176
Tints of Eggplant #AA0176
RGB
CMYK
RGB Variations
Color information
#AA0176 (or 0xAA0176) is known color: Eggplant. HEX triplet: AA, 01 and 76. RGB value is (170,1,118). Sum of RGB (Red+Green+Blue) = 170+1+118=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0176 is #55FE89. Grayscale: #404040. Windows color (decimal): -5635722 or 7733674. OLE color: 7733674.
HSL color Cylindrical-coordinate representation of color #AA0176: hue angle of 318.46º 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 #AA0176 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.33 |
| HSL | 318.46º | 0.99% | 0.34% | - |
| HSV(B) | 318.46º | 0.99% | 0.67% | - |
| XYZ | 19.86 | 9.88 | 18 | - |
| YUV | 64.87 | 157.99 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 118 | 0 | 0.99 | 0.31 | 0.33 | 318.46 | 0.99 | 0.34 |
| Hex | AA | 1 | 76 | 0 | 63 | 1F | 21 | 13E | 63 | 22 |
| Octal | 252 | 1 | 166 | 0 | 143 | 37 | 41 | 476 | 143 | 42 |
| Binary | 10101010 | 1 | 1110110 | 0 | 1100011 | 11111 | 100001 | 100111110 | 1100011 | 100010 |
Color Harmonies of #AA0176
Complementary color
Monochromatic Colors of #AA0176
Black with #AA0176
Text Example
Text Example
White with #AA0176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0176; }
p { color: rgb(170,1,118); }
H1.HeaderClassName
{
color: #AA0176;
}
.AnyTagClassName
{
color: #AA0176;
}
</style>
background-color css
<style>
a { background-color: #AA0176; }
a { background-color: rgb(170,1,118); }
div.DivClassName
{
background-color: #AA0176;
}
.BgClassName
{
background-color: #AA0176;
}
</style>
border-color css
<style>
span { border-color: #AA0176; }
span { border-color: rgb(170,1,118); }
td.TdClassName
{
border-color: #AA0176;
}
.TagClassName
{
border-color: #AA0176;
}
</style>