Shades of Mulberry #AD5594
Tints of Mulberry #AD5594
RGB
CMYK
RGB Variations
Color information
#AD5594 (or 0xAD5594) is known color: Mulberry. HEX triplet: AD, 55 and 94. RGB value is (173,85,148). Sum of RGB (Red+Green+Blue) = 173+85+148=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5594 is #52AA6B. Grayscale: #767676. Windows color (decimal): -5417580 or 9721261. OLE color: 9721261.
HSL color Cylindrical-coordinate representation of color #AD5594: hue angle of 317.05º 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 #AD5594 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 148 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.32 |
| HSL | 317.05º | 0.35% | 0.51% | - |
| HSV(B) | 317.05º | 0.51% | 0.68% | - |
| XYZ | 25.83 | 17.52 | 30.04 | - |
| YUV | 118.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 148 | 0 | 0.51 | 0.14 | 0.32 | 317.05 | 0.35 | 0.51 |
| Hex | AD | 55 | 94 | 0 | 33 | E | 20 | 13D | 23 | 33 |
| Octal | 255 | 125 | 224 | 0 | 63 | 16 | 40 | 475 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10010100 | 0 | 110011 | 1110 | 100000 | 100111101 | 100011 | 110011 |
Color Harmonies of #AD5594
Complementary color
Monochromatic Colors of #AD5594
Black with #AD5594
Text Example
Text Example
White with #AD5594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5594; }
p { color: rgb(173,85,148); }
H1.HeaderClassName
{
color: #AD5594;
}
.AnyTagClassName
{
color: #AD5594;
}
</style>
background-color css
<style>
a { background-color: #AD5594; }
a { background-color: rgb(173,85,148); }
div.DivClassName
{
background-color: #AD5594;
}
.BgClassName
{
background-color: #AD5594;
}
</style>
border-color css
<style>
span { border-color: #AD5594; }
span { border-color: rgb(173,85,148); }
td.TdClassName
{
border-color: #AD5594;
}
.TagClassName
{
border-color: #AD5594;
}
</style>