Shades of Eggplant #AB0083
Tints of Eggplant #AB0083
RGB
CMYK
RGB Variations
Color information
#AB0083 (or 0xAB0083) is known color: Eggplant. HEX triplet: AB, 00 and 83. RGB value is (171,0,131). Sum of RGB (Red+Green+Blue) = 171+0+131=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0083 is #54FF7C. Grayscale: #414141. Windows color (decimal): -5570429 or 8585387. OLE color: 8585387.
HSL color Cylindrical-coordinate representation of color #AB0083: hue angle of 314.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB0083 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 131 | - |
| CMYK | 0 | 1 | 0.23 | 0.33 |
| HSL | 314.04º | 1% | 0.34% | - |
| HSV(B) | 314.04º | 1% | 0.67% | - |
| XYZ | 20.89 | 10.3 | 22.36 | - |
| YUV | 66.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 131 | 0 | 1 | 0.23 | 0.33 | 314.04 | 1 | 0.34 |
| Hex | AB | 0 | 83 | 0 | 64 | 17 | 21 | 13A | 64 | 22 |
| Octal | 253 | 0 | 203 | 0 | 144 | 27 | 41 | 472 | 144 | 42 |
| Binary | 10101011 | 0 | 10000011 | 0 | 1100100 | 10111 | 100001 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AB0083
Complementary color
Monochromatic Colors of #AB0083
Black with #AB0083
Text Example
Text Example
White with #AB0083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0083; }
p { color: rgb(171,0,131); }
H1.HeaderClassName
{
color: #AB0083;
}
.AnyTagClassName
{
color: #AB0083;
}
</style>
background-color css
<style>
a { background-color: #AB0083; }
a { background-color: rgb(171,0,131); }
div.DivClassName
{
background-color: #AB0083;
}
.BgClassName
{
background-color: #AB0083;
}
</style>
border-color css
<style>
span { border-color: #AB0083; }
span { border-color: rgb(171,0,131); }
td.TdClassName
{
border-color: #AB0083;
}
.TagClassName
{
border-color: #AB0083;
}
</style>