Shades of Mulberry #AD5E91
Tints of Mulberry #AD5E91
RGB
CMYK
RGB Variations
Color information
#AD5E91 (or 0xAD5E91) is known color: Mulberry. HEX triplet: AD, 5E and 91. RGB value is (173,94,145). Sum of RGB (Red+Green+Blue) = 173+94+145=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5E91 is #52A16E. Grayscale: #7B7B7B. Windows color (decimal): -5415279 or 9526957. OLE color: 9526957.
HSL color Cylindrical-coordinate representation of color #AD5E91: hue angle of 321.27º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5E91 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 94 | 145 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.32 |
| HSL | 321.27º | 0.33% | 0.52% | - |
| HSV(B) | 321.27º | 0.46% | 0.68% | - |
| XYZ | 26.35 | 18.93 | 29.05 | - |
| YUV | 123.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 145 | 0 | 0.46 | 0.16 | 0.32 | 321.27 | 0.33 | 0.52 |
| Hex | AD | 5E | 91 | 0 | 2E | 10 | 20 | 141 | 21 | 34 |
| Octal | 255 | 136 | 221 | 0 | 56 | 20 | 40 | 501 | 41 | 64 |
| Binary | 10101101 | 1011110 | 10010001 | 0 | 101110 | 10000 | 100000 | 101000001 | 100001 | 110100 |
Color Harmonies of #AD5E91
Complementary color
Monochromatic Colors of #AD5E91
Black with #AD5E91
Text Example
Text Example
White with #AD5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5E91; }
p { color: rgb(173,94,145); }
H1.HeaderClassName
{
color: #AD5E91;
}
.AnyTagClassName
{
color: #AD5E91;
}
</style>
background-color css
<style>
a { background-color: #AD5E91; }
a { background-color: rgb(173,94,145); }
div.DivClassName
{
background-color: #AD5E91;
}
.BgClassName
{
background-color: #AD5E91;
}
</style>
border-color css
<style>
span { border-color: #AD5E91; }
span { border-color: rgb(173,94,145); }
td.TdClassName
{
border-color: #AD5E91;
}
.TagClassName
{
border-color: #AD5E91;
}
</style>