Shades of Mulberry #AD5191
Tints of Mulberry #AD5191
RGB
CMYK
RGB Variations
Color information
#AD5191 (or 0xAD5191) is known color: Mulberry. HEX triplet: AD, 51 and 91. RGB value is (173,81,145). Sum of RGB (Red+Green+Blue) = 173+81+145=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5191 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5191 is #52AE6E. Grayscale: #737373. Windows color (decimal): -5418607 or 9523629. OLE color: 9523629.
HSL color Cylindrical-coordinate representation of color #AD5191: hue angle of 318.26º 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 #AD5191 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 81 | 145 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.32 |
| HSL | 318.26º | 0.36% | 0.5% | - |
| HSV(B) | 318.26º | 0.53% | 0.68% | - |
| XYZ | 25.29 | 16.81 | 28.7 | - |
| YUV | 115.8 | 144.48 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 145 | 0 | 0.53 | 0.16 | 0.32 | 318.26 | 0.36 | 0.5 |
| Hex | AD | 51 | 91 | 0 | 35 | 10 | 20 | 13E | 24 | 32 |
| Octal | 255 | 121 | 221 | 0 | 65 | 20 | 40 | 476 | 44 | 62 |
| Binary | 10101101 | 1010001 | 10010001 | 0 | 110101 | 10000 | 100000 | 100111110 | 100100 | 110010 |
Color Harmonies of #AD5191
Complementary color
Monochromatic Colors of #AD5191
Black with #AD5191
Text Example
Text Example
White with #AD5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5191; }
p { color: rgb(173,81,145); }
H1.HeaderClassName
{
color: #AD5191;
}
.AnyTagClassName
{
color: #AD5191;
}
</style>
background-color css
<style>
a { background-color: #AD5191; }
a { background-color: rgb(173,81,145); }
div.DivClassName
{
background-color: #AD5191;
}
.BgClassName
{
background-color: #AD5191;
}
</style>
border-color css
<style>
span { border-color: #AD5191; }
span { border-color: rgb(173,81,145); }
td.TdClassName
{
border-color: #AD5191;
}
.TagClassName
{
border-color: #AD5191;
}
</style>