Shades of Mulberry #AD5487
Tints of Mulberry #AD5487
RGB
CMYK
RGB Variations
Color information
#AD5487 (or 0xAD5487) is known color: Mulberry. HEX triplet: AD, 54 and 87. RGB value is (173,84,135). Sum of RGB (Red+Green+Blue) = 173+84+135=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5487 is #52AB78. Grayscale: #747474. Windows color (decimal): -5417849 or 8869037. OLE color: 8869037.
HSL color Cylindrical-coordinate representation of color #AD5487: hue angle of 325.62º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5487 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 135 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.32 |
| HSL | 325.62º | 0.35% | 0.5% | - |
| HSV(B) | 325.62º | 0.51% | 0.68% | - |
| XYZ | 24.78 | 16.97 | 24.89 | - |
| YUV | 116.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 135 | 0 | 0.51 | 0.22 | 0.32 | 325.62 | 0.35 | 0.5 |
| Hex | AD | 54 | 87 | 0 | 33 | 16 | 20 | 146 | 23 | 32 |
| Octal | 255 | 124 | 207 | 0 | 63 | 26 | 40 | 506 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10000111 | 0 | 110011 | 10110 | 100000 | 101000110 | 100011 | 110010 |
Color Harmonies of #AD5487
Complementary color
Monochromatic Colors of #AD5487
Black with #AD5487
Text Example
Text Example
White with #AD5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5487; }
p { color: rgb(173,84,135); }
H1.HeaderClassName
{
color: #AD5487;
}
.AnyTagClassName
{
color: #AD5487;
}
</style>
background-color css
<style>
a { background-color: #AD5487; }
a { background-color: rgb(173,84,135); }
div.DivClassName
{
background-color: #AD5487;
}
.BgClassName
{
background-color: #AD5487;
}
</style>
border-color css
<style>
span { border-color: #AD5487; }
span { border-color: rgb(173,84,135); }
td.TdClassName
{
border-color: #AD5487;
}
.TagClassName
{
border-color: #AD5487;
}
</style>