Shades of Mulberry #AD4993
Tints of Mulberry #AD4993
RGB
CMYK
RGB Variations
Color information
#AD4993 (or 0xAD4993) is known color: Mulberry. HEX triplet: AD, 49 and 93. RGB value is (173,73,147). Sum of RGB (Red+Green+Blue) = 173+73+147=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4993 is #52B66C. Grayscale: #6F6F6F. Windows color (decimal): -5420653 or 9652653. OLE color: 9652653.
HSL color Cylindrical-coordinate representation of color #AD4993: hue angle of 315.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4993 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 147 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.32 |
| HSL | 315.6º | 0.41% | 0.48% | - |
| HSV(B) | 315.6º | 0.58% | 0.68% | - |
| XYZ | 24.88 | 15.76 | 29.33 | - |
| YUV | 111.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 147 | 0 | 0.58 | 0.15 | 0.32 | 315.6 | 0.41 | 0.48 |
| Hex | AD | 49 | 93 | 0 | 3A | F | 20 | 13C | 29 | 30 |
| Octal | 255 | 111 | 223 | 0 | 72 | 17 | 40 | 474 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10010011 | 0 | 111010 | 1111 | 100000 | 100111100 | 101001 | 110000 |
Color Harmonies of #AD4993
Complementary color
Monochromatic Colors of #AD4993
Black with #AD4993
Text Example
Text Example
White with #AD4993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4993; }
p { color: rgb(173,73,147); }
H1.HeaderClassName
{
color: #AD4993;
}
.AnyTagClassName
{
color: #AD4993;
}
</style>
background-color css
<style>
a { background-color: #AD4993; }
a { background-color: rgb(173,73,147); }
div.DivClassName
{
background-color: #AD4993;
}
.BgClassName
{
background-color: #AD4993;
}
</style>
border-color css
<style>
span { border-color: #AD4993; }
span { border-color: rgb(173,73,147); }
td.TdClassName
{
border-color: #AD4993;
}
.TagClassName
{
border-color: #AD4993;
}
</style>