Shades of Mulberry #AD4B94
Tints of Mulberry #AD4B94
RGB
CMYK
RGB Variations
Color information
#AD4B94 (or 0xAD4B94) is known color: Mulberry. HEX triplet: AD, 4B and 94. RGB value is (173,75,148). Sum of RGB (Red+Green+Blue) = 173+75+148=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B94 is #52B46B. Grayscale: #707070. Windows color (decimal): -5420140 or 9718701. OLE color: 9718701.
HSL color Cylindrical-coordinate representation of color #AD4B94: hue angle of 315.31º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B94 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 148 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.32 |
| HSL | 315.31º | 0.4% | 0.49% | - |
| HSV(B) | 315.31º | 0.57% | 0.68% | - |
| XYZ | 25.09 | 16.05 | 29.79 | - |
| YUV | 112.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 148 | 0 | 0.57 | 0.14 | 0.32 | 315.31 | 0.4 | 0.49 |
| Hex | AD | 4B | 94 | 0 | 39 | E | 20 | 13B | 28 | 31 |
| Octal | 255 | 113 | 224 | 0 | 71 | 16 | 40 | 473 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10010100 | 0 | 111001 | 1110 | 100000 | 100111011 | 101000 | 110001 |
Color Harmonies of #AD4B94
Complementary color
Monochromatic Colors of #AD4B94
Black with #AD4B94
Text Example
Text Example
White with #AD4B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B94; }
p { color: rgb(173,75,148); }
H1.HeaderClassName
{
color: #AD4B94;
}
.AnyTagClassName
{
color: #AD4B94;
}
</style>
background-color css
<style>
a { background-color: #AD4B94; }
a { background-color: rgb(173,75,148); }
div.DivClassName
{
background-color: #AD4B94;
}
.BgClassName
{
background-color: #AD4B94;
}
</style>
border-color css
<style>
span { border-color: #AD4B94; }
span { border-color: rgb(173,75,148); }
td.TdClassName
{
border-color: #AD4B94;
}
.TagClassName
{
border-color: #AD4B94;
}
</style>