Shades of Eggplant #AA0182
Tints of Eggplant #AA0182
RGB
CMYK
RGB Variations
Color information
#AA0182 (or 0xAA0182) is known color: Eggplant. HEX triplet: AA, 01 and 82. RGB value is (170,1,130). Sum of RGB (Red+Green+Blue) = 170+1+130=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0182 is #55FE7D. Grayscale: #414141. Windows color (decimal): -5635710 or 8520106. OLE color: 8520106.
HSL color Cylindrical-coordinate representation of color #AA0182: hue angle of 314.2º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0182 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 130 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.33 |
| HSL | 314.2º | 0.99% | 0.34% | - |
| HSV(B) | 314.2º | 0.99% | 0.67% | - |
| XYZ | 20.62 | 10.18 | 22 | - |
| YUV | 66.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 130 | 0 | 0.99 | 0.24 | 0.33 | 314.2 | 0.99 | 0.34 |
| Hex | AA | 1 | 82 | 0 | 63 | 18 | 21 | 13A | 63 | 22 |
| Octal | 252 | 1 | 202 | 0 | 143 | 30 | 41 | 472 | 143 | 42 |
| Binary | 10101010 | 1 | 10000010 | 0 | 1100011 | 11000 | 100001 | 100111010 | 1100011 | 100010 |
Color Harmonies of #AA0182
Complementary color
Monochromatic Colors of #AA0182
Black with #AA0182
Text Example
Text Example
White with #AA0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0182; }
p { color: rgb(170,1,130); }
H1.HeaderClassName
{
color: #AA0182;
}
.AnyTagClassName
{
color: #AA0182;
}
</style>
background-color css
<style>
a { background-color: #AA0182; }
a { background-color: rgb(170,1,130); }
div.DivClassName
{
background-color: #AA0182;
}
.BgClassName
{
background-color: #AA0182;
}
</style>
border-color css
<style>
span { border-color: #AA0182; }
span { border-color: rgb(170,1,130); }
td.TdClassName
{
border-color: #AA0182;
}
.TagClassName
{
border-color: #AA0182;
}
</style>