Shades of Eggplant #AA0283
Tints of Eggplant #AA0283
RGB
CMYK
RGB Variations
Color information
#AA0283 (or 0xAA0283) is known color: Eggplant. HEX triplet: AA, 02 and 83. RGB value is (170,2,131). Sum of RGB (Red+Green+Blue) = 170+2+131=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0283 is #55FD7C. Grayscale: #424242. Windows color (decimal): -5635453 or 8585898. OLE color: 8585898.
HSL color Cylindrical-coordinate representation of color #AA0283: hue angle of 313.93º degrees, saturation: 0.98, 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 #AA0283 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.33 |
| HSL | 313.93º | 0.98% | 0.34% | - |
| HSV(B) | 313.93º | 0.99% | 0.67% | - |
| XYZ | 20.7 | 10.23 | 22.36 | - |
| YUV | 66.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 131 | 0 | 0.99 | 0.23 | 0.33 | 313.93 | 0.98 | 0.34 |
| Hex | AA | 2 | 83 | 0 | 63 | 17 | 21 | 13A | 62 | 22 |
| Octal | 252 | 2 | 203 | 0 | 143 | 27 | 41 | 472 | 142 | 42 |
| Binary | 10101010 | 10 | 10000011 | 0 | 1100011 | 10111 | 100001 | 100111010 | 1100010 | 100010 |
Color Harmonies of #AA0283
Complementary color
Monochromatic Colors of #AA0283
Black with #AA0283
Text Example
Text Example
White with #AA0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0283; }
p { color: rgb(170,2,131); }
H1.HeaderClassName
{
color: #AA0283;
}
.AnyTagClassName
{
color: #AA0283;
}
</style>
background-color css
<style>
a { background-color: #AA0283; }
a { background-color: rgb(170,2,131); }
div.DivClassName
{
background-color: #AA0283;
}
.BgClassName
{
background-color: #AA0283;
}
</style>
border-color css
<style>
span { border-color: #AA0283; }
span { border-color: rgb(170,2,131); }
td.TdClassName
{
border-color: #AA0283;
}
.TagClassName
{
border-color: #AA0283;
}
</style>