Shades of Eggplant #AA0183
Tints of Eggplant #AA0183
RGB
CMYK
RGB Variations
Color information
#AA0183 (or 0xAA0183) is known color: Eggplant. HEX triplet: AA, 01 and 83. RGB value is (170,1,131). Sum of RGB (Red+Green+Blue) = 170+1+131=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0183 is #55FE7C. Grayscale: #424242. Windows color (decimal): -5635709 or 8585642. OLE color: 8585642.
HSL color Cylindrical-coordinate representation of color #AA0183: hue angle of 313.85º 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 #AA0183 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.33 |
| HSL | 313.85º | 0.99% | 0.34% | - |
| HSV(B) | 313.85º | 0.99% | 0.67% | - |
| XYZ | 20.69 | 10.21 | 22.35 | - |
| YUV | 66.35 | 164.49 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 131 | 0 | 0.99 | 0.23 | 0.33 | 313.85 | 0.99 | 0.34 |
| Hex | AA | 1 | 83 | 0 | 63 | 17 | 21 | 13A | 63 | 22 |
| Octal | 252 | 1 | 203 | 0 | 143 | 27 | 41 | 472 | 143 | 42 |
| Binary | 10101010 | 1 | 10000011 | 0 | 1100011 | 10111 | 100001 | 100111010 | 1100011 | 100010 |
Color Harmonies of #AA0183
Complementary color
Monochromatic Colors of #AA0183
Black with #AA0183
Text Example
Text Example
White with #AA0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0183; }
p { color: rgb(170,1,131); }
H1.HeaderClassName
{
color: #AA0183;
}
.AnyTagClassName
{
color: #AA0183;
}
</style>
background-color css
<style>
a { background-color: #AA0183; }
a { background-color: rgb(170,1,131); }
div.DivClassName
{
background-color: #AA0183;
}
.BgClassName
{
background-color: #AA0183;
}
</style>
border-color css
<style>
span { border-color: #AA0183; }
span { border-color: rgb(170,1,131); }
td.TdClassName
{
border-color: #AA0183;
}
.TagClassName
{
border-color: #AA0183;
}
</style>