Shades of Eggplant #AB0B75
Tints of Eggplant #AB0B75
RGB
CMYK
RGB Variations
Color information
#AB0B75 (or 0xAB0B75) is known color: Eggplant. HEX triplet: AB, 0B and 75. RGB value is (171,11,117). Sum of RGB (Red+Green+Blue) = 171+11+117=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B75 is #54F48A. Grayscale: #464646. Windows color (decimal): -5567627 or 7670699. OLE color: 7670699.
HSL color Cylindrical-coordinate representation of color #AB0B75: hue angle of 320.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B75 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 117 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.33 |
| HSL | 320.25º | 0.88% | 0.36% | - |
| HSV(B) | 320.25º | 0.94% | 0.67% | - |
| XYZ | 20.13 | 10.18 | 17.73 | - |
| YUV | 70.92 | 154.01 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 117 | 0 | 0.94 | 0.32 | 0.33 | 320.25 | 0.88 | 0.36 |
| Hex | AB | B | 75 | 0 | 5E | 20 | 21 | 140 | 58 | 24 |
| Octal | 253 | 13 | 165 | 0 | 136 | 40 | 41 | 500 | 130 | 44 |
| Binary | 10101011 | 1011 | 1110101 | 0 | 1011110 | 100000 | 100001 | 101000000 | 1011000 | 100100 |
Color Harmonies of #AB0B75
Complementary color
Monochromatic Colors of #AB0B75
Black with #AB0B75
Text Example
Text Example
White with #AB0B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B75; }
p { color: rgb(171,11,117); }
H1.HeaderClassName
{
color: #AB0B75;
}
.AnyTagClassName
{
color: #AB0B75;
}
</style>
background-color css
<style>
a { background-color: #AB0B75; }
a { background-color: rgb(171,11,117); }
div.DivClassName
{
background-color: #AB0B75;
}
.BgClassName
{
background-color: #AB0B75;
}
</style>
border-color css
<style>
span { border-color: #AB0B75; }
span { border-color: rgb(171,11,117); }
td.TdClassName
{
border-color: #AB0B75;
}
.TagClassName
{
border-color: #AB0B75;
}
</style>