Shades of Mulberry #AD4995
Tints of Mulberry #AD4995
RGB
CMYK
RGB Variations
Color information
#AD4995 (or 0xAD4995) is known color: Mulberry. HEX triplet: AD, 49 and 95. RGB value is (173,73,149). Sum of RGB (Red+Green+Blue) = 173+73+149=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4995 is #52B66A. Grayscale: #6F6F6F. Windows color (decimal): -5420651 or 9783725. OLE color: 9783725.
HSL color Cylindrical-coordinate representation of color #AD4995: hue angle of 314.4º 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 #AD4995 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 149 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.32 |
| HSL | 314.4º | 0.41% | 0.48% | - |
| HSV(B) | 314.4º | 0.58% | 0.68% | - |
| XYZ | 25.04 | 15.82 | 30.17 | - |
| YUV | 111.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 149 | 0 | 0.58 | 0.14 | 0.32 | 314.4 | 0.41 | 0.48 |
| Hex | AD | 49 | 95 | 0 | 3A | E | 20 | 13A | 29 | 30 |
| Octal | 255 | 111 | 225 | 0 | 72 | 16 | 40 | 472 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10010101 | 0 | 111010 | 1110 | 100000 | 100111010 | 101001 | 110000 |
Color Harmonies of #AD4995
Complementary color
Monochromatic Colors of #AD4995
Black with #AD4995
Text Example
Text Example
White with #AD4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4995; }
p { color: rgb(173,73,149); }
H1.HeaderClassName
{
color: #AD4995;
}
.AnyTagClassName
{
color: #AD4995;
}
</style>
background-color css
<style>
a { background-color: #AD4995; }
a { background-color: rgb(173,73,149); }
div.DivClassName
{
background-color: #AD4995;
}
.BgClassName
{
background-color: #AD4995;
}
</style>
border-color css
<style>
span { border-color: #AD4995; }
span { border-color: rgb(173,73,149); }
td.TdClassName
{
border-color: #AD4995;
}
.TagClassName
{
border-color: #AD4995;
}
</style>