Shades of Mulberry #AD4C95
Tints of Mulberry #AD4C95
RGB
CMYK
RGB Variations
Color information
#AD4C95 (or 0xAD4C95) is known color: Mulberry. HEX triplet: AD, 4C and 95. RGB value is (173,76,149). Sum of RGB (Red+Green+Blue) = 173+76+149=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C95 is #52B36A. Grayscale: #717171. Windows color (decimal): -5419883 or 9784493. OLE color: 9784493.
HSL color Cylindrical-coordinate representation of color #AD4C95: hue angle of 314.85º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C95 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 149 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.32 |
| HSL | 314.85º | 0.39% | 0.49% | - |
| HSV(B) | 314.85º | 0.56% | 0.68% | - |
| XYZ | 25.24 | 16.22 | 30.23 | - |
| YUV | 113.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 149 | 0 | 0.56 | 0.14 | 0.32 | 314.85 | 0.39 | 0.49 |
| Hex | AD | 4C | 95 | 0 | 38 | E | 20 | 13B | 27 | 31 |
| Octal | 255 | 114 | 225 | 0 | 70 | 16 | 40 | 473 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10010101 | 0 | 111000 | 1110 | 100000 | 100111011 | 100111 | 110001 |
Color Harmonies of #AD4C95
Complementary color
Monochromatic Colors of #AD4C95
Black with #AD4C95
Text Example
Text Example
White with #AD4C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C95; }
p { color: rgb(173,76,149); }
H1.HeaderClassName
{
color: #AD4C95;
}
.AnyTagClassName
{
color: #AD4C95;
}
</style>
background-color css
<style>
a { background-color: #AD4C95; }
a { background-color: rgb(173,76,149); }
div.DivClassName
{
background-color: #AD4C95;
}
.BgClassName
{
background-color: #AD4C95;
}
</style>
border-color css
<style>
span { border-color: #AD4C95; }
span { border-color: rgb(173,76,149); }
td.TdClassName
{
border-color: #AD4C95;
}
.TagClassName
{
border-color: #AD4C95;
}
</style>