Shades of Mulberry #AD5087
Tints of Mulberry #AD5087
RGB
CMYK
RGB Variations
Color information
#AD5087 (or 0xAD5087) is known color: Mulberry. HEX triplet: AD, 50 and 87. RGB value is (173,80,135). Sum of RGB (Red+Green+Blue) = 173+80+135=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5087 is #52AF78. Grayscale: #717171. Windows color (decimal): -5418873 or 8868013. OLE color: 8868013.
HSL color Cylindrical-coordinate representation of color #AD5087: hue angle of 324.52º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5087 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 135 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.32 |
| HSL | 324.52º | 0.37% | 0.5% | - |
| HSV(B) | 324.52º | 0.54% | 0.68% | - |
| XYZ | 24.48 | 16.37 | 24.79 | - |
| YUV | 114.08 | 139.81 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 135 | 0 | 0.54 | 0.22 | 0.32 | 324.52 | 0.37 | 0.5 |
| Hex | AD | 50 | 87 | 0 | 36 | 16 | 20 | 145 | 25 | 32 |
| Octal | 255 | 120 | 207 | 0 | 66 | 26 | 40 | 505 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10000111 | 0 | 110110 | 10110 | 100000 | 101000101 | 100101 | 110010 |
Color Harmonies of #AD5087
Complementary color
Monochromatic Colors of #AD5087
Black with #AD5087
Text Example
Text Example
White with #AD5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5087; }
p { color: rgb(173,80,135); }
H1.HeaderClassName
{
color: #AD5087;
}
.AnyTagClassName
{
color: #AD5087;
}
</style>
background-color css
<style>
a { background-color: #AD5087; }
a { background-color: rgb(173,80,135); }
div.DivClassName
{
background-color: #AD5087;
}
.BgClassName
{
background-color: #AD5087;
}
</style>
border-color css
<style>
span { border-color: #AD5087; }
span { border-color: rgb(173,80,135); }
td.TdClassName
{
border-color: #AD5087;
}
.TagClassName
{
border-color: #AD5087;
}
</style>