Shades of Mulberry #AD5890
Tints of Mulberry #AD5890
RGB
CMYK
RGB Variations
Color information
#AD5890 (or 0xAD5890) is known color: Mulberry. HEX triplet: AD, 58 and 90. RGB value is (173,88,144). Sum of RGB (Red+Green+Blue) = 173+88+144=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5890 is #52A76F. Grayscale: #777777. Windows color (decimal): -5416816 or 9459885. OLE color: 9459885.
HSL color Cylindrical-coordinate representation of color #AD5890: hue angle of 320.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5890 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 144 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.32 |
| HSL | 320.47º | 0.34% | 0.51% | - |
| HSV(B) | 320.47º | 0.49% | 0.68% | - |
| XYZ | 25.76 | 17.88 | 28.48 | - |
| YUV | 119.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 144 | 0 | 0.49 | 0.17 | 0.32 | 320.47 | 0.34 | 0.51 |
| Hex | AD | 58 | 90 | 0 | 31 | 11 | 20 | 140 | 22 | 33 |
| Octal | 255 | 130 | 220 | 0 | 61 | 21 | 40 | 500 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10010000 | 0 | 110001 | 10001 | 100000 | 101000000 | 100010 | 110011 |
Color Harmonies of #AD5890
Complementary color
Monochromatic Colors of #AD5890
Black with #AD5890
Text Example
Text Example
White with #AD5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5890; }
p { color: rgb(173,88,144); }
H1.HeaderClassName
{
color: #AD5890;
}
.AnyTagClassName
{
color: #AD5890;
}
</style>
background-color css
<style>
a { background-color: #AD5890; }
a { background-color: rgb(173,88,144); }
div.DivClassName
{
background-color: #AD5890;
}
.BgClassName
{
background-color: #AD5890;
}
</style>
border-color css
<style>
span { border-color: #AD5890; }
span { border-color: rgb(173,88,144); }
td.TdClassName
{
border-color: #AD5890;
}
.TagClassName
{
border-color: #AD5890;
}
</style>