Shades of Mulberry #AB4C88
Tints of Mulberry #AB4C88
RGB
CMYK
RGB Variations
Color information
#AB4C88 (or 0xAB4C88) is known color: Mulberry. HEX triplet: AB, 4C and 88. RGB value is (171,76,136). Sum of RGB (Red+Green+Blue) = 171+76+136=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4C88 is #54B377. Grayscale: #6F6F6F. Windows color (decimal): -5550968 or 8932523. OLE color: 8932523.
HSL color Cylindrical-coordinate representation of color #AB4C88: hue angle of 322.11º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C88 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 136 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.33 |
| HSL | 322.11º | 0.38% | 0.48% | - |
| HSV(B) | 322.11º | 0.56% | 0.67% | - |
| XYZ | 23.82 | 15.6 | 25.05 | - |
| YUV | 111.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 136 | 0 | 0.56 | 0.20 | 0.33 | 322.11 | 0.38 | 0.48 |
| Hex | AB | 4C | 88 | 0 | 38 | 14 | 21 | 142 | 26 | 30 |
| Octal | 253 | 114 | 210 | 0 | 70 | 24 | 41 | 502 | 46 | 60 |
| Binary | 10101011 | 1001100 | 10001000 | 0 | 111000 | 10100 | 100001 | 101000010 | 100110 | 110000 |
Color Harmonies of #AB4C88
Complementary color
Monochromatic Colors of #AB4C88
Black with #AB4C88
Text Example
Text Example
White with #AB4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C88; }
p { color: rgb(171,76,136); }
H1.HeaderClassName
{
color: #AB4C88;
}
.AnyTagClassName
{
color: #AB4C88;
}
</style>
background-color css
<style>
a { background-color: #AB4C88; }
a { background-color: rgb(171,76,136); }
div.DivClassName
{
background-color: #AB4C88;
}
.BgClassName
{
background-color: #AB4C88;
}
</style>
border-color css
<style>
span { border-color: #AB4C88; }
span { border-color: rgb(171,76,136); }
td.TdClassName
{
border-color: #AB4C88;
}
.TagClassName
{
border-color: #AB4C88;
}
</style>