Shades of Eggplant #AA0482
Tints of Eggplant #AA0482
RGB
CMYK
RGB Variations
Color information
#AA0482 (or 0xAA0482) is known color: Eggplant. HEX triplet: AA, 04 and 82. RGB value is (170,4,130). Sum of RGB (Red+Green+Blue) = 170+4+130=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0482 is #55FB7D. Grayscale: #434343. Windows color (decimal): -5634942 or 8520874. OLE color: 8520874.
HSL color Cylindrical-coordinate representation of color #AA0482: hue angle of 314.46º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0482 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.33 |
| HSL | 314.46º | 0.95% | 0.34% | - |
| HSV(B) | 314.46º | 0.98% | 0.67% | - |
| XYZ | 20.65 | 10.24 | 22.01 | - |
| YUV | 68 | 163 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 130 | 0 | 0.98 | 0.24 | 0.33 | 314.46 | 0.95 | 0.34 |
| Hex | AA | 4 | 82 | 0 | 62 | 18 | 21 | 13A | 5F | 22 |
| Octal | 252 | 4 | 202 | 0 | 142 | 30 | 41 | 472 | 137 | 42 |
| Binary | 10101010 | 100 | 10000010 | 0 | 1100010 | 11000 | 100001 | 100111010 | 1011111 | 100010 |
Color Harmonies of #AA0482
Complementary color
Monochromatic Colors of #AA0482
Black with #AA0482
Text Example
Text Example
White with #AA0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0482; }
p { color: rgb(170,4,130); }
H1.HeaderClassName
{
color: #AA0482;
}
.AnyTagClassName
{
color: #AA0482;
}
</style>
background-color css
<style>
a { background-color: #AA0482; }
a { background-color: rgb(170,4,130); }
div.DivClassName
{
background-color: #AA0482;
}
.BgClassName
{
background-color: #AA0482;
}
</style>
border-color css
<style>
span { border-color: #AA0482; }
span { border-color: rgb(170,4,130); }
td.TdClassName
{
border-color: #AA0482;
}
.TagClassName
{
border-color: #AA0482;
}
</style>