Shades of Mulberry #AD5089
Tints of Mulberry #AD5089
RGB
CMYK
RGB Variations
Color information
#AD5089 (or 0xAD5089) is known color: Mulberry. HEX triplet: AD, 50 and 89. RGB value is (173,80,137). Sum of RGB (Red+Green+Blue) = 173+80+137=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5089 is #52AF76. Grayscale: #727272. Windows color (decimal): -5418871 or 8999085. OLE color: 8999085.
HSL color Cylindrical-coordinate representation of color #AD5089: hue angle of 323.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5089 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 137 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.32 |
| HSL | 323.23º | 0.37% | 0.5% | - |
| HSV(B) | 323.23º | 0.54% | 0.68% | - |
| XYZ | 24.62 | 16.43 | 25.54 | - |
| YUV | 114.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 137 | 0 | 0.54 | 0.21 | 0.32 | 323.23 | 0.37 | 0.5 |
| Hex | AD | 50 | 89 | 0 | 36 | 15 | 20 | 143 | 25 | 32 |
| Octal | 255 | 120 | 211 | 0 | 66 | 25 | 40 | 503 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10001001 | 0 | 110110 | 10101 | 100000 | 101000011 | 100101 | 110010 |
Color Harmonies of #AD5089
Complementary color
Monochromatic Colors of #AD5089
Black with #AD5089
Text Example
Text Example
White with #AD5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5089; }
p { color: rgb(173,80,137); }
H1.HeaderClassName
{
color: #AD5089;
}
.AnyTagClassName
{
color: #AD5089;
}
</style>
background-color css
<style>
a { background-color: #AD5089; }
a { background-color: rgb(173,80,137); }
div.DivClassName
{
background-color: #AD5089;
}
.BgClassName
{
background-color: #AD5089;
}
</style>
border-color css
<style>
span { border-color: #AD5089; }
span { border-color: rgb(173,80,137); }
td.TdClassName
{
border-color: #AD5089;
}
.TagClassName
{
border-color: #AD5089;
}
</style>