Shades of Mulberry #AD5D91
Tints of Mulberry #AD5D91
RGB
CMYK
RGB Variations
Color information
#AD5D91 (or 0xAD5D91) is known color: Mulberry. HEX triplet: AD, 5D and 91. RGB value is (173,93,145). Sum of RGB (Red+Green+Blue) = 173+93+145=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D91 is #52A26E. Grayscale: #7A7A7A. Windows color (decimal): -5415535 or 9526701. OLE color: 9526701.
HSL color Cylindrical-coordinate representation of color #AD5D91: hue angle of 321º 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 #AD5D91 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 145 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.32 |
| HSL | 321º | 0.33% | 0.52% | - |
| HSV(B) | 321º | 0.46% | 0.68% | - |
| XYZ | 26.26 | 18.76 | 29.02 | - |
| YUV | 122.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 145 | 0 | 0.46 | 0.16 | 0.32 | 321 | 0.33 | 0.52 |
| Hex | AD | 5D | 91 | 0 | 2E | 10 | 20 | 141 | 21 | 34 |
| Octal | 255 | 135 | 221 | 0 | 56 | 20 | 40 | 501 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10010001 | 0 | 101110 | 10000 | 100000 | 101000001 | 100001 | 110100 |
Color Harmonies of #AD5D91
Complementary color
Monochromatic Colors of #AD5D91
Black with #AD5D91
Text Example
Text Example
White with #AD5D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D91; }
p { color: rgb(173,93,145); }
H1.HeaderClassName
{
color: #AD5D91;
}
.AnyTagClassName
{
color: #AD5D91;
}
</style>
background-color css
<style>
a { background-color: #AD5D91; }
a { background-color: rgb(173,93,145); }
div.DivClassName
{
background-color: #AD5D91;
}
.BgClassName
{
background-color: #AD5D91;
}
</style>
border-color css
<style>
span { border-color: #AD5D91; }
span { border-color: rgb(173,93,145); }
td.TdClassName
{
border-color: #AD5D91;
}
.TagClassName
{
border-color: #AD5D91;
}
</style>