Shades of Mulberry #AD5887
Tints of Mulberry #AD5887
RGB
CMYK
RGB Variations
Color information
#AD5887 (or 0xAD5887) is known color: Mulberry. HEX triplet: AD, 58 and 87. RGB value is (173,88,135). Sum of RGB (Red+Green+Blue) = 173+88+135=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5887 is #52A778. Grayscale: #767676. Windows color (decimal): -5416825 or 8870061. OLE color: 8870061.
HSL color Cylindrical-coordinate representation of color #AD5887: hue angle of 326.82º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5887 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 135 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.32 |
| HSL | 326.82º | 0.34% | 0.51% | - |
| HSV(B) | 326.82º | 0.49% | 0.68% | - |
| XYZ | 25.1 | 17.61 | 25 | - |
| YUV | 118.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 135 | 0 | 0.49 | 0.22 | 0.32 | 326.82 | 0.34 | 0.51 |
| Hex | AD | 58 | 87 | 0 | 31 | 16 | 20 | 147 | 22 | 33 |
| Octal | 255 | 130 | 207 | 0 | 61 | 26 | 40 | 507 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10000111 | 0 | 110001 | 10110 | 100000 | 101000111 | 100010 | 110011 |
Color Harmonies of #AD5887
Complementary color
Monochromatic Colors of #AD5887
Black with #AD5887
Text Example
Text Example
White with #AD5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5887; }
p { color: rgb(173,88,135); }
H1.HeaderClassName
{
color: #AD5887;
}
.AnyTagClassName
{
color: #AD5887;
}
</style>
background-color css
<style>
a { background-color: #AD5887; }
a { background-color: rgb(173,88,135); }
div.DivClassName
{
background-color: #AD5887;
}
.BgClassName
{
background-color: #AD5887;
}
</style>
border-color css
<style>
span { border-color: #AD5887; }
span { border-color: rgb(173,88,135); }
td.TdClassName
{
border-color: #AD5887;
}
.TagClassName
{
border-color: #AD5887;
}
</style>