Shades of Mulberry #AB4993
Tints of Mulberry #AB4993
RGB
CMYK
RGB Variations
Color information
#AB4993 (or 0xAB4993) is known color: Mulberry. HEX triplet: AB, 49 and 93. RGB value is (171,73,147). Sum of RGB (Red+Green+Blue) = 171+73+147=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4993 is #54B66C. Grayscale: #6E6E6E. Windows color (decimal): -5551725 or 9652651. OLE color: 9652651.
HSL color Cylindrical-coordinate representation of color #AB4993: hue angle of 314.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4993 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 147 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.33 |
| HSL | 314.69º | 0.4% | 0.48% | - |
| HSV(B) | 314.69º | 0.57% | 0.67% | - |
| XYZ | 24.44 | 15.53 | 29.31 | - |
| YUV | 110.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 147 | 0 | 0.57 | 0.14 | 0.33 | 314.69 | 0.4 | 0.48 |
| Hex | AB | 49 | 93 | 0 | 39 | E | 21 | 13B | 28 | 30 |
| Octal | 253 | 111 | 223 | 0 | 71 | 16 | 41 | 473 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10010011 | 0 | 111001 | 1110 | 100001 | 100111011 | 101000 | 110000 |
Color Harmonies of #AB4993
Complementary color
Monochromatic Colors of #AB4993
Black with #AB4993
Text Example
Text Example
White with #AB4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4993; }
p { color: rgb(171,73,147); }
H1.HeaderClassName
{
color: #AB4993;
}
.AnyTagClassName
{
color: #AB4993;
}
</style>
background-color css
<style>
a { background-color: #AB4993; }
a { background-color: rgb(171,73,147); }
div.DivClassName
{
background-color: #AB4993;
}
.BgClassName
{
background-color: #AB4993;
}
</style>
border-color css
<style>
span { border-color: #AB4993; }
span { border-color: rgb(171,73,147); }
td.TdClassName
{
border-color: #AB4993;
}
.TagClassName
{
border-color: #AB4993;
}
</style>