Shades of Mulberry #AD4F89
Tints of Mulberry #AD4F89
RGB
CMYK
RGB Variations
Color information
#AD4F89 (or 0xAD4F89) is known color: Mulberry. HEX triplet: AD, 4F and 89. RGB value is (173,79,137). Sum of RGB (Red+Green+Blue) = 173+79+137=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4F89 is #52B076. Grayscale: #717171. Windows color (decimal): -5419127 or 8998829. OLE color: 8998829.
HSL color Cylindrical-coordinate representation of color #AD4F89: hue angle of 322.98º 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 #AD4F89 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 137 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.32 |
| HSL | 322.98º | 0.37% | 0.49% | - |
| HSV(B) | 322.98º | 0.54% | 0.68% | - |
| XYZ | 24.54 | 16.28 | 25.52 | - |
| YUV | 113.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 137 | 0 | 0.54 | 0.21 | 0.32 | 322.98 | 0.37 | 0.49 |
| Hex | AD | 4F | 89 | 0 | 36 | 15 | 20 | 143 | 25 | 31 |
| Octal | 255 | 117 | 211 | 0 | 66 | 25 | 40 | 503 | 45 | 61 |
| Binary | 10101101 | 1001111 | 10001001 | 0 | 110110 | 10101 | 100000 | 101000011 | 100101 | 110001 |
Color Harmonies of #AD4F89
Complementary color
Monochromatic Colors of #AD4F89
Black with #AD4F89
Text Example
Text Example
White with #AD4F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F89; }
p { color: rgb(173,79,137); }
H1.HeaderClassName
{
color: #AD4F89;
}
.AnyTagClassName
{
color: #AD4F89;
}
</style>
background-color css
<style>
a { background-color: #AD4F89; }
a { background-color: rgb(173,79,137); }
div.DivClassName
{
background-color: #AD4F89;
}
.BgClassName
{
background-color: #AD4F89;
}
</style>
border-color css
<style>
span { border-color: #AD4F89; }
span { border-color: rgb(173,79,137); }
td.TdClassName
{
border-color: #AD4F89;
}
.TagClassName
{
border-color: #AD4F89;
}
</style>