Shades of Mulberry #AB5188
Tints of Mulberry #AB5188
RGB
CMYK
RGB Variations
Color information
#AB5188 (or 0xAB5188) is known color: Mulberry. HEX triplet: AB, 51 and 88. RGB value is (171,81,136). Sum of RGB (Red+Green+Blue) = 171+81+136=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5188 is #54AE77. Grayscale: #727272. Windows color (decimal): -5549688 or 8933803. OLE color: 8933803.
HSL color Cylindrical-coordinate representation of color #AB5188: hue angle of 323.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5188 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 136 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.33 |
| HSL | 323.33º | 0.36% | 0.49% | - |
| HSV(B) | 323.33º | 0.53% | 0.67% | - |
| XYZ | 24.18 | 16.32 | 25.17 | - |
| YUV | 114.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 136 | 0 | 0.53 | 0.20 | 0.33 | 323.33 | 0.36 | 0.49 |
| Hex | AB | 51 | 88 | 0 | 35 | 14 | 21 | 143 | 24 | 31 |
| Octal | 253 | 121 | 210 | 0 | 65 | 24 | 41 | 503 | 44 | 61 |
| Binary | 10101011 | 1010001 | 10001000 | 0 | 110101 | 10100 | 100001 | 101000011 | 100100 | 110001 |
Color Harmonies of #AB5188
Complementary color
Monochromatic Colors of #AB5188
Black with #AB5188
Text Example
Text Example
White with #AB5188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5188; }
p { color: rgb(171,81,136); }
H1.HeaderClassName
{
color: #AB5188;
}
.AnyTagClassName
{
color: #AB5188;
}
</style>
background-color css
<style>
a { background-color: #AB5188; }
a { background-color: rgb(171,81,136); }
div.DivClassName
{
background-color: #AB5188;
}
.BgClassName
{
background-color: #AB5188;
}
</style>
border-color css
<style>
span { border-color: #AB5188; }
span { border-color: rgb(171,81,136); }
td.TdClassName
{
border-color: #AB5188;
}
.TagClassName
{
border-color: #AB5188;
}
</style>