Shades of Eggplant #AA0384
Tints of Eggplant #AA0384
RGB
CMYK
RGB Variations
Color information
#AA0384 (or 0xAA0384) is known color: Eggplant. HEX triplet: AA, 03 and 84. RGB value is (170,3,132). Sum of RGB (Red+Green+Blue) = 170+3+132=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0384 is #55FC7B. Grayscale: #434343. Windows color (decimal): -5635196 or 8651690. OLE color: 8651690.
HSL color Cylindrical-coordinate representation of color #AA0384: hue angle of 313.65º degrees, saturation: 0.97, 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 #AA0384 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.65º | 0.97% | 0.34% | - |
| HSV(B) | 313.65º | 0.98% | 0.67% | - |
| XYZ | 20.77 | 10.28 | 22.72 | - |
| YUV | 67.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 132 | 0 | 0.98 | 0.22 | 0.33 | 313.65 | 0.97 | 0.34 |
| Hex | AA | 3 | 84 | 0 | 62 | 16 | 21 | 13A | 61 | 22 |
| Octal | 252 | 3 | 204 | 0 | 142 | 26 | 41 | 472 | 141 | 42 |
| Binary | 10101010 | 11 | 10000100 | 0 | 1100010 | 10110 | 100001 | 100111010 | 1100001 | 100010 |
Color Harmonies of #AA0384
Complementary color
Monochromatic Colors of #AA0384
Black with #AA0384
Text Example
Text Example
White with #AA0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0384; }
p { color: rgb(170,3,132); }
H1.HeaderClassName
{
color: #AA0384;
}
.AnyTagClassName
{
color: #AA0384;
}
</style>
background-color css
<style>
a { background-color: #AA0384; }
a { background-color: rgb(170,3,132); }
div.DivClassName
{
background-color: #AA0384;
}
.BgClassName
{
background-color: #AA0384;
}
</style>
border-color css
<style>
span { border-color: #AA0384; }
span { border-color: rgb(170,3,132); }
td.TdClassName
{
border-color: #AA0384;
}
.TagClassName
{
border-color: #AA0384;
}
</style>