Shades of Mulberry #AD4A86
Tints of Mulberry #AD4A86
RGB
CMYK
RGB Variations
Color information
#AD4A86 (or 0xAD4A86) is known color: Mulberry. HEX triplet: AD, 4A and 86. RGB value is (173,74,134). Sum of RGB (Red+Green+Blue) = 173+74+134=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A86 is #52B579. Grayscale: #6E6E6E. Windows color (decimal): -5420410 or 8800941. OLE color: 8800941.
HSL color Cylindrical-coordinate representation of color #AD4A86: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4A86 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 134 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.32 |
| HSL | 323.64º | 0.4% | 0.48% | - |
| HSV(B) | 323.64º | 0.57% | 0.68% | - |
| XYZ | 23.99 | 15.5 | 24.28 | - |
| YUV | 110.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 134 | 0 | 0.57 | 0.23 | 0.32 | 323.64 | 0.4 | 0.48 |
| Hex | AD | 4A | 86 | 0 | 39 | 17 | 20 | 144 | 28 | 30 |
| Octal | 255 | 112 | 206 | 0 | 71 | 27 | 40 | 504 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10000110 | 0 | 111001 | 10111 | 100000 | 101000100 | 101000 | 110000 |
Color Harmonies of #AD4A86
Complementary color
Monochromatic Colors of #AD4A86
Black with #AD4A86
Text Example
Text Example
White with #AD4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A86; }
p { color: rgb(173,74,134); }
H1.HeaderClassName
{
color: #AD4A86;
}
.AnyTagClassName
{
color: #AD4A86;
}
</style>
background-color css
<style>
a { background-color: #AD4A86; }
a { background-color: rgb(173,74,134); }
div.DivClassName
{
background-color: #AD4A86;
}
.BgClassName
{
background-color: #AD4A86;
}
</style>
border-color css
<style>
span { border-color: #AD4A86; }
span { border-color: rgb(173,74,134); }
td.TdClassName
{
border-color: #AD4A86;
}
.TagClassName
{
border-color: #AD4A86;
}
</style>