Shades of Mulberry #AD4D86
Tints of Mulberry #AD4D86
RGB
CMYK
RGB Variations
Color information
#AD4D86 (or 0xAD4D86) is known color: Mulberry. HEX triplet: AD, 4D and 86. RGB value is (173,77,134). Sum of RGB (Red+Green+Blue) = 173+77+134=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D86 is #52B279. Grayscale: #707070. Windows color (decimal): -5419642 or 8801709. OLE color: 8801709.
HSL color Cylindrical-coordinate representation of color #AD4D86: hue angle of 324.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4D86 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 134 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.32 |
| HSL | 324.38º | 0.38% | 0.49% | - |
| HSV(B) | 324.38º | 0.55% | 0.68% | - |
| XYZ | 24.19 | 15.91 | 24.35 | - |
| YUV | 112.2 | 140.3 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 134 | 0 | 0.55 | 0.23 | 0.32 | 324.38 | 0.38 | 0.49 |
| Hex | AD | 4D | 86 | 0 | 37 | 17 | 20 | 144 | 26 | 31 |
| Octal | 255 | 115 | 206 | 0 | 67 | 27 | 40 | 504 | 46 | 61 |
| Binary | 10101101 | 1001101 | 10000110 | 0 | 110111 | 10111 | 100000 | 101000100 | 100110 | 110001 |
Color Harmonies of #AD4D86
Complementary color
Monochromatic Colors of #AD4D86
Black with #AD4D86
Text Example
Text Example
White with #AD4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D86; }
p { color: rgb(173,77,134); }
H1.HeaderClassName
{
color: #AD4D86;
}
.AnyTagClassName
{
color: #AD4D86;
}
</style>
background-color css
<style>
a { background-color: #AD4D86; }
a { background-color: rgb(173,77,134); }
div.DivClassName
{
background-color: #AD4D86;
}
.BgClassName
{
background-color: #AD4D86;
}
</style>
border-color css
<style>
span { border-color: #AD4D86; }
span { border-color: rgb(173,77,134); }
td.TdClassName
{
border-color: #AD4D86;
}
.TagClassName
{
border-color: #AD4D86;
}
</style>