Shades of Mulberry #AD5287
Tints of Mulberry #AD5287
RGB
CMYK
RGB Variations
Color information
#AD5287 (or 0xAD5287) is known color: Mulberry. HEX triplet: AD, 52 and 87. RGB value is (173,82,135). Sum of RGB (Red+Green+Blue) = 173+82+135=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5287 is #52AD78. Grayscale: #737373. Windows color (decimal): -5418361 or 8868525. OLE color: 8868525.
HSL color Cylindrical-coordinate representation of color #AD5287: hue angle of 325.05º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5287 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 135 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.32 |
| HSL | 325.05º | 0.36% | 0.5% | - |
| HSV(B) | 325.05º | 0.53% | 0.68% | - |
| XYZ | 24.62 | 16.67 | 24.84 | - |
| YUV | 115.25 | 139.15 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 135 | 0 | 0.53 | 0.22 | 0.32 | 325.05 | 0.36 | 0.5 |
| Hex | AD | 52 | 87 | 0 | 35 | 16 | 20 | 145 | 24 | 32 |
| Octal | 255 | 122 | 207 | 0 | 65 | 26 | 40 | 505 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10000111 | 0 | 110101 | 10110 | 100000 | 101000101 | 100100 | 110010 |
Color Harmonies of #AD5287
Complementary color
Monochromatic Colors of #AD5287
Black with #AD5287
Text Example
Text Example
White with #AD5287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5287; }
p { color: rgb(173,82,135); }
H1.HeaderClassName
{
color: #AD5287;
}
.AnyTagClassName
{
color: #AD5287;
}
</style>
background-color css
<style>
a { background-color: #AD5287; }
a { background-color: rgb(173,82,135); }
div.DivClassName
{
background-color: #AD5287;
}
.BgClassName
{
background-color: #AD5287;
}
</style>
border-color css
<style>
span { border-color: #AD5287; }
span { border-color: rgb(173,82,135); }
td.TdClassName
{
border-color: #AD5287;
}
.TagClassName
{
border-color: #AD5287;
}
</style>