Shades of Mulberry #AB5387
Tints of Mulberry #AB5387
RGB
CMYK
RGB Variations
Color information
#AB5387 (or 0xAB5387) is known color: Mulberry. HEX triplet: AB, 53 and 87. RGB value is (171,83,135). Sum of RGB (Red+Green+Blue) = 171+83+135=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5387 is #54AC78. Grayscale: #737373. Windows color (decimal): -5549177 or 8868779. OLE color: 8868779.
HSL color Cylindrical-coordinate representation of color #AB5387: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5387 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 135 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.33 |
| HSL | 324.55º | 0.35% | 0.5% | - |
| HSV(B) | 324.55º | 0.51% | 0.67% | - |
| XYZ | 24.26 | 16.59 | 24.85 | - |
| YUV | 115.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 135 | 0 | 0.51 | 0.21 | 0.33 | 324.55 | 0.35 | 0.5 |
| Hex | AB | 53 | 87 | 0 | 33 | 15 | 21 | 145 | 23 | 32 |
| Octal | 253 | 123 | 207 | 0 | 63 | 25 | 41 | 505 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10000111 | 0 | 110011 | 10101 | 100001 | 101000101 | 100011 | 110010 |
Color Harmonies of #AB5387
Complementary color
Monochromatic Colors of #AB5387
Black with #AB5387
Text Example
Text Example
White with #AB5387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5387; }
p { color: rgb(171,83,135); }
H1.HeaderClassName
{
color: #AB5387;
}
.AnyTagClassName
{
color: #AB5387;
}
</style>
background-color css
<style>
a { background-color: #AB5387; }
a { background-color: rgb(171,83,135); }
div.DivClassName
{
background-color: #AB5387;
}
.BgClassName
{
background-color: #AB5387;
}
</style>
border-color css
<style>
span { border-color: #AB5387; }
span { border-color: rgb(171,83,135); }
td.TdClassName
{
border-color: #AB5387;
}
.TagClassName
{
border-color: #AB5387;
}
</style>