Shades of Eggplant #AB0085
Tints of Eggplant #AB0085
RGB
CMYK
RGB Variations
Color information
#AB0085 (or 0xAB0085) is known color: Eggplant. HEX triplet: AB, 00 and 85. RGB value is (171,0,133). Sum of RGB (Red+Green+Blue) = 171+0+133=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0085 is #54FF7A. Grayscale: #414141. Windows color (decimal): -5570427 or 8716459. OLE color: 8716459.
HSL color Cylindrical-coordinate representation of color #AB0085: hue angle of 313.33º 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 #AB0085 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.22 | 0.33 |
| HSL | 313.33º | 1% | 0.34% | - |
| HSV(B) | 313.33º | 1% | 0.67% | - |
| XYZ | 21.03 | 10.35 | 23.08 | - |
| YUV | 66.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 133 | 0 | 1 | 0.22 | 0.33 | 313.33 | 1 | 0.34 |
| Hex | AB | 0 | 85 | 0 | 64 | 16 | 21 | 139 | 64 | 22 |
| Octal | 253 | 0 | 205 | 0 | 144 | 26 | 41 | 471 | 144 | 42 |
| Binary | 10101011 | 0 | 10000101 | 0 | 1100100 | 10110 | 100001 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AB0085
Complementary color
Monochromatic Colors of #AB0085
Black with #AB0085
Text Example
Text Example
White with #AB0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0085; }
p { color: rgb(171,0,133); }
H1.HeaderClassName
{
color: #AB0085;
}
.AnyTagClassName
{
color: #AB0085;
}
</style>
background-color css
<style>
a { background-color: #AB0085; }
a { background-color: rgb(171,0,133); }
div.DivClassName
{
background-color: #AB0085;
}
.BgClassName
{
background-color: #AB0085;
}
</style>
border-color css
<style>
span { border-color: #AB0085; }
span { border-color: rgb(171,0,133); }
td.TdClassName
{
border-color: #AB0085;
}
.TagClassName
{
border-color: #AB0085;
}
</style>