Shades of Mulberry #AB5589
Tints of Mulberry #AB5589
RGB
CMYK
RGB Variations
Color information
#AB5589 (or 0xAB5589) is known color: Mulberry. HEX triplet: AB, 55 and 89. RGB value is (171,85,137). Sum of RGB (Red+Green+Blue) = 171+85+137=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5589 is #54AA76. Grayscale: #747474. Windows color (decimal): -5548663 or 9000363. OLE color: 9000363.
HSL color Cylindrical-coordinate representation of color #AB5589: hue angle of 323.72º 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 #AB5589 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 137 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.33 |
| HSL | 323.72º | 0.34% | 0.5% | - |
| HSV(B) | 323.72º | 0.5% | 0.67% | - |
| XYZ | 24.56 | 16.96 | 25.65 | - |
| YUV | 116.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 137 | 0 | 0.50 | 0.20 | 0.33 | 323.72 | 0.34 | 0.5 |
| Hex | AB | 55 | 89 | 0 | 32 | 14 | 21 | 144 | 22 | 32 |
| Octal | 253 | 125 | 211 | 0 | 62 | 24 | 41 | 504 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10001001 | 0 | 110010 | 10100 | 100001 | 101000100 | 100010 | 110010 |
Color Harmonies of #AB5589
Complementary color
Monochromatic Colors of #AB5589
Black with #AB5589
Text Example
Text Example
White with #AB5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5589; }
p { color: rgb(171,85,137); }
H1.HeaderClassName
{
color: #AB5589;
}
.AnyTagClassName
{
color: #AB5589;
}
</style>
background-color css
<style>
a { background-color: #AB5589; }
a { background-color: rgb(171,85,137); }
div.DivClassName
{
background-color: #AB5589;
}
.BgClassName
{
background-color: #AB5589;
}
</style>
border-color css
<style>
span { border-color: #AB5589; }
span { border-color: rgb(171,85,137); }
td.TdClassName
{
border-color: #AB5589;
}
.TagClassName
{
border-color: #AB5589;
}
</style>