Shades of Mulberry #AD5185
Tints of Mulberry #AD5185
RGB
CMYK
RGB Variations
Color information
#AD5185 (or 0xAD5185) is known color: Mulberry. HEX triplet: AD, 51 and 85. RGB value is (173,81,133). Sum of RGB (Red+Green+Blue) = 173+81+133=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5185 is #52AE7A. Grayscale: #727272. Windows color (decimal): -5418619 or 8737197. OLE color: 8737197.
HSL color Cylindrical-coordinate representation of color #AD5185: hue angle of 326.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5185 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 133 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.32 |
| HSL | 326.09º | 0.36% | 0.5% | - |
| HSV(B) | 326.09º | 0.53% | 0.68% | - |
| XYZ | 24.41 | 16.46 | 24.08 | - |
| YUV | 114.44 | 138.48 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 133 | 0 | 0.53 | 0.23 | 0.32 | 326.09 | 0.36 | 0.5 |
| Hex | AD | 51 | 85 | 0 | 35 | 17 | 20 | 146 | 24 | 32 |
| Octal | 255 | 121 | 205 | 0 | 65 | 27 | 40 | 506 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10000101 | 0 | 110101 | 10111 | 100000 | 101000110 | 100100 | 110010 |
Color Harmonies of #AD5185
Complementary color
Monochromatic Colors of #AD5185
Black with #AD5185
Text Example
Text Example
White with #AD5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5185; }
p { color: rgb(173,81,133); }
H1.HeaderClassName
{
color: #AD5185;
}
.AnyTagClassName
{
color: #AD5185;
}
</style>
background-color css
<style>
a { background-color: #AD5185; }
a { background-color: rgb(173,81,133); }
div.DivClassName
{
background-color: #AD5185;
}
.BgClassName
{
background-color: #AD5185;
}
</style>
border-color css
<style>
span { border-color: #AD5185; }
span { border-color: rgb(173,81,133); }
td.TdClassName
{
border-color: #AD5185;
}
.TagClassName
{
border-color: #AD5185;
}
</style>