Shades of Mulberry #AD4A93
Tints of Mulberry #AD4A93
RGB
CMYK
RGB Variations
Color information
#AD4A93 (or 0xAD4A93) is known color: Mulberry. HEX triplet: AD, 4A and 93. RGB value is (173,74,147). Sum of RGB (Red+Green+Blue) = 173+74+147=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A93 is #52B56C. Grayscale: #6F6F6F. Windows color (decimal): -5420397 or 9652909. OLE color: 9652909.
HSL color Cylindrical-coordinate representation of color #AD4A93: hue angle of 315.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4A93 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 147 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.32 |
| HSL | 315.76º | 0.4% | 0.48% | - |
| HSV(B) | 315.76º | 0.57% | 0.68% | - |
| XYZ | 24.95 | 15.89 | 29.36 | - |
| YUV | 111.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 147 | 0 | 0.57 | 0.15 | 0.32 | 315.76 | 0.4 | 0.48 |
| Hex | AD | 4A | 93 | 0 | 39 | F | 20 | 13C | 28 | 30 |
| Octal | 255 | 112 | 223 | 0 | 71 | 17 | 40 | 474 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10010011 | 0 | 111001 | 1111 | 100000 | 100111100 | 101000 | 110000 |
Color Harmonies of #AD4A93
Complementary color
Monochromatic Colors of #AD4A93
Black with #AD4A93
Text Example
Text Example
White with #AD4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A93; }
p { color: rgb(173,74,147); }
H1.HeaderClassName
{
color: #AD4A93;
}
.AnyTagClassName
{
color: #AD4A93;
}
</style>
background-color css
<style>
a { background-color: #AD4A93; }
a { background-color: rgb(173,74,147); }
div.DivClassName
{
background-color: #AD4A93;
}
.BgClassName
{
background-color: #AD4A93;
}
</style>
border-color css
<style>
span { border-color: #AD4A93; }
span { border-color: rgb(173,74,147); }
td.TdClassName
{
border-color: #AD4A93;
}
.TagClassName
{
border-color: #AD4A93;
}
</style>