Shades of Mulberry #AD5591
Tints of Mulberry #AD5591
RGB
CMYK
RGB Variations
Color information
#AD5591 (or 0xAD5591) is known color: Mulberry. HEX triplet: AD, 55 and 91. RGB value is (173,85,145). Sum of RGB (Red+Green+Blue) = 173+85+145=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5591 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5591 is #52AA6E. Grayscale: #767676. Windows color (decimal): -5417583 or 9524653. OLE color: 9524653.
HSL color Cylindrical-coordinate representation of color #AD5591: hue angle of 319.09º 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 #AD5591 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 145 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.32 |
| HSL | 319.09º | 0.35% | 0.51% | - |
| HSV(B) | 319.09º | 0.51% | 0.68% | - |
| XYZ | 25.59 | 17.43 | 28.8 | - |
| YUV | 118.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 145 | 0 | 0.51 | 0.16 | 0.32 | 319.09 | 0.35 | 0.51 |
| Hex | AD | 55 | 91 | 0 | 33 | 10 | 20 | 13F | 23 | 33 |
| Octal | 255 | 125 | 221 | 0 | 63 | 20 | 40 | 477 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10010001 | 0 | 110011 | 10000 | 100000 | 100111111 | 100011 | 110011 |
Color Harmonies of #AD5591
Complementary color
Monochromatic Colors of #AD5591
Black with #AD5591
Text Example
Text Example
White with #AD5591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5591; }
p { color: rgb(173,85,145); }
H1.HeaderClassName
{
color: #AD5591;
}
.AnyTagClassName
{
color: #AD5591;
}
</style>
background-color css
<style>
a { background-color: #AD5591; }
a { background-color: rgb(173,85,145); }
div.DivClassName
{
background-color: #AD5591;
}
.BgClassName
{
background-color: #AD5591;
}
</style>
border-color css
<style>
span { border-color: #AD5591; }
span { border-color: rgb(173,85,145); }
td.TdClassName
{
border-color: #AD5591;
}
.TagClassName
{
border-color: #AD5591;
}
</style>