Shades of Mulberry #AB498F
Tints of Mulberry #AB498F
RGB
CMYK
RGB Variations
Color information
#AB498F (or 0xAB498F) is known color: Mulberry. HEX triplet: AB, 49 and 8F. RGB value is (171,73,143). Sum of RGB (Red+Green+Blue) = 171+73+143=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB498F is #54B670. Grayscale: #6E6E6E. Windows color (decimal): -5551729 or 9390507. OLE color: 9390507.
HSL color Cylindrical-coordinate representation of color #AB498F: hue angle of 317.14º 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 #AB498F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 73 | 143 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.33 |
| HSL | 317.14º | 0.4% | 0.48% | - |
| HSV(B) | 317.14º | 0.57% | 0.67% | - |
| XYZ | 24.14 | 15.41 | 27.69 | - |
| YUV | 110.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 143 | 0 | 0.57 | 0.16 | 0.33 | 317.14 | 0.4 | 0.48 |
| Hex | AB | 49 | 8F | 0 | 39 | 10 | 21 | 13D | 28 | 30 |
| Octal | 253 | 111 | 217 | 0 | 71 | 20 | 41 | 475 | 50 | 60 |
| Binary | 10101011 | 1001001 | 10001111 | 0 | 111001 | 10000 | 100001 | 100111101 | 101000 | 110000 |
Color Harmonies of #AB498F
Complementary color
Monochromatic Colors of #AB498F
Black with #AB498F
Text Example
Text Example
White with #AB498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB498F; }
p { color: rgb(171,73,143); }
H1.HeaderClassName
{
color: #AB498F;
}
.AnyTagClassName
{
color: #AB498F;
}
</style>
background-color css
<style>
a { background-color: #AB498F; }
a { background-color: rgb(171,73,143); }
div.DivClassName
{
background-color: #AB498F;
}
.BgClassName
{
background-color: #AB498F;
}
</style>
border-color css
<style>
span { border-color: #AB498F; }
span { border-color: rgb(171,73,143); }
td.TdClassName
{
border-color: #AB498F;
}
.TagClassName
{
border-color: #AB498F;
}
</style>