Shades of Mulberry #AD5993
Tints of Mulberry #AD5993
RGB
CMYK
RGB Variations
Color information
#AD5993 (or 0xAD5993) is known color: Mulberry. HEX triplet: AD, 59 and 93. RGB value is (173,89,147). Sum of RGB (Red+Green+Blue) = 173+89+147=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5993 is #52A66C. Grayscale: #787878. Windows color (decimal): -5416557 or 9656749. OLE color: 9656749.
HSL color Cylindrical-coordinate representation of color #AD5993: hue angle of 318.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5993 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 147 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.32 |
| HSL | 318.57º | 0.34% | 0.51% | - |
| HSV(B) | 318.57º | 0.49% | 0.68% | - |
| XYZ | 26.07 | 18.14 | 29.73 | - |
| YUV | 120.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 147 | 0 | 0.49 | 0.15 | 0.32 | 318.57 | 0.34 | 0.51 |
| Hex | AD | 59 | 93 | 0 | 31 | F | 20 | 13F | 22 | 33 |
| Octal | 255 | 131 | 223 | 0 | 61 | 17 | 40 | 477 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10010011 | 0 | 110001 | 1111 | 100000 | 100111111 | 100010 | 110011 |
Color Harmonies of #AD5993
Complementary color
Monochromatic Colors of #AD5993
Black with #AD5993
Text Example
Text Example
White with #AD5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5993; }
p { color: rgb(173,89,147); }
H1.HeaderClassName
{
color: #AD5993;
}
.AnyTagClassName
{
color: #AD5993;
}
</style>
background-color css
<style>
a { background-color: #AD5993; }
a { background-color: rgb(173,89,147); }
div.DivClassName
{
background-color: #AD5993;
}
.BgClassName
{
background-color: #AD5993;
}
</style>
border-color css
<style>
span { border-color: #AD5993; }
span { border-color: rgb(173,89,147); }
td.TdClassName
{
border-color: #AD5993;
}
.TagClassName
{
border-color: #AD5993;
}
</style>