Shades of Eggplant #AA0781
Tints of Eggplant #AA0781
RGB
CMYK
RGB Variations
Color information
#AA0781 (or 0xAA0781) is known color: Eggplant. HEX triplet: AA, 07 and 81. RGB value is (170,7,129). Sum of RGB (Red+Green+Blue) = 170+7+129=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0781 is #55F87E. Grayscale: #454545. Windows color (decimal): -5634175 or 8456106. OLE color: 8456106.
HSL color Cylindrical-coordinate representation of color #AA0781: hue angle of 315.09º 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 #AA0781 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 129 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.33 |
| HSL | 315.09º | 0.92% | 0.35% | - |
| HSV(B) | 315.09º | 0.96% | 0.67% | - |
| XYZ | 20.62 | 10.28 | 21.67 | - |
| YUV | 69.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 129 | 0 | 0.96 | 0.24 | 0.33 | 315.09 | 0.92 | 0.35 |
| Hex | AA | 7 | 81 | 0 | 60 | 18 | 21 | 13B | 5C | 23 |
| Octal | 252 | 7 | 201 | 0 | 140 | 30 | 41 | 473 | 134 | 43 |
| Binary | 10101010 | 111 | 10000001 | 0 | 1100000 | 11000 | 100001 | 100111011 | 1011100 | 100011 |
Color Harmonies of #AA0781
Complementary color
Monochromatic Colors of #AA0781
Black with #AA0781
Text Example
Text Example
White with #AA0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0781; }
p { color: rgb(170,7,129); }
H1.HeaderClassName
{
color: #AA0781;
}
.AnyTagClassName
{
color: #AA0781;
}
</style>
background-color css
<style>
a { background-color: #AA0781; }
a { background-color: rgb(170,7,129); }
div.DivClassName
{
background-color: #AA0781;
}
.BgClassName
{
background-color: #AA0781;
}
</style>
border-color css
<style>
span { border-color: #AA0781; }
span { border-color: rgb(170,7,129); }
td.TdClassName
{
border-color: #AA0781;
}
.TagClassName
{
border-color: #AA0781;
}
</style>