Shades of Eggplant #AA0B7E
Tints of Eggplant #AA0B7E
RGB
CMYK
RGB Variations
Color information
#AA0B7E (or 0xAA0B7E) is known color: Eggplant. HEX triplet: AA, 0B and 7E. RGB value is (170,11,126). Sum of RGB (Red+Green+Blue) = 170+11+126=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0B7E is #55F481. Grayscale: #474747. Windows color (decimal): -5633154 or 8260522. OLE color: 8260522.
HSL color Cylindrical-coordinate representation of color #AA0B7E: hue angle of 316.6º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B7E is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 126 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.33 |
| HSL | 316.6º | 0.88% | 0.35% | - |
| HSV(B) | 316.6º | 0.94% | 0.67% | - |
| XYZ | 20.46 | 10.29 | 20.65 | - |
| YUV | 71.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 126 | 0 | 0.94 | 0.26 | 0.33 | 316.6 | 0.88 | 0.35 |
| Hex | AA | B | 7E | 0 | 5E | 1A | 21 | 13D | 58 | 23 |
| Octal | 252 | 13 | 176 | 0 | 136 | 32 | 41 | 475 | 130 | 43 |
| Binary | 10101010 | 1011 | 1111110 | 0 | 1011110 | 11010 | 100001 | 100111101 | 1011000 | 100011 |
Color Harmonies of #AA0B7E
Complementary color
Monochromatic Colors of #AA0B7E
Black with #AA0B7E
Text Example
Text Example
White with #AA0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B7E; }
p { color: rgb(170,11,126); }
H1.HeaderClassName
{
color: #AA0B7E;
}
.AnyTagClassName
{
color: #AA0B7E;
}
</style>
background-color css
<style>
a { background-color: #AA0B7E; }
a { background-color: rgb(170,11,126); }
div.DivClassName
{
background-color: #AA0B7E;
}
.BgClassName
{
background-color: #AA0B7E;
}
</style>
border-color css
<style>
span { border-color: #AA0B7E; }
span { border-color: rgb(170,11,126); }
td.TdClassName
{
border-color: #AA0B7E;
}
.TagClassName
{
border-color: #AA0B7E;
}
</style>