Shades of Mulberry #AD4C88
Tints of Mulberry #AD4C88
RGB
CMYK
RGB Variations
Color information
#AD4C88 (or 0xAD4C88) is known color: Mulberry. HEX triplet: AD, 4C and 88. RGB value is (173,76,136). Sum of RGB (Red+Green+Blue) = 173+76+136=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C88 is #52B377. Grayscale: #6F6F6F. Windows color (decimal): -5419896 or 8932525. OLE color: 8932525.
HSL color Cylindrical-coordinate representation of color #AD4C88: hue angle of 322.89º 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 #AD4C88 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 136 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.32 |
| HSL | 322.89º | 0.39% | 0.49% | - |
| HSV(B) | 322.89º | 0.56% | 0.68% | - |
| XYZ | 24.26 | 15.83 | 25.07 | - |
| YUV | 111.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 136 | 0 | 0.56 | 0.21 | 0.32 | 322.89 | 0.39 | 0.49 |
| Hex | AD | 4C | 88 | 0 | 38 | 15 | 20 | 143 | 27 | 31 |
| Octal | 255 | 114 | 210 | 0 | 70 | 25 | 40 | 503 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10001000 | 0 | 111000 | 10101 | 100000 | 101000011 | 100111 | 110001 |
Color Harmonies of #AD4C88
Complementary color
Monochromatic Colors of #AD4C88
Black with #AD4C88
Text Example
Text Example
White with #AD4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C88; }
p { color: rgb(173,76,136); }
H1.HeaderClassName
{
color: #AD4C88;
}
.AnyTagClassName
{
color: #AD4C88;
}
</style>
background-color css
<style>
a { background-color: #AD4C88; }
a { background-color: rgb(173,76,136); }
div.DivClassName
{
background-color: #AD4C88;
}
.BgClassName
{
background-color: #AD4C88;
}
</style>
border-color css
<style>
span { border-color: #AD4C88; }
span { border-color: rgb(173,76,136); }
td.TdClassName
{
border-color: #AD4C88;
}
.TagClassName
{
border-color: #AD4C88;
}
</style>