Shades of Mulberry #AB568E
Tints of Mulberry #AB568E
RGB
CMYK
RGB Variations
Color information
#AB568E (or 0xAB568E) is known color: Mulberry. HEX triplet: AB, 56 and 8E. RGB value is (171,86,142). Sum of RGB (Red+Green+Blue) = 171+86+142=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB568E is #54A971. Grayscale: #757575. Windows color (decimal): -5548402 or 9328299. OLE color: 9328299.
HSL color Cylindrical-coordinate representation of color #AB568E: hue angle of 320.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB568E is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 142 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.33 |
| HSL | 320.47º | 0.34% | 0.5% | - |
| HSV(B) | 320.47º | 0.5% | 0.67% | - |
| XYZ | 25 | 17.27 | 27.61 | - |
| YUV | 117.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 142 | 0 | 0.50 | 0.17 | 0.33 | 320.47 | 0.34 | 0.5 |
| Hex | AB | 56 | 8E | 0 | 32 | 11 | 21 | 140 | 22 | 32 |
| Octal | 253 | 126 | 216 | 0 | 62 | 21 | 41 | 500 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10001110 | 0 | 110010 | 10001 | 100001 | 101000000 | 100010 | 110010 |
Color Harmonies of #AB568E
Complementary color
Monochromatic Colors of #AB568E
Black with #AB568E
Text Example
Text Example
White with #AB568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB568E; }
p { color: rgb(171,86,142); }
H1.HeaderClassName
{
color: #AB568E;
}
.AnyTagClassName
{
color: #AB568E;
}
</style>
background-color css
<style>
a { background-color: #AB568E; }
a { background-color: rgb(171,86,142); }
div.DivClassName
{
background-color: #AB568E;
}
.BgClassName
{
background-color: #AB568E;
}
</style>
border-color css
<style>
span { border-color: #AB568E; }
span { border-color: rgb(171,86,142); }
td.TdClassName
{
border-color: #AB568E;
}
.TagClassName
{
border-color: #AB568E;
}
</style>