Shades of Mulberry #AB518D
Tints of Mulberry #AB518D
RGB
CMYK
RGB Variations
Color information
#AB518D (or 0xAB518D) is known color: Mulberry. HEX triplet: AB, 51 and 8D. RGB value is (171,81,141). Sum of RGB (Red+Green+Blue) = 171+81+141=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB518D is #54AE72. Grayscale: #727272. Windows color (decimal): -5549683 or 9261483. OLE color: 9261483.
HSL color Cylindrical-coordinate representation of color #AB518D: hue angle of 320º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB518D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 141 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.33 |
| HSL | 320º | 0.36% | 0.49% | - |
| HSV(B) | 320º | 0.53% | 0.67% | - |
| XYZ | 24.54 | 16.47 | 27.08 | - |
| YUV | 114.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 141 | 0 | 0.53 | 0.18 | 0.33 | 320 | 0.36 | 0.49 |
| Hex | AB | 51 | 8D | 0 | 35 | 12 | 21 | 140 | 24 | 31 |
| Octal | 253 | 121 | 215 | 0 | 65 | 22 | 41 | 500 | 44 | 61 |
| Binary | 10101011 | 1010001 | 10001101 | 0 | 110101 | 10010 | 100001 | 101000000 | 100100 | 110001 |
Color Harmonies of #AB518D
Complementary color
Monochromatic Colors of #AB518D
Black with #AB518D
Text Example
Text Example
White with #AB518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB518D; }
p { color: rgb(171,81,141); }
H1.HeaderClassName
{
color: #AB518D;
}
.AnyTagClassName
{
color: #AB518D;
}
</style>
background-color css
<style>
a { background-color: #AB518D; }
a { background-color: rgb(171,81,141); }
div.DivClassName
{
background-color: #AB518D;
}
.BgClassName
{
background-color: #AB518D;
}
</style>
border-color css
<style>
span { border-color: #AB518D; }
span { border-color: rgb(171,81,141); }
td.TdClassName
{
border-color: #AB518D;
}
.TagClassName
{
border-color: #AB518D;
}
</style>