Shades of Mulberry #AB5490
Tints of Mulberry #AB5490
RGB
CMYK
RGB Variations
Color information
#AB5490 (or 0xAB5490) is known color: Mulberry. HEX triplet: AB, 54 and 90. RGB value is (171,84,144). Sum of RGB (Red+Green+Blue) = 171+84+144=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5490 is #54AB6F. Grayscale: #747474. Windows color (decimal): -5548912 or 9458859. OLE color: 9458859.
HSL color Cylindrical-coordinate representation of color #AB5490: hue angle of 318.62º degrees, saturation: 0.34, 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 #AB5490 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 144 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 318.62º | 0.34% | 0.5% | - |
| HSV(B) | 318.62º | 0.51% | 0.67% | - |
| XYZ | 25 | 17.01 | 28.35 | - |
| YUV | 116.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 144 | 0 | 0.51 | 0.16 | 0.33 | 318.62 | 0.34 | 0.5 |
| Hex | AB | 54 | 90 | 0 | 33 | 10 | 21 | 13F | 22 | 32 |
| Octal | 253 | 124 | 220 | 0 | 63 | 20 | 41 | 477 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10010000 | 0 | 110011 | 10000 | 100001 | 100111111 | 100010 | 110010 |
Color Harmonies of #AB5490
Complementary color
Monochromatic Colors of #AB5490
Black with #AB5490
Text Example
Text Example
White with #AB5490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5490; }
p { color: rgb(171,84,144); }
H1.HeaderClassName
{
color: #AB5490;
}
.AnyTagClassName
{
color: #AB5490;
}
</style>
background-color css
<style>
a { background-color: #AB5490; }
a { background-color: rgb(171,84,144); }
div.DivClassName
{
background-color: #AB5490;
}
.BgClassName
{
background-color: #AB5490;
}
</style>
border-color css
<style>
span { border-color: #AB5490; }
span { border-color: rgb(171,84,144); }
td.TdClassName
{
border-color: #AB5490;
}
.TagClassName
{
border-color: #AB5490;
}
</style>