Shades of Mulberry #AB5289
Tints of Mulberry #AB5289
RGB
CMYK
RGB Variations
Color information
#AB5289 (or 0xAB5289) is known color: Mulberry. HEX triplet: AB, 52 and 89. RGB value is (171,82,137). Sum of RGB (Red+Green+Blue) = 171+82+137=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5289 is #54AD76. Grayscale: #727272. Windows color (decimal): -5549431 or 8999595. OLE color: 8999595.
HSL color Cylindrical-coordinate representation of color #AB5289: hue angle of 322.92º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5289 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 137 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.33 |
| HSL | 322.92º | 0.35% | 0.5% | - |
| HSV(B) | 322.92º | 0.52% | 0.67% | - |
| XYZ | 24.33 | 16.5 | 25.57 | - |
| YUV | 114.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 137 | 0 | 0.52 | 0.20 | 0.33 | 322.92 | 0.35 | 0.5 |
| Hex | AB | 52 | 89 | 0 | 34 | 14 | 21 | 143 | 23 | 32 |
| Octal | 253 | 122 | 211 | 0 | 64 | 24 | 41 | 503 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10001001 | 0 | 110100 | 10100 | 100001 | 101000011 | 100011 | 110010 |
Color Harmonies of #AB5289
Complementary color
Monochromatic Colors of #AB5289
Black with #AB5289
Text Example
Text Example
White with #AB5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5289; }
p { color: rgb(171,82,137); }
H1.HeaderClassName
{
color: #AB5289;
}
.AnyTagClassName
{
color: #AB5289;
}
</style>
background-color css
<style>
a { background-color: #AB5289; }
a { background-color: rgb(171,82,137); }
div.DivClassName
{
background-color: #AB5289;
}
.BgClassName
{
background-color: #AB5289;
}
</style>
border-color css
<style>
span { border-color: #AB5289; }
span { border-color: rgb(171,82,137); }
td.TdClassName
{
border-color: #AB5289;
}
.TagClassName
{
border-color: #AB5289;
}
</style>