Shades of Mulberry #AB558D
Tints of Mulberry #AB558D
RGB
CMYK
RGB Variations
Color information
#AB558D (or 0xAB558D) is known color: Mulberry. HEX triplet: AB, 55 and 8D. RGB value is (171,85,141). Sum of RGB (Red+Green+Blue) = 171+85+141=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558D is #54AA72. Grayscale: #747474. Windows color (decimal): -5548659 or 9262507. OLE color: 9262507.
HSL color Cylindrical-coordinate representation of color #AB558D: hue angle of 320.93º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB558D is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 141 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.33 |
| HSL | 320.93º | 0.34% | 0.5% | - |
| HSV(B) | 320.93º | 0.5% | 0.67% | - |
| XYZ | 24.85 | 17.08 | 27.19 | - |
| YUV | 117.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 141 | 0 | 0.50 | 0.18 | 0.33 | 320.93 | 0.34 | 0.5 |
| Hex | AB | 55 | 8D | 0 | 32 | 12 | 21 | 141 | 22 | 32 |
| Octal | 253 | 125 | 215 | 0 | 62 | 22 | 41 | 501 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10001101 | 0 | 110010 | 10010 | 100001 | 101000001 | 100010 | 110010 |
Color Harmonies of #AB558D
Complementary color
Monochromatic Colors of #AB558D
Black with #AB558D
Text Example
Text Example
White with #AB558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB558D; }
p { color: rgb(171,85,141); }
H1.HeaderClassName
{
color: #AB558D;
}
.AnyTagClassName
{
color: #AB558D;
}
</style>
background-color css
<style>
a { background-color: #AB558D; }
a { background-color: rgb(171,85,141); }
div.DivClassName
{
background-color: #AB558D;
}
.BgClassName
{
background-color: #AB558D;
}
</style>
border-color css
<style>
span { border-color: #AB558D; }
span { border-color: rgb(171,85,141); }
td.TdClassName
{
border-color: #AB558D;
}
.TagClassName
{
border-color: #AB558D;
}
</style>