Shades of Mulberry #AB558F
Tints of Mulberry #AB558F
RGB
CMYK
RGB Variations
Color information
#AB558F (or 0xAB558F) is known color: Mulberry. HEX triplet: AB, 55 and 8F. RGB value is (171,85,143). Sum of RGB (Red+Green+Blue) = 171+85+143=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558F is #54AA70. Grayscale: #757575. Windows color (decimal): -5548657 or 9393579. OLE color: 9393579.
HSL color Cylindrical-coordinate representation of color #AB558F: hue angle of 319.53º 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 #AB558F is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 143 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.33 |
| HSL | 319.53º | 0.34% | 0.5% | - |
| HSV(B) | 319.53º | 0.5% | 0.67% | - |
| XYZ | 25 | 17.14 | 27.98 | - |
| YUV | 117.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 143 | 0 | 0.50 | 0.16 | 0.33 | 319.53 | 0.34 | 0.5 |
| Hex | AB | 55 | 8F | 0 | 32 | 10 | 21 | 140 | 22 | 32 |
| Octal | 253 | 125 | 217 | 0 | 62 | 20 | 41 | 500 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10001111 | 0 | 110010 | 10000 | 100001 | 101000000 | 100010 | 110010 |
Color Harmonies of #AB558F
Complementary color
Monochromatic Colors of #AB558F
Black with #AB558F
Text Example
Text Example
White with #AB558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB558F; }
p { color: rgb(171,85,143); }
H1.HeaderClassName
{
color: #AB558F;
}
.AnyTagClassName
{
color: #AB558F;
}
</style>
background-color css
<style>
a { background-color: #AB558F; }
a { background-color: rgb(171,85,143); }
div.DivClassName
{
background-color: #AB558F;
}
.BgClassName
{
background-color: #AB558F;
}
</style>
border-color css
<style>
span { border-color: #AB558F; }
span { border-color: rgb(171,85,143); }
td.TdClassName
{
border-color: #AB558F;
}
.TagClassName
{
border-color: #AB558F;
}
</style>