Shades of Eggplant #AB057B
Tints of Eggplant #AB057B
RGB
CMYK
RGB Variations
Color information
#AB057B (or 0xAB057B) is known color: Eggplant. HEX triplet: AB, 05 and 7B. RGB value is (171,5,123). Sum of RGB (Red+Green+Blue) = 171+5+123=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB057B is #54FA84. Grayscale: #434343. Windows color (decimal): -5569157 or 8062379. OLE color: 8062379.
HSL color Cylindrical-coordinate representation of color #AB057B: hue angle of 317.35º 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 #AB057B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.33 |
| HSL | 317.35º | 0.94% | 0.35% | - |
| HSV(B) | 317.35º | 0.97% | 0.67% | - |
| XYZ | 20.42 | 10.2 | 19.63 | - |
| YUV | 68.09 | 159 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 123 | 0 | 0.97 | 0.28 | 0.33 | 317.35 | 0.94 | 0.35 |
| Hex | AB | 5 | 7B | 0 | 61 | 1C | 21 | 13D | 5E | 23 |
| Octal | 253 | 5 | 173 | 0 | 141 | 34 | 41 | 475 | 136 | 43 |
| Binary | 10101011 | 101 | 1111011 | 0 | 1100001 | 11100 | 100001 | 100111101 | 1011110 | 100011 |
Color Harmonies of #AB057B
Complementary color
Monochromatic Colors of #AB057B
Black with #AB057B
Text Example
Text Example
White with #AB057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB057B; }
p { color: rgb(171,5,123); }
H1.HeaderClassName
{
color: #AB057B;
}
.AnyTagClassName
{
color: #AB057B;
}
</style>
background-color css
<style>
a { background-color: #AB057B; }
a { background-color: rgb(171,5,123); }
div.DivClassName
{
background-color: #AB057B;
}
.BgClassName
{
background-color: #AB057B;
}
</style>
border-color css
<style>
span { border-color: #AB057B; }
span { border-color: rgb(171,5,123); }
td.TdClassName
{
border-color: #AB057B;
}
.TagClassName
{
border-color: #AB057B;
}
</style>