Shades of Mulberry #AD5189
Tints of Mulberry #AD5189
RGB
CMYK
RGB Variations
Color information
#AD5189 (or 0xAD5189) is known color: Mulberry. HEX triplet: AD, 51 and 89. RGB value is (173,81,137). Sum of RGB (Red+Green+Blue) = 173+81+137=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5189 is #52AE76. Grayscale: #727272. Windows color (decimal): -5418615 or 8999341. OLE color: 8999341.
HSL color Cylindrical-coordinate representation of color #AD5189: hue angle of 323.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5189 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 137 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.32 |
| HSL | 323.48º | 0.36% | 0.5% | - |
| HSV(B) | 323.48º | 0.53% | 0.68% | - |
| XYZ | 24.69 | 16.58 | 25.56 | - |
| YUV | 114.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 137 | 0 | 0.53 | 0.21 | 0.32 | 323.48 | 0.36 | 0.5 |
| Hex | AD | 51 | 89 | 0 | 35 | 15 | 20 | 143 | 24 | 32 |
| Octal | 255 | 121 | 211 | 0 | 65 | 25 | 40 | 503 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10001001 | 0 | 110101 | 10101 | 100000 | 101000011 | 100100 | 110010 |
Color Harmonies of #AD5189
Complementary color
Monochromatic Colors of #AD5189
Black with #AD5189
Text Example
Text Example
White with #AD5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5189; }
p { color: rgb(173,81,137); }
H1.HeaderClassName
{
color: #AD5189;
}
.AnyTagClassName
{
color: #AD5189;
}
</style>
background-color css
<style>
a { background-color: #AD5189; }
a { background-color: rgb(173,81,137); }
div.DivClassName
{
background-color: #AD5189;
}
.BgClassName
{
background-color: #AD5189;
}
</style>
border-color css
<style>
span { border-color: #AD5189; }
span { border-color: rgb(173,81,137); }
td.TdClassName
{
border-color: #AD5189;
}
.TagClassName
{
border-color: #AD5189;
}
</style>