Shades of Mulberry #AB538C
Tints of Mulberry #AB538C
RGB
CMYK
RGB Variations
Color information
#AB538C (or 0xAB538C) is known color: Mulberry. HEX triplet: AB, 53 and 8C. RGB value is (171,83,140). Sum of RGB (Red+Green+Blue) = 171+83+140=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB538C is #54AC73. Grayscale: #737373. Windows color (decimal): -5549172 or 9196459. OLE color: 9196459.
HSL color Cylindrical-coordinate representation of color #AB538C: hue angle of 321.14º 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 #AB538C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 140 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.33 |
| HSL | 321.14º | 0.35% | 0.5% | - |
| HSV(B) | 321.14º | 0.51% | 0.67% | - |
| XYZ | 24.62 | 16.74 | 26.74 | - |
| YUV | 115.81 | 141.65 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 140 | 0 | 0.51 | 0.18 | 0.33 | 321.14 | 0.35 | 0.5 |
| Hex | AB | 53 | 8C | 0 | 33 | 12 | 21 | 141 | 23 | 32 |
| Octal | 253 | 123 | 214 | 0 | 63 | 22 | 41 | 501 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10001100 | 0 | 110011 | 10010 | 100001 | 101000001 | 100011 | 110010 |
Color Harmonies of #AB538C
Complementary color
Monochromatic Colors of #AB538C
Black with #AB538C
Text Example
Text Example
White with #AB538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB538C; }
p { color: rgb(171,83,140); }
H1.HeaderClassName
{
color: #AB538C;
}
.AnyTagClassName
{
color: #AB538C;
}
</style>
background-color css
<style>
a { background-color: #AB538C; }
a { background-color: rgb(171,83,140); }
div.DivClassName
{
background-color: #AB538C;
}
.BgClassName
{
background-color: #AB538C;
}
</style>
border-color css
<style>
span { border-color: #AB538C; }
span { border-color: rgb(171,83,140); }
td.TdClassName
{
border-color: #AB538C;
}
.TagClassName
{
border-color: #AB538C;
}
</style>