Shades of Mulberry #AD4C86
Tints of Mulberry #AD4C86
RGB
CMYK
RGB Variations
Color information
#AD4C86 (or 0xAD4C86) is known color: Mulberry. HEX triplet: AD, 4C and 86. RGB value is (173,76,134). Sum of RGB (Red+Green+Blue) = 173+76+134=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C86 is #52B379. Grayscale: #6F6F6F. Windows color (decimal): -5419898 or 8801453. OLE color: 8801453.
HSL color Cylindrical-coordinate representation of color #AD4C86: hue angle of 324.12º 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 #AD4C86 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 134 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.32 |
| HSL | 324.12º | 0.39% | 0.49% | - |
| HSV(B) | 324.12º | 0.56% | 0.68% | - |
| XYZ | 24.12 | 15.77 | 24.33 | - |
| YUV | 111.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 134 | 0 | 0.56 | 0.23 | 0.32 | 324.12 | 0.39 | 0.49 |
| Hex | AD | 4C | 86 | 0 | 38 | 17 | 20 | 144 | 27 | 31 |
| Octal | 255 | 114 | 206 | 0 | 70 | 27 | 40 | 504 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10000110 | 0 | 111000 | 10111 | 100000 | 101000100 | 100111 | 110001 |
Color Harmonies of #AD4C86
Complementary color
Monochromatic Colors of #AD4C86
Black with #AD4C86
Text Example
Text Example
White with #AD4C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C86; }
p { color: rgb(173,76,134); }
H1.HeaderClassName
{
color: #AD4C86;
}
.AnyTagClassName
{
color: #AD4C86;
}
</style>
background-color css
<style>
a { background-color: #AD4C86; }
a { background-color: rgb(173,76,134); }
div.DivClassName
{
background-color: #AD4C86;
}
.BgClassName
{
background-color: #AD4C86;
}
</style>
border-color css
<style>
span { border-color: #AD4C86; }
span { border-color: rgb(173,76,134); }
td.TdClassName
{
border-color: #AD4C86;
}
.TagClassName
{
border-color: #AD4C86;
}
</style>