Shades of Mulberry #AD5494
Tints of Mulberry #AD5494
RGB
CMYK
RGB Variations
Color information
#AD5494 (or 0xAD5494) is known color: Mulberry. HEX triplet: AD, 54 and 94. RGB value is (173,84,148). Sum of RGB (Red+Green+Blue) = 173+84+148=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5494 is #52AB6B. Grayscale: #757575. Windows color (decimal): -5417836 or 9721005. OLE color: 9721005.
HSL color Cylindrical-coordinate representation of color #AD5494: hue angle of 316.85º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5494 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 148 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.32 |
| HSL | 316.85º | 0.35% | 0.5% | - |
| HSV(B) | 316.85º | 0.51% | 0.68% | - |
| XYZ | 25.75 | 17.36 | 30.01 | - |
| YUV | 117.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 148 | 0 | 0.51 | 0.14 | 0.32 | 316.85 | 0.35 | 0.5 |
| Hex | AD | 54 | 94 | 0 | 33 | E | 20 | 13D | 23 | 32 |
| Octal | 255 | 124 | 224 | 0 | 63 | 16 | 40 | 475 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10010100 | 0 | 110011 | 1110 | 100000 | 100111101 | 100011 | 110010 |
Color Harmonies of #AD5494
Complementary color
Monochromatic Colors of #AD5494
Black with #AD5494
Text Example
Text Example
White with #AD5494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5494; }
p { color: rgb(173,84,148); }
H1.HeaderClassName
{
color: #AD5494;
}
.AnyTagClassName
{
color: #AD5494;
}
</style>
background-color css
<style>
a { background-color: #AD5494; }
a { background-color: rgb(173,84,148); }
div.DivClassName
{
background-color: #AD5494;
}
.BgClassName
{
background-color: #AD5494;
}
</style>
border-color css
<style>
span { border-color: #AD5494; }
span { border-color: rgb(173,84,148); }
td.TdClassName
{
border-color: #AD5494;
}
.TagClassName
{
border-color: #AD5494;
}
</style>