Shades of Mulberry #AD4F87
Tints of Mulberry #AD4F87
RGB
CMYK
RGB Variations
Color information
#AD4F87 (or 0xAD4F87) is known color: Mulberry. HEX triplet: AD, 4F and 87. RGB value is (173,79,135). Sum of RGB (Red+Green+Blue) = 173+79+135=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F87 is #52B078. Grayscale: #717171. Windows color (decimal): -5419129 or 8867757. OLE color: 8867757.
HSL color Cylindrical-coordinate representation of color #AD4F87: hue angle of 324.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD4F87 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 135 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.32 |
| HSL | 324.26º | 0.37% | 0.49% | - |
| HSV(B) | 324.26º | 0.54% | 0.68% | - |
| XYZ | 24.4 | 16.23 | 24.77 | - |
| YUV | 113.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 135 | 0 | 0.54 | 0.22 | 0.32 | 324.26 | 0.37 | 0.49 |
| Hex | AD | 4F | 87 | 0 | 36 | 16 | 20 | 144 | 25 | 31 |
| Octal | 255 | 117 | 207 | 0 | 66 | 26 | 40 | 504 | 45 | 61 |
| Binary | 10101101 | 1001111 | 10000111 | 0 | 110110 | 10110 | 100000 | 101000100 | 100101 | 110001 |
Color Harmonies of #AD4F87
Complementary color
Monochromatic Colors of #AD4F87
Black with #AD4F87
Text Example
Text Example
White with #AD4F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F87; }
p { color: rgb(173,79,135); }
H1.HeaderClassName
{
color: #AD4F87;
}
.AnyTagClassName
{
color: #AD4F87;
}
</style>
background-color css
<style>
a { background-color: #AD4F87; }
a { background-color: rgb(173,79,135); }
div.DivClassName
{
background-color: #AD4F87;
}
.BgClassName
{
background-color: #AD4F87;
}
</style>
border-color css
<style>
span { border-color: #AD4F87; }
span { border-color: rgb(173,79,135); }
td.TdClassName
{
border-color: #AD4F87;
}
.TagClassName
{
border-color: #AD4F87;
}
</style>