Shades of Mulberry #AB558A
Tints of Mulberry #AB558A
RGB
CMYK
RGB Variations
Color information
#AB558A (or 0xAB558A) is known color: Mulberry. HEX triplet: AB, 55 and 8A. RGB value is (171,85,138). Sum of RGB (Red+Green+Blue) = 171+85+138=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB558A is #54AA75. Grayscale: #747474. Windows color (decimal): -5548662 or 9065899. OLE color: 9065899.
HSL color Cylindrical-coordinate representation of color #AB558A: hue angle of 323.02º 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 #AB558A is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 138 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.33 |
| HSL | 323.02º | 0.34% | 0.5% | - |
| HSV(B) | 323.02º | 0.5% | 0.67% | - |
| XYZ | 24.63 | 16.99 | 26.03 | - |
| YUV | 116.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 138 | 0 | 0.50 | 0.19 | 0.33 | 323.02 | 0.34 | 0.5 |
| Hex | AB | 55 | 8A | 0 | 32 | 13 | 21 | 143 | 22 | 32 |
| Octal | 253 | 125 | 212 | 0 | 62 | 23 | 41 | 503 | 42 | 62 |
| Binary | 10101011 | 1010101 | 10001010 | 0 | 110010 | 10011 | 100001 | 101000011 | 100010 | 110010 |
Color Harmonies of #AB558A
Complementary color
Monochromatic Colors of #AB558A
Black with #AB558A
Text Example
Text Example
White with #AB558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB558A; }
p { color: rgb(171,85,138); }
H1.HeaderClassName
{
color: #AB558A;
}
.AnyTagClassName
{
color: #AB558A;
}
</style>
background-color css
<style>
a { background-color: #AB558A; }
a { background-color: rgb(171,85,138); }
div.DivClassName
{
background-color: #AB558A;
}
.BgClassName
{
background-color: #AB558A;
}
</style>
border-color css
<style>
span { border-color: #AB558A; }
span { border-color: rgb(171,85,138); }
td.TdClassName
{
border-color: #AB558A;
}
.TagClassName
{
border-color: #AB558A;
}
</style>