Shades of Eggplant #AA087B
Tints of Eggplant #AA087B
RGB
CMYK
RGB Variations
Color information
#AA087B (or 0xAA087B) is known color: Eggplant. HEX triplet: AA, 08 and 7B. RGB value is (170,8,123). Sum of RGB (Red+Green+Blue) = 170+8+123=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA087B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA087B is #55F784. Grayscale: #454545. Windows color (decimal): -5633925 or 8063146. OLE color: 8063146.
HSL color Cylindrical-coordinate representation of color #AA087B: hue angle of 317.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA087B is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 123 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.33 |
| HSL | 317.41º | 0.91% | 0.35% | - |
| HSV(B) | 317.41º | 0.95% | 0.67% | - |
| XYZ | 20.24 | 10.15 | 19.63 | - |
| YUV | 69.55 | 158.17 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 123 | 0 | 0.95 | 0.28 | 0.33 | 317.41 | 0.91 | 0.35 |
| Hex | AA | 8 | 7B | 0 | 5F | 1C | 21 | 13D | 5B | 23 |
| Octal | 252 | 10 | 173 | 0 | 137 | 34 | 41 | 475 | 133 | 43 |
| Binary | 10101010 | 1000 | 1111011 | 0 | 1011111 | 11100 | 100001 | 100111101 | 1011011 | 100011 |
Color Harmonies of #AA087B
Complementary color
Monochromatic Colors of #AA087B
Black with #AA087B
Text Example
Text Example
White with #AA087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA087B; }
p { color: rgb(170,8,123); }
H1.HeaderClassName
{
color: #AA087B;
}
.AnyTagClassName
{
color: #AA087B;
}
</style>
background-color css
<style>
a { background-color: #AA087B; }
a { background-color: rgb(170,8,123); }
div.DivClassName
{
background-color: #AA087B;
}
.BgClassName
{
background-color: #AA087B;
}
</style>
border-color css
<style>
span { border-color: #AA087B; }
span { border-color: rgb(170,8,123); }
td.TdClassName
{
border-color: #AA087B;
}
.TagClassName
{
border-color: #AA087B;
}
</style>