Shades of Mulberry #AB598D
Tints of Mulberry #AB598D
RGB
CMYK
RGB Variations
Color information
#AB598D (or 0xAB598D) is known color: Mulberry. HEX triplet: AB, 59 and 8D. RGB value is (171,89,141). Sum of RGB (Red+Green+Blue) = 171+89+141=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB598D is #54A672. Grayscale: #777777. Windows color (decimal): -5547635 or 9263531. OLE color: 9263531.
HSL color Cylindrical-coordinate representation of color #AB598D: hue angle of 321.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB598D is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 141 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.33 |
| HSL | 321.95º | 0.33% | 0.51% | - |
| HSV(B) | 321.95º | 0.48% | 0.67% | - |
| XYZ | 25.17 | 17.73 | 27.29 | - |
| YUV | 119.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 141 | 0 | 0.48 | 0.18 | 0.33 | 321.95 | 0.33 | 0.51 |
| Hex | AB | 59 | 8D | 0 | 30 | 12 | 21 | 142 | 21 | 33 |
| Octal | 253 | 131 | 215 | 0 | 60 | 22 | 41 | 502 | 41 | 63 |
| Binary | 10101011 | 1011001 | 10001101 | 0 | 110000 | 10010 | 100001 | 101000010 | 100001 | 110011 |
Color Harmonies of #AB598D
Complementary color
Monochromatic Colors of #AB598D
Black with #AB598D
Text Example
Text Example
White with #AB598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB598D; }
p { color: rgb(171,89,141); }
H1.HeaderClassName
{
color: #AB598D;
}
.AnyTagClassName
{
color: #AB598D;
}
</style>
background-color css
<style>
a { background-color: #AB598D; }
a { background-color: rgb(171,89,141); }
div.DivClassName
{
background-color: #AB598D;
}
.BgClassName
{
background-color: #AB598D;
}
</style>
border-color css
<style>
span { border-color: #AB598D; }
span { border-color: rgb(171,89,141); }
td.TdClassName
{
border-color: #AB598D;
}
.TagClassName
{
border-color: #AB598D;
}
</style>