Shades of Mulberry #AD5190
Tints of Mulberry #AD5190
RGB
CMYK
RGB Variations
Color information
#AD5190 (or 0xAD5190) is known color: Mulberry. HEX triplet: AD, 51 and 90. RGB value is (173,81,144). Sum of RGB (Red+Green+Blue) = 173+81+144=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5190 is #52AE6F. Grayscale: #737373. Windows color (decimal): -5418608 or 9458093. OLE color: 9458093.
HSL color Cylindrical-coordinate representation of color #AD5190: hue angle of 318.91º 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 #AD5190 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 144 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.32 |
| HSL | 318.91º | 0.36% | 0.5% | - |
| HSV(B) | 318.91º | 0.53% | 0.68% | - |
| XYZ | 25.21 | 16.78 | 28.3 | - |
| YUV | 115.69 | 143.98 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 144 | 0 | 0.53 | 0.17 | 0.32 | 318.91 | 0.36 | 0.5 |
| Hex | AD | 51 | 90 | 0 | 35 | 11 | 20 | 13F | 24 | 32 |
| Octal | 255 | 121 | 220 | 0 | 65 | 21 | 40 | 477 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10010000 | 0 | 110101 | 10001 | 100000 | 100111111 | 100100 | 110010 |
Color Harmonies of #AD5190
Complementary color
Monochromatic Colors of #AD5190
Black with #AD5190
Text Example
Text Example
White with #AD5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5190; }
p { color: rgb(173,81,144); }
H1.HeaderClassName
{
color: #AD5190;
}
.AnyTagClassName
{
color: #AD5190;
}
</style>
background-color css
<style>
a { background-color: #AD5190; }
a { background-color: rgb(173,81,144); }
div.DivClassName
{
background-color: #AD5190;
}
.BgClassName
{
background-color: #AD5190;
}
</style>
border-color css
<style>
span { border-color: #AD5190; }
span { border-color: rgb(173,81,144); }
td.TdClassName
{
border-color: #AD5190;
}
.TagClassName
{
border-color: #AD5190;
}
</style>