Shades of Eggplant #AA0778
Tints of Eggplant #AA0778
RGB
CMYK
RGB Variations
Color information
#AA0778 (or 0xAA0778) is known color: Eggplant. HEX triplet: AA, 07 and 78. RGB value is (170,7,120). Sum of RGB (Red+Green+Blue) = 170+7+120=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0778 is #55F887. Grayscale: #444444. Windows color (decimal): -5634184 or 7866282. OLE color: 7866282.
HSL color Cylindrical-coordinate representation of color #AA0778: hue angle of 318.4º 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 #AA0778 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.33 |
| HSL | 318.4º | 0.92% | 0.35% | - |
| HSV(B) | 318.4º | 0.96% | 0.67% | - |
| XYZ | 20.04 | 10.05 | 18.65 | - |
| YUV | 68.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 120 | 0 | 0.96 | 0.29 | 0.33 | 318.4 | 0.92 | 0.35 |
| Hex | AA | 7 | 78 | 0 | 60 | 1D | 21 | 13E | 5C | 23 |
| Octal | 252 | 7 | 170 | 0 | 140 | 35 | 41 | 476 | 134 | 43 |
| Binary | 10101010 | 111 | 1111000 | 0 | 1100000 | 11101 | 100001 | 100111110 | 1011100 | 100011 |
Color Harmonies of #AA0778
Complementary color
Monochromatic Colors of #AA0778
Black with #AA0778
Text Example
Text Example
White with #AA0778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0778; }
p { color: rgb(170,7,120); }
H1.HeaderClassName
{
color: #AA0778;
}
.AnyTagClassName
{
color: #AA0778;
}
</style>
background-color css
<style>
a { background-color: #AA0778; }
a { background-color: rgb(170,7,120); }
div.DivClassName
{
background-color: #AA0778;
}
.BgClassName
{
background-color: #AA0778;
}
</style>
border-color css
<style>
span { border-color: #AA0778; }
span { border-color: rgb(170,7,120); }
td.TdClassName
{
border-color: #AA0778;
}
.TagClassName
{
border-color: #AA0778;
}
</style>