Shades of Eggplant #AA0777
Tints of Eggplant #AA0777
RGB
CMYK
RGB Variations
Color information
#AA0777 (or 0xAA0777) is known color: Eggplant. HEX triplet: AA, 07 and 77. RGB value is (170,7,119). Sum of RGB (Red+Green+Blue) = 170+7+119=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0777 is #55F888. Grayscale: #444444. Windows color (decimal): -5634185 or 7800746. OLE color: 7800746.
HSL color Cylindrical-coordinate representation of color #AA0777: hue angle of 318.77º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0777 is Cyan = 0, Magento = 0.96, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 119 | - |
| CMYK | 0 | 0.96 | 0.3 | 0.33 |
| HSL | 318.77º | 0.92% | 0.35% | - |
| HSV(B) | 318.77º | 0.96% | 0.67% | - |
| XYZ | 19.98 | 10.03 | 18.34 | - |
| YUV | 68.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 119 | 0 | 0.96 | 0.3 | 0.33 | 318.77 | 0.92 | 0.35 |
| Hex | AA | 7 | 77 | 0 | 60 | 1E | 21 | 13F | 5C | 23 |
| Octal | 252 | 7 | 167 | 0 | 140 | 36 | 41 | 477 | 134 | 43 |
| Binary | 10101010 | 111 | 1110111 | 0 | 1100000 | 11110 | 100001 | 100111111 | 1011100 | 100011 |
Color Harmonies of #AA0777
Complementary color
Monochromatic Colors of #AA0777
Black with #AA0777
Text Example
Text Example
White with #AA0777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0777; }
p { color: rgb(170,7,119); }
H1.HeaderClassName
{
color: #AA0777;
}
.AnyTagClassName
{
color: #AA0777;
}
</style>
background-color css
<style>
a { background-color: #AA0777; }
a { background-color: rgb(170,7,119); }
div.DivClassName
{
background-color: #AA0777;
}
.BgClassName
{
background-color: #AA0777;
}
</style>
border-color css
<style>
span { border-color: #AA0777; }
span { border-color: rgb(170,7,119); }
td.TdClassName
{
border-color: #AA0777;
}
.TagClassName
{
border-color: #AA0777;
}
</style>