Shades of Mulberry #AD518B
Tints of Mulberry #AD518B
RGB
CMYK
RGB Variations
Color information
#AD518B (or 0xAD518B) is known color: Mulberry. HEX triplet: AD, 51 and 8B. RGB value is (173,81,139). Sum of RGB (Red+Green+Blue) = 173+81+139=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518B is #52AE74. Grayscale: #727272. Windows color (decimal): -5418613 or 9130413. OLE color: 9130413.
HSL color Cylindrical-coordinate representation of color #AD518B: hue angle of 322.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD518B is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 139 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.32 |
| HSL | 322.17º | 0.36% | 0.5% | - |
| HSV(B) | 322.17º | 0.53% | 0.68% | - |
| XYZ | 24.84 | 16.63 | 26.33 | - |
| YUV | 115.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 139 | 0 | 0.53 | 0.20 | 0.32 | 322.17 | 0.36 | 0.5 |
| Hex | AD | 51 | 8B | 0 | 35 | 14 | 20 | 142 | 24 | 32 |
| Octal | 255 | 121 | 213 | 0 | 65 | 24 | 40 | 502 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10001011 | 0 | 110101 | 10100 | 100000 | 101000010 | 100100 | 110010 |
Color Harmonies of #AD518B
Complementary color
Monochromatic Colors of #AD518B
Black with #AD518B
Text Example
Text Example
White with #AD518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD518B; }
p { color: rgb(173,81,139); }
H1.HeaderClassName
{
color: #AD518B;
}
.AnyTagClassName
{
color: #AD518B;
}
</style>
background-color css
<style>
a { background-color: #AD518B; }
a { background-color: rgb(173,81,139); }
div.DivClassName
{
background-color: #AD518B;
}
.BgClassName
{
background-color: #AD518B;
}
</style>
border-color css
<style>
span { border-color: #AD518B; }
span { border-color: rgb(173,81,139); }
td.TdClassName
{
border-color: #AD518B;
}
.TagClassName
{
border-color: #AD518B;
}
</style>