Shades of Mulberry #AB5990
Tints of Mulberry #AB5990
RGB
CMYK
RGB Variations
Color information
#AB5990 (or 0xAB5990) is known color: Mulberry. HEX triplet: AB, 59 and 90. RGB value is (171,89,144). Sum of RGB (Red+Green+Blue) = 171+89+144=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5990 is #54A66F. Grayscale: #777777. Windows color (decimal): -5547632 or 9460139. OLE color: 9460139.
HSL color Cylindrical-coordinate representation of color #AB5990: hue angle of 319.76º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5990 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 144 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.33 |
| HSL | 319.76º | 0.33% | 0.51% | - |
| HSV(B) | 319.76º | 0.48% | 0.67% | - |
| XYZ | 25.4 | 17.82 | 28.49 | - |
| YUV | 119.79 | 141.67 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 144 | 0 | 0.48 | 0.16 | 0.33 | 319.76 | 0.33 | 0.51 |
| Hex | AB | 59 | 90 | 0 | 30 | 10 | 21 | 140 | 21 | 33 |
| Octal | 253 | 131 | 220 | 0 | 60 | 20 | 41 | 500 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10010000 | 0 | 110000 | 10000 | 100001 | 101000000 | 100001 | 110011 |
Color Harmonies of #AB5990
Complementary color
Monochromatic Colors of #AB5990
Black with #AB5990
Text Example
Text Example
White with #AB5990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5990; }
p { color: rgb(171,89,144); }
H1.HeaderClassName
{
color: #AB5990;
}
.AnyTagClassName
{
color: #AB5990;
}
</style>
background-color css
<style>
a { background-color: #AB5990; }
a { background-color: rgb(171,89,144); }
div.DivClassName
{
background-color: #AB5990;
}
.BgClassName
{
background-color: #AB5990;
}
</style>
border-color css
<style>
span { border-color: #AB5990; }
span { border-color: rgb(171,89,144); }
td.TdClassName
{
border-color: #AB5990;
}
.TagClassName
{
border-color: #AB5990;
}
</style>