Shades of Mulberry #AD5589
Tints of Mulberry #AD5589
RGB
CMYK
RGB Variations
Color information
#AD5589 (or 0xAD5589) is known color: Mulberry. HEX triplet: AD, 55 and 89. RGB value is (173,85,137). Sum of RGB (Red+Green+Blue) = 173+85+137=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5589 is #52AA76. Grayscale: #757575. Windows color (decimal): -5417591 or 9000365. OLE color: 9000365.
HSL color Cylindrical-coordinate representation of color #AD5589: hue angle of 324.55º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5589 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 137 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.32 |
| HSL | 324.55º | 0.35% | 0.51% | - |
| HSV(B) | 324.55º | 0.51% | 0.68% | - |
| XYZ | 25 | 17.19 | 25.67 | - |
| YUV | 117.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 137 | 0 | 0.51 | 0.21 | 0.32 | 324.55 | 0.35 | 0.51 |
| Hex | AD | 55 | 89 | 0 | 33 | 15 | 20 | 145 | 23 | 33 |
| Octal | 255 | 125 | 211 | 0 | 63 | 25 | 40 | 505 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10001001 | 0 | 110011 | 10101 | 100000 | 101000101 | 100011 | 110011 |
Color Harmonies of #AD5589
Complementary color
Monochromatic Colors of #AD5589
Black with #AD5589
Text Example
Text Example
White with #AD5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5589; }
p { color: rgb(173,85,137); }
H1.HeaderClassName
{
color: #AD5589;
}
.AnyTagClassName
{
color: #AD5589;
}
</style>
background-color css
<style>
a { background-color: #AD5589; }
a { background-color: rgb(173,85,137); }
div.DivClassName
{
background-color: #AD5589;
}
.BgClassName
{
background-color: #AD5589;
}
</style>
border-color css
<style>
span { border-color: #AD5589; }
span { border-color: rgb(173,85,137); }
td.TdClassName
{
border-color: #AD5589;
}
.TagClassName
{
border-color: #AD5589;
}
</style>