Shades of Mulberry #AB5A8D
Tints of Mulberry #AB5A8D
RGB
CMYK
RGB Variations
Color information
#AB5A8D (or 0xAB5A8D) is known color: Mulberry. HEX triplet: AB, 5A and 8D. RGB value is (171,90,141). Sum of RGB (Red+Green+Blue) = 171+90+141=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A8D is #54A572. Grayscale: #777777. Windows color (decimal): -5547379 or 9263787. OLE color: 9263787.
HSL color Cylindrical-coordinate representation of color #AB5A8D: hue angle of 322.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A8D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 141 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.33 |
| HSL | 322.22º | 0.33% | 0.51% | - |
| HSV(B) | 322.22º | 0.47% | 0.67% | - |
| XYZ | 25.26 | 17.89 | 27.32 | - |
| YUV | 120.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 141 | 0 | 0.47 | 0.18 | 0.33 | 322.22 | 0.33 | 0.51 |
| Hex | AB | 5A | 8D | 0 | 2F | 12 | 21 | 142 | 21 | 33 |
| Octal | 253 | 132 | 215 | 0 | 57 | 22 | 41 | 502 | 41 | 63 |
| Binary | 10101011 | 1011010 | 10001101 | 0 | 101111 | 10010 | 100001 | 101000010 | 100001 | 110011 |
Color Harmonies of #AB5A8D
Complementary color
Monochromatic Colors of #AB5A8D
Black with #AB5A8D
Text Example
Text Example
White with #AB5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A8D; }
p { color: rgb(171,90,141); }
H1.HeaderClassName
{
color: #AB5A8D;
}
.AnyTagClassName
{
color: #AB5A8D;
}
</style>
background-color css
<style>
a { background-color: #AB5A8D; }
a { background-color: rgb(171,90,141); }
div.DivClassName
{
background-color: #AB5A8D;
}
.BgClassName
{
background-color: #AB5A8D;
}
</style>
border-color css
<style>
span { border-color: #AB5A8D; }
span { border-color: rgb(171,90,141); }
td.TdClassName
{
border-color: #AB5A8D;
}
.TagClassName
{
border-color: #AB5A8D;
}
</style>