Shades of Mulberry #AD5A87
Tints of Mulberry #AD5A87
RGB
CMYK
RGB Variations
Color information
#AD5A87 (or 0xAD5A87) is known color: Mulberry. HEX triplet: AD, 5A and 87. RGB value is (173,90,135). Sum of RGB (Red+Green+Blue) = 173+90+135=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A87 is #52A578. Grayscale: #777777. Windows color (decimal): -5416313 or 8870573. OLE color: 8870573.
HSL color Cylindrical-coordinate representation of color #AD5A87: hue angle of 327.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A87 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 135 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.32 |
| HSL | 327.47º | 0.34% | 0.52% | - |
| HSV(B) | 327.47º | 0.48% | 0.68% | - |
| XYZ | 25.26 | 17.95 | 25.05 | - |
| YUV | 119.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 135 | 0 | 0.48 | 0.22 | 0.32 | 327.47 | 0.34 | 0.52 |
| Hex | AD | 5A | 87 | 0 | 30 | 16 | 20 | 147 | 22 | 34 |
| Octal | 255 | 132 | 207 | 0 | 60 | 26 | 40 | 507 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10000111 | 0 | 110000 | 10110 | 100000 | 101000111 | 100010 | 110100 |
Color Harmonies of #AD5A87
Complementary color
Monochromatic Colors of #AD5A87
Black with #AD5A87
Text Example
Text Example
White with #AD5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A87; }
p { color: rgb(173,90,135); }
H1.HeaderClassName
{
color: #AD5A87;
}
.AnyTagClassName
{
color: #AD5A87;
}
</style>
background-color css
<style>
a { background-color: #AD5A87; }
a { background-color: rgb(173,90,135); }
div.DivClassName
{
background-color: #AD5A87;
}
.BgClassName
{
background-color: #AD5A87;
}
</style>
border-color css
<style>
span { border-color: #AD5A87; }
span { border-color: rgb(173,90,135); }
td.TdClassName
{
border-color: #AD5A87;
}
.TagClassName
{
border-color: #AD5A87;
}
</style>