Shades of Mulberry #AD5590
Tints of Mulberry #AD5590
RGB
CMYK
RGB Variations
Color information
#AD5590 (or 0xAD5590) is known color: Mulberry. HEX triplet: AD, 55 and 90. RGB value is (173,85,144). Sum of RGB (Red+Green+Blue) = 173+85+144=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5590 is #52AA6F. Grayscale: #757575. Windows color (decimal): -5417584 or 9459117. OLE color: 9459117.
HSL color Cylindrical-coordinate representation of color #AD5590: hue angle of 319.77º 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 #AD5590 is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 144 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.32 |
| HSL | 319.77º | 0.35% | 0.51% | - |
| HSV(B) | 319.77º | 0.51% | 0.68% | - |
| XYZ | 25.52 | 17.39 | 28.4 | - |
| YUV | 118.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 144 | 0 | 0.51 | 0.17 | 0.32 | 319.77 | 0.35 | 0.51 |
| Hex | AD | 55 | 90 | 0 | 33 | 11 | 20 | 140 | 23 | 33 |
| Octal | 255 | 125 | 220 | 0 | 63 | 21 | 40 | 500 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10010000 | 0 | 110011 | 10001 | 100000 | 101000000 | 100011 | 110011 |
Color Harmonies of #AD5590
Complementary color
Monochromatic Colors of #AD5590
Black with #AD5590
Text Example
Text Example
White with #AD5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5590; }
p { color: rgb(173,85,144); }
H1.HeaderClassName
{
color: #AD5590;
}
.AnyTagClassName
{
color: #AD5590;
}
</style>
background-color css
<style>
a { background-color: #AD5590; }
a { background-color: rgb(173,85,144); }
div.DivClassName
{
background-color: #AD5590;
}
.BgClassName
{
background-color: #AD5590;
}
</style>
border-color css
<style>
span { border-color: #AD5590; }
span { border-color: rgb(173,85,144); }
td.TdClassName
{
border-color: #AD5590;
}
.TagClassName
{
border-color: #AD5590;
}
</style>