Shades of Mulberry #AD558D
Tints of Mulberry #AD558D
RGB
CMYK
RGB Variations
Color information
#AD558D (or 0xAD558D) is known color: Mulberry. HEX triplet: AD, 55 and 8D. RGB value is (173,85,141). Sum of RGB (Red+Green+Blue) = 173+85+141=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD558D is #52AA72. Grayscale: #757575. Windows color (decimal): -5417587 or 9262509. OLE color: 9262509.
HSL color Cylindrical-coordinate representation of color #AD558D: hue angle of 321.82º 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 #AD558D is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 141 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.32 |
| HSL | 321.82º | 0.35% | 0.51% | - |
| HSV(B) | 321.82º | 0.51% | 0.68% | - |
| XYZ | 25.29 | 17.3 | 27.21 | - |
| YUV | 117.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 141 | 0 | 0.51 | 0.18 | 0.32 | 321.82 | 0.35 | 0.51 |
| Hex | AD | 55 | 8D | 0 | 33 | 12 | 20 | 142 | 23 | 33 |
| Octal | 255 | 125 | 215 | 0 | 63 | 22 | 40 | 502 | 43 | 63 |
| Binary | 10101101 | 1010101 | 10001101 | 0 | 110011 | 10010 | 100000 | 101000010 | 100011 | 110011 |
Color Harmonies of #AD558D
Complementary color
Monochromatic Colors of #AD558D
Black with #AD558D
Text Example
Text Example
White with #AD558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD558D; }
p { color: rgb(173,85,141); }
H1.HeaderClassName
{
color: #AD558D;
}
.AnyTagClassName
{
color: #AD558D;
}
</style>
background-color css
<style>
a { background-color: #AD558D; }
a { background-color: rgb(173,85,141); }
div.DivClassName
{
background-color: #AD558D;
}
.BgClassName
{
background-color: #AD558D;
}
</style>
border-color css
<style>
span { border-color: #AD558D; }
span { border-color: rgb(173,85,141); }
td.TdClassName
{
border-color: #AD558D;
}
.TagClassName
{
border-color: #AD558D;
}
</style>