Shades of Mulberry #AD4C87
Tints of Mulberry #AD4C87
RGB
CMYK
RGB Variations
Color information
#AD4C87 (or 0xAD4C87) is known color: Mulberry. HEX triplet: AD, 4C and 87. RGB value is (173,76,135). Sum of RGB (Red+Green+Blue) = 173+76+135=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C87 is #52B378. Grayscale: #6F6F6F. Windows color (decimal): -5419897 or 8866989. OLE color: 8866989.
HSL color Cylindrical-coordinate representation of color #AD4C87: hue angle of 323.51º 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 #AD4C87 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 135 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.32 |
| HSL | 323.51º | 0.39% | 0.49% | - |
| HSV(B) | 323.51º | 0.56% | 0.68% | - |
| XYZ | 24.19 | 15.8 | 24.7 | - |
| YUV | 111.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 135 | 0 | 0.56 | 0.22 | 0.32 | 323.51 | 0.39 | 0.49 |
| Hex | AD | 4C | 87 | 0 | 38 | 16 | 20 | 144 | 27 | 31 |
| Octal | 255 | 114 | 207 | 0 | 70 | 26 | 40 | 504 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10000111 | 0 | 111000 | 10110 | 100000 | 101000100 | 100111 | 110001 |
Color Harmonies of #AD4C87
Complementary color
Monochromatic Colors of #AD4C87
Black with #AD4C87
Text Example
Text Example
White with #AD4C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C87; }
p { color: rgb(173,76,135); }
H1.HeaderClassName
{
color: #AD4C87;
}
.AnyTagClassName
{
color: #AD4C87;
}
</style>
background-color css
<style>
a { background-color: #AD4C87; }
a { background-color: rgb(173,76,135); }
div.DivClassName
{
background-color: #AD4C87;
}
.BgClassName
{
background-color: #AD4C87;
}
</style>
border-color css
<style>
span { border-color: #AD4C87; }
span { border-color: rgb(173,76,135); }
td.TdClassName
{
border-color: #AD4C87;
}
.TagClassName
{
border-color: #AD4C87;
}
</style>