Shades of Eggplant #AA0184
Tints of Eggplant #AA0184
RGB
CMYK
RGB Variations
Color information
#AA0184 (or 0xAA0184) is known color: Eggplant. HEX triplet: AA, 01 and 84. RGB value is (170,1,132). Sum of RGB (Red+Green+Blue) = 170+1+132=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0184 is #55FE7B. Grayscale: #424242. Windows color (decimal): -5635708 or 8651178. OLE color: 8651178.
HSL color Cylindrical-coordinate representation of color #AA0184: hue angle of 313.49º 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 #AA0184 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.33 |
| HSL | 313.49º | 0.99% | 0.34% | - |
| HSV(B) | 313.49º | 0.99% | 0.67% | - |
| XYZ | 20.75 | 10.23 | 22.71 | - |
| YUV | 66.47 | 164.99 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 132 | 0 | 0.99 | 0.22 | 0.33 | 313.49 | 0.99 | 0.34 |
| Hex | AA | 1 | 84 | 0 | 63 | 16 | 21 | 139 | 63 | 22 |
| Octal | 252 | 1 | 204 | 0 | 143 | 26 | 41 | 471 | 143 | 42 |
| Binary | 10101010 | 1 | 10000100 | 0 | 1100011 | 10110 | 100001 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AA0184
Complementary color
Monochromatic Colors of #AA0184
Black with #AA0184
Text Example
Text Example
White with #AA0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0184; }
p { color: rgb(170,1,132); }
H1.HeaderClassName
{
color: #AA0184;
}
.AnyTagClassName
{
color: #AA0184;
}
</style>
background-color css
<style>
a { background-color: #AA0184; }
a { background-color: rgb(170,1,132); }
div.DivClassName
{
background-color: #AA0184;
}
.BgClassName
{
background-color: #AA0184;
}
</style>
border-color css
<style>
span { border-color: #AA0184; }
span { border-color: rgb(170,1,132); }
td.TdClassName
{
border-color: #AA0184;
}
.TagClassName
{
border-color: #AA0184;
}
</style>