Shades of Mulberry #AD518F
Tints of Mulberry #AD518F
RGB
CMYK
RGB Variations
Color information
#AD518F (or 0xAD518F) is known color: Mulberry. HEX triplet: AD, 51 and 8F. RGB value is (173,81,143). Sum of RGB (Red+Green+Blue) = 173+81+143=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD518F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD518F is #52AE70. Grayscale: #737373. Windows color (decimal): -5418609 or 9392557. OLE color: 9392557.
HSL color Cylindrical-coordinate representation of color #AD518F: hue angle of 319.57º 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 #AD518F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 143 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.32 |
| HSL | 319.57º | 0.36% | 0.5% | - |
| HSV(B) | 319.57º | 0.53% | 0.68% | - |
| XYZ | 25.13 | 16.75 | 27.9 | - |
| YUV | 115.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 143 | 0 | 0.53 | 0.17 | 0.32 | 319.57 | 0.36 | 0.5 |
| Hex | AD | 51 | 8F | 0 | 35 | 11 | 20 | 140 | 24 | 32 |
| Octal | 255 | 121 | 217 | 0 | 65 | 21 | 40 | 500 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10001111 | 0 | 110101 | 10001 | 100000 | 101000000 | 100100 | 110010 |
Color Harmonies of #AD518F
Complementary color
Monochromatic Colors of #AD518F
Black with #AD518F
Text Example
Text Example
White with #AD518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD518F; }
p { color: rgb(173,81,143); }
H1.HeaderClassName
{
color: #AD518F;
}
.AnyTagClassName
{
color: #AD518F;
}
</style>
background-color css
<style>
a { background-color: #AD518F; }
a { background-color: rgb(173,81,143); }
div.DivClassName
{
background-color: #AD518F;
}
.BgClassName
{
background-color: #AD518F;
}
</style>
border-color css
<style>
span { border-color: #AD518F; }
span { border-color: rgb(173,81,143); }
td.TdClassName
{
border-color: #AD518F;
}
.TagClassName
{
border-color: #AD518F;
}
</style>