Shades of Mulberry #AD5593
Tints of Mulberry #AD5593
RGB
CMYK
RGB Variations
Color information
#AD5593 (or 0xAD5593) is known color: Mulberry. HEX triplet: AD, 55 and 93. RGB value is (173,85,147). Sum of RGB (Red+Green+Blue) = 173+85+147=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5593 is #52AA6C. Grayscale: #767676. Windows color (decimal): -5417581 or 9655725. OLE color: 9655725.
HSL color Cylindrical-coordinate representation of color #AD5593: hue angle of 317.73º 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 #AD5593 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 147 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.32 |
| HSL | 317.73º | 0.35% | 0.51% | - |
| HSV(B) | 317.73º | 0.51% | 0.68% | - |
| XYZ | 25.75 | 17.49 | 29.62 | - |
| YUV | 118.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 147 | 0 | 0.51 | 0.15 | 0.32 | 317.73 | 0.35 | 0.51 |
| Hex | AD | 55 | 93 | 0 | 33 | F | 20 | 13E | 23 | 33 |
| Octal | 255 | 125 | 223 | 0 | 63 | 17 | 40 | 476 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10010011 | 0 | 110011 | 1111 | 100000 | 100111110 | 100011 | 110011 |
Color Harmonies of #AD5593
Complementary color
Monochromatic Colors of #AD5593
Black with #AD5593
Text Example
Text Example
White with #AD5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5593; }
p { color: rgb(173,85,147); }
H1.HeaderClassName
{
color: #AD5593;
}
.AnyTagClassName
{
color: #AD5593;
}
</style>
background-color css
<style>
a { background-color: #AD5593; }
a { background-color: rgb(173,85,147); }
div.DivClassName
{
background-color: #AD5593;
}
.BgClassName
{
background-color: #AD5593;
}
</style>
border-color css
<style>
span { border-color: #AD5593; }
span { border-color: rgb(173,85,147); }
td.TdClassName
{
border-color: #AD5593;
}
.TagClassName
{
border-color: #AD5593;
}
</style>