Shades of Mulberry #AD4988
Tints of Mulberry #AD4988
RGB
CMYK
RGB Variations
Color information
#AD4988 (or 0xAD4988) is known color: Mulberry. HEX triplet: AD, 49 and 88. RGB value is (173,73,136). Sum of RGB (Red+Green+Blue) = 173+73+136=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4988 is #52B677. Grayscale: #6D6D6D. Windows color (decimal): -5420664 or 8931757. OLE color: 8931757.
HSL color Cylindrical-coordinate representation of color #AD4988: hue angle of 322.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD4988 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 136 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.32 |
| HSL | 322.2º | 0.41% | 0.48% | - |
| HSV(B) | 322.2º | 0.58% | 0.68% | - |
| XYZ | 24.06 | 15.43 | 25 | - |
| YUV | 110.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 136 | 0 | 0.58 | 0.21 | 0.32 | 322.2 | 0.41 | 0.48 |
| Hex | AD | 49 | 88 | 0 | 3A | 15 | 20 | 142 | 29 | 30 |
| Octal | 255 | 111 | 210 | 0 | 72 | 25 | 40 | 502 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10001000 | 0 | 111010 | 10101 | 100000 | 101000010 | 101001 | 110000 |
Color Harmonies of #AD4988
Complementary color
Monochromatic Colors of #AD4988
Black with #AD4988
Text Example
Text Example
White with #AD4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4988; }
p { color: rgb(173,73,136); }
H1.HeaderClassName
{
color: #AD4988;
}
.AnyTagClassName
{
color: #AD4988;
}
</style>
background-color css
<style>
a { background-color: #AD4988; }
a { background-color: rgb(173,73,136); }
div.DivClassName
{
background-color: #AD4988;
}
.BgClassName
{
background-color: #AD4988;
}
</style>
border-color css
<style>
span { border-color: #AD4988; }
span { border-color: rgb(173,73,136); }
td.TdClassName
{
border-color: #AD4988;
}
.TagClassName
{
border-color: #AD4988;
}
</style>