Shades of Mulberry #AB5688
Tints of Mulberry #AB5688
RGB
CMYK
RGB Variations
Color information
#AB5688 (or 0xAB5688) is known color: Mulberry. HEX triplet: AB, 56 and 88. RGB value is (171,86,136). Sum of RGB (Red+Green+Blue) = 171+86+136=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5688 is #54A977. Grayscale: #757575. Windows color (decimal): -5548408 or 8935083. OLE color: 8935083.
HSL color Cylindrical-coordinate representation of color #AB5688: hue angle of 324.71º 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 #AB5688 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 136 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.33 |
| HSL | 324.71º | 0.34% | 0.5% | - |
| HSV(B) | 324.71º | 0.5% | 0.67% | - |
| XYZ | 24.57 | 17.09 | 25.3 | - |
| YUV | 117.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 136 | 0 | 0.50 | 0.20 | 0.33 | 324.71 | 0.34 | 0.5 |
| Hex | AB | 56 | 88 | 0 | 32 | 14 | 21 | 145 | 22 | 32 |
| Octal | 253 | 126 | 210 | 0 | 62 | 24 | 41 | 505 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10001000 | 0 | 110010 | 10100 | 100001 | 101000101 | 100010 | 110010 |
Color Harmonies of #AB5688
Complementary color
Monochromatic Colors of #AB5688
Black with #AB5688
Text Example
Text Example
White with #AB5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5688; }
p { color: rgb(171,86,136); }
H1.HeaderClassName
{
color: #AB5688;
}
.AnyTagClassName
{
color: #AB5688;
}
</style>
background-color css
<style>
a { background-color: #AB5688; }
a { background-color: rgb(171,86,136); }
div.DivClassName
{
background-color: #AB5688;
}
.BgClassName
{
background-color: #AB5688;
}
</style>
border-color css
<style>
span { border-color: #AB5688; }
span { border-color: rgb(171,86,136); }
td.TdClassName
{
border-color: #AB5688;
}
.TagClassName
{
border-color: #AB5688;
}
</style>