Shades of Mulberry #AD4C93
Tints of Mulberry #AD4C93
RGB
CMYK
RGB Variations
Color information
#AD4C93 (or 0xAD4C93) is known color: Mulberry. HEX triplet: AD, 4C and 93. RGB value is (173,76,147). Sum of RGB (Red+Green+Blue) = 173+76+147=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C93 is #52B36C. Grayscale: #707070. Windows color (decimal): -5419885 or 9653421. OLE color: 9653421.
HSL color Cylindrical-coordinate representation of color #AD4C93: hue angle of 316.08º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C93 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 147 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.32 |
| HSL | 316.08º | 0.39% | 0.49% | - |
| HSV(B) | 316.08º | 0.56% | 0.68% | - |
| XYZ | 25.08 | 16.16 | 29.4 | - |
| YUV | 113.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 147 | 0 | 0.56 | 0.15 | 0.32 | 316.08 | 0.39 | 0.49 |
| Hex | AD | 4C | 93 | 0 | 38 | F | 20 | 13C | 27 | 31 |
| Octal | 255 | 114 | 223 | 0 | 70 | 17 | 40 | 474 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10010011 | 0 | 111000 | 1111 | 100000 | 100111100 | 100111 | 110001 |
Color Harmonies of #AD4C93
Complementary color
Monochromatic Colors of #AD4C93
Black with #AD4C93
Text Example
Text Example
White with #AD4C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C93; }
p { color: rgb(173,76,147); }
H1.HeaderClassName
{
color: #AD4C93;
}
.AnyTagClassName
{
color: #AD4C93;
}
</style>
background-color css
<style>
a { background-color: #AD4C93; }
a { background-color: rgb(173,76,147); }
div.DivClassName
{
background-color: #AD4C93;
}
.BgClassName
{
background-color: #AD4C93;
}
</style>
border-color css
<style>
span { border-color: #AD4C93; }
span { border-color: rgb(173,76,147); }
td.TdClassName
{
border-color: #AD4C93;
}
.TagClassName
{
border-color: #AD4C93;
}
</style>