Shades of Eggplant #AA0774
Tints of Eggplant #AA0774
RGB
CMYK
RGB Variations
Color information
#AA0774 (or 0xAA0774) is known color: Eggplant. HEX triplet: AA, 07 and 74. RGB value is (170,7,116). Sum of RGB (Red+Green+Blue) = 170+7+116=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0774 is #55F88B. Grayscale: #434343. Windows color (decimal): -5634188 or 7604138. OLE color: 7604138.
HSL color Cylindrical-coordinate representation of color #AA0774: hue angle of 319.88º 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 #AA0774 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 116 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.33 |
| HSL | 319.88º | 0.92% | 0.35% | - |
| HSV(B) | 319.88º | 0.96% | 0.67% | - |
| XYZ | 19.81 | 9.96 | 17.4 | - |
| YUV | 68.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 116 | 0 | 0.96 | 0.32 | 0.33 | 319.88 | 0.92 | 0.35 |
| Hex | AA | 7 | 74 | 0 | 60 | 20 | 21 | 140 | 5C | 23 |
| Octal | 252 | 7 | 164 | 0 | 140 | 40 | 41 | 500 | 134 | 43 |
| Binary | 10101010 | 111 | 1110100 | 0 | 1100000 | 100000 | 100001 | 101000000 | 1011100 | 100011 |
Color Harmonies of #AA0774
Complementary color
Monochromatic Colors of #AA0774
Black with #AA0774
Text Example
Text Example
White with #AA0774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0774; }
p { color: rgb(170,7,116); }
H1.HeaderClassName
{
color: #AA0774;
}
.AnyTagClassName
{
color: #AA0774;
}
</style>
background-color css
<style>
a { background-color: #AA0774; }
a { background-color: rgb(170,7,116); }
div.DivClassName
{
background-color: #AA0774;
}
.BgClassName
{
background-color: #AA0774;
}
</style>
border-color css
<style>
span { border-color: #AA0774; }
span { border-color: rgb(170,7,116); }
td.TdClassName
{
border-color: #AA0774;
}
.TagClassName
{
border-color: #AA0774;
}
</style>