Shades of Eggplant #AB0580
Tints of Eggplant #AB0580
RGB
CMYK
RGB Variations
Color information
#AB0580 (or 0xAB0580) is known color: Eggplant. HEX triplet: AB, 05 and 80. RGB value is (171,5,128). Sum of RGB (Red+Green+Blue) = 171+5+128=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0580 is #54FA7F. Grayscale: #444444. Windows color (decimal): -5569152 or 8390059. OLE color: 8390059.
HSL color Cylindrical-coordinate representation of color #AB0580: hue angle of 315.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0580 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 128 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.33 |
| HSL | 315.54º | 0.94% | 0.35% | - |
| HSV(B) | 315.54º | 0.97% | 0.67% | - |
| XYZ | 20.75 | 10.32 | 21.32 | - |
| YUV | 68.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 128 | 0 | 0.97 | 0.25 | 0.33 | 315.54 | 0.94 | 0.35 |
| Hex | AB | 5 | 80 | 0 | 61 | 19 | 21 | 13C | 5E | 23 |
| Octal | 253 | 5 | 200 | 0 | 141 | 31 | 41 | 474 | 136 | 43 |
| Binary | 10101011 | 101 | 10000000 | 0 | 1100001 | 11001 | 100001 | 100111100 | 1011110 | 100011 |
Color Harmonies of #AB0580
Complementary color
Monochromatic Colors of #AB0580
Black with #AB0580
Text Example
Text Example
White with #AB0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0580; }
p { color: rgb(171,5,128); }
H1.HeaderClassName
{
color: #AB0580;
}
.AnyTagClassName
{
color: #AB0580;
}
</style>
background-color css
<style>
a { background-color: #AB0580; }
a { background-color: rgb(171,5,128); }
div.DivClassName
{
background-color: #AB0580;
}
.BgClassName
{
background-color: #AB0580;
}
</style>
border-color css
<style>
span { border-color: #AB0580; }
span { border-color: rgb(171,5,128); }
td.TdClassName
{
border-color: #AB0580;
}
.TagClassName
{
border-color: #AB0580;
}
</style>