Shades of Mulberry #AB548F
Tints of Mulberry #AB548F
RGB
CMYK
RGB Variations
Color information
#AB548F (or 0xAB548F) is known color: Mulberry. HEX triplet: AB, 54 and 8F. RGB value is (171,84,143). Sum of RGB (Red+Green+Blue) = 171+84+143=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB548F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB548F is #54AB70. Grayscale: #747474. Windows color (decimal): -5548913 or 9393323. OLE color: 9393323.
HSL color Cylindrical-coordinate representation of color #AB548F: hue angle of 319.31º 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 #AB548F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 143 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 319.31º | 0.34% | 0.5% | - |
| HSV(B) | 319.31º | 0.51% | 0.67% | - |
| XYZ | 24.92 | 16.98 | 27.95 | - |
| YUV | 116.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 143 | 0 | 0.51 | 0.16 | 0.33 | 319.31 | 0.34 | 0.5 |
| Hex | AB | 54 | 8F | 0 | 33 | 10 | 21 | 13F | 22 | 32 |
| Octal | 253 | 124 | 217 | 0 | 63 | 20 | 41 | 477 | 42 | 62 |
| Binary | 10101011 | 1010100 | 10001111 | 0 | 110011 | 10000 | 100001 | 100111111 | 100010 | 110010 |
Color Harmonies of #AB548F
Complementary color
Monochromatic Colors of #AB548F
Black with #AB548F
Text Example
Text Example
White with #AB548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB548F; }
p { color: rgb(171,84,143); }
H1.HeaderClassName
{
color: #AB548F;
}
.AnyTagClassName
{
color: #AB548F;
}
</style>
background-color css
<style>
a { background-color: #AB548F; }
a { background-color: rgb(171,84,143); }
div.DivClassName
{
background-color: #AB548F;
}
.BgClassName
{
background-color: #AB548F;
}
</style>
border-color css
<style>
span { border-color: #AB548F; }
span { border-color: rgb(171,84,143); }
td.TdClassName
{
border-color: #AB548F;
}
.TagClassName
{
border-color: #AB548F;
}
</style>