Shades of Mulberry #AB5687
Tints of Mulberry #AB5687
RGB
CMYK
RGB Variations
Color information
#AB5687 (or 0xAB5687) is known color: Mulberry. HEX triplet: AB, 56 and 87. RGB value is (171,86,135). Sum of RGB (Red+Green+Blue) = 171+86+135=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5687 is #54A978. Grayscale: #747474. Windows color (decimal): -5548409 or 8869547. OLE color: 8869547.
HSL color Cylindrical-coordinate representation of color #AB5687: hue angle of 325.41º 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 #AB5687 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 135 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.33 |
| HSL | 325.41º | 0.34% | 0.5% | - |
| HSV(B) | 325.41º | 0.5% | 0.67% | - |
| XYZ | 24.5 | 17.06 | 24.92 | - |
| YUV | 117 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 135 | 0 | 0.50 | 0.21 | 0.33 | 325.41 | 0.34 | 0.5 |
| Hex | AB | 56 | 87 | 0 | 32 | 15 | 21 | 145 | 22 | 32 |
| Octal | 253 | 126 | 207 | 0 | 62 | 25 | 41 | 505 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10000111 | 0 | 110010 | 10101 | 100001 | 101000101 | 100010 | 110010 |
Color Harmonies of #AB5687
Complementary color
Monochromatic Colors of #AB5687
Black with #AB5687
Text Example
Text Example
White with #AB5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5687; }
p { color: rgb(171,86,135); }
H1.HeaderClassName
{
color: #AB5687;
}
.AnyTagClassName
{
color: #AB5687;
}
</style>
background-color css
<style>
a { background-color: #AB5687; }
a { background-color: rgb(171,86,135); }
div.DivClassName
{
background-color: #AB5687;
}
.BgClassName
{
background-color: #AB5687;
}
</style>
border-color css
<style>
span { border-color: #AB5687; }
span { border-color: rgb(171,86,135); }
td.TdClassName
{
border-color: #AB5687;
}
.TagClassName
{
border-color: #AB5687;
}
</style>