Shades of Mulberry #AB4D87
Tints of Mulberry #AB4D87
RGB
CMYK
RGB Variations
Color information
#AB4D87 (or 0xAB4D87) is known color: Mulberry. HEX triplet: AB, 4D and 87. RGB value is (171,77,135). Sum of RGB (Red+Green+Blue) = 171+77+135=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4D87 is #54B278. Grayscale: #6F6F6F. Windows color (decimal): -5550713 or 8867243. OLE color: 8867243.
HSL color Cylindrical-coordinate representation of color #AB4D87: hue angle of 322.98º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D87 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 135 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.33 |
| HSL | 322.98º | 0.38% | 0.49% | - |
| HSV(B) | 322.98º | 0.55% | 0.67% | - |
| XYZ | 23.82 | 15.71 | 24.7 | - |
| YUV | 111.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 135 | 0 | 0.55 | 0.21 | 0.33 | 322.98 | 0.38 | 0.49 |
| Hex | AB | 4D | 87 | 0 | 37 | 15 | 21 | 143 | 26 | 31 |
| Octal | 253 | 115 | 207 | 0 | 67 | 25 | 41 | 503 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10000111 | 0 | 110111 | 10101 | 100001 | 101000011 | 100110 | 110001 |
Color Harmonies of #AB4D87
Complementary color
Monochromatic Colors of #AB4D87
Black with #AB4D87
Text Example
Text Example
White with #AB4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D87; }
p { color: rgb(171,77,135); }
H1.HeaderClassName
{
color: #AB4D87;
}
.AnyTagClassName
{
color: #AB4D87;
}
</style>
background-color css
<style>
a { background-color: #AB4D87; }
a { background-color: rgb(171,77,135); }
div.DivClassName
{
background-color: #AB4D87;
}
.BgClassName
{
background-color: #AB4D87;
}
</style>
border-color css
<style>
span { border-color: #AB4D87; }
span { border-color: rgb(171,77,135); }
td.TdClassName
{
border-color: #AB4D87;
}
.TagClassName
{
border-color: #AB4D87;
}
</style>