Shades of Mulberry #AD4C89
Tints of Mulberry #AD4C89
RGB
CMYK
RGB Variations
Color information
#AD4C89 (or 0xAD4C89) is known color: Mulberry. HEX triplet: AD, 4C and 89. RGB value is (173,76,137). Sum of RGB (Red+Green+Blue) = 173+76+137=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C89 is #52B376. Grayscale: #6F6F6F. Windows color (decimal): -5419895 or 8998061. OLE color: 8998061.
HSL color Cylindrical-coordinate representation of color #AD4C89: hue angle of 322.27º 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 #AD4C89 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 137 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.32 |
| HSL | 322.27º | 0.39% | 0.49% | - |
| HSV(B) | 322.27º | 0.56% | 0.68% | - |
| XYZ | 24.33 | 15.86 | 25.45 | - |
| YUV | 111.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 137 | 0 | 0.56 | 0.21 | 0.32 | 322.27 | 0.39 | 0.49 |
| Hex | AD | 4C | 89 | 0 | 38 | 15 | 20 | 142 | 27 | 31 |
| Octal | 255 | 114 | 211 | 0 | 70 | 25 | 40 | 502 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10001001 | 0 | 111000 | 10101 | 100000 | 101000010 | 100111 | 110001 |
Color Harmonies of #AD4C89
Complementary color
Monochromatic Colors of #AD4C89
Black with #AD4C89
Text Example
Text Example
White with #AD4C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C89; }
p { color: rgb(173,76,137); }
H1.HeaderClassName
{
color: #AD4C89;
}
.AnyTagClassName
{
color: #AD4C89;
}
</style>
background-color css
<style>
a { background-color: #AD4C89; }
a { background-color: rgb(173,76,137); }
div.DivClassName
{
background-color: #AD4C89;
}
.BgClassName
{
background-color: #AD4C89;
}
</style>
border-color css
<style>
span { border-color: #AD4C89; }
span { border-color: rgb(173,76,137); }
td.TdClassName
{
border-color: #AD4C89;
}
.TagClassName
{
border-color: #AD4C89;
}
</style>