Shades of Mulberry #AD4985
Tints of Mulberry #AD4985
RGB
CMYK
RGB Variations
Color information
#AD4985 (or 0xAD4985) is known color: Mulberry. HEX triplet: AD, 49 and 85. RGB value is (173,73,133). Sum of RGB (Red+Green+Blue) = 173+73+133=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4985 is #52B67A. Grayscale: #6D6D6D. Windows color (decimal): -5420667 or 8735149. OLE color: 8735149.
HSL color Cylindrical-coordinate representation of color #AD4985: hue angle of 324º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4985 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 133 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.32 |
| HSL | 324º | 0.41% | 0.48% | - |
| HSV(B) | 324º | 0.58% | 0.68% | - |
| XYZ | 23.85 | 15.34 | 23.89 | - |
| YUV | 109.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 133 | 0 | 0.58 | 0.23 | 0.32 | 324 | 0.41 | 0.48 |
| Hex | AD | 49 | 85 | 0 | 3A | 17 | 20 | 144 | 29 | 30 |
| Octal | 255 | 111 | 205 | 0 | 72 | 27 | 40 | 504 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10000101 | 0 | 111010 | 10111 | 100000 | 101000100 | 101001 | 110000 |
Color Harmonies of #AD4985
Complementary color
Monochromatic Colors of #AD4985
Black with #AD4985
Text Example
Text Example
White with #AD4985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4985; }
p { color: rgb(173,73,133); }
H1.HeaderClassName
{
color: #AD4985;
}
.AnyTagClassName
{
color: #AD4985;
}
</style>
background-color css
<style>
a { background-color: #AD4985; }
a { background-color: rgb(173,73,133); }
div.DivClassName
{
background-color: #AD4985;
}
.BgClassName
{
background-color: #AD4985;
}
</style>
border-color css
<style>
span { border-color: #AD4985; }
span { border-color: rgb(173,73,133); }
td.TdClassName
{
border-color: #AD4985;
}
.TagClassName
{
border-color: #AD4985;
}
</style>