Shades of Mulberry #AB5492
Tints of Mulberry #AB5492
RGB
CMYK
RGB Variations
Color information
#AB5492 (or 0xAB5492) is known color: Mulberry. HEX triplet: AB, 54 and 92. RGB value is (171,84,146). Sum of RGB (Red+Green+Blue) = 171+84+146=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5492 is #54AB6D. Grayscale: #747474. Windows color (decimal): -5548910 or 9589931. OLE color: 9589931.
HSL color Cylindrical-coordinate representation of color #AB5492: hue angle of 317.24º 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 #AB5492 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 146 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.33 |
| HSL | 317.24º | 0.34% | 0.5% | - |
| HSV(B) | 317.24º | 0.51% | 0.67% | - |
| XYZ | 25.15 | 17.07 | 29.16 | - |
| YUV | 117.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 146 | 0 | 0.51 | 0.15 | 0.33 | 317.24 | 0.34 | 0.5 |
| Hex | AB | 54 | 92 | 0 | 33 | F | 21 | 13D | 22 | 32 |
| Octal | 253 | 124 | 222 | 0 | 63 | 17 | 41 | 475 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10010010 | 0 | 110011 | 1111 | 100001 | 100111101 | 100010 | 110010 |
Color Harmonies of #AB5492
Complementary color
Monochromatic Colors of #AB5492
Black with #AB5492
Text Example
Text Example
White with #AB5492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5492; }
p { color: rgb(171,84,146); }
H1.HeaderClassName
{
color: #AB5492;
}
.AnyTagClassName
{
color: #AB5492;
}
</style>
background-color css
<style>
a { background-color: #AB5492; }
a { background-color: rgb(171,84,146); }
div.DivClassName
{
background-color: #AB5492;
}
.BgClassName
{
background-color: #AB5492;
}
</style>
border-color css
<style>
span { border-color: #AB5492; }
span { border-color: rgb(171,84,146); }
td.TdClassName
{
border-color: #AB5492;
}
.TagClassName
{
border-color: #AB5492;
}
</style>