Shades of Mulberry #AD5B90
Tints of Mulberry #AD5B90
RGB
CMYK
RGB Variations
Color information
#AD5B90 (or 0xAD5B90) is known color: Mulberry. HEX triplet: AD, 5B and 90. RGB value is (173,91,144). Sum of RGB (Red+Green+Blue) = 173+91+144=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B90 is #52A46F. Grayscale: #797979. Windows color (decimal): -5416048 or 9460653. OLE color: 9460653.
HSL color Cylindrical-coordinate representation of color #AD5B90: hue angle of 321.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B90 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 144 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.32 |
| HSL | 321.22º | 0.33% | 0.52% | - |
| HSV(B) | 321.22º | 0.47% | 0.68% | - |
| XYZ | 26.01 | 18.38 | 28.56 | - |
| YUV | 121.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 144 | 0 | 0.47 | 0.17 | 0.32 | 321.22 | 0.33 | 0.52 |
| Hex | AD | 5B | 90 | 0 | 2F | 11 | 20 | 141 | 21 | 34 |
| Octal | 255 | 133 | 220 | 0 | 57 | 21 | 40 | 501 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10010000 | 0 | 101111 | 10001 | 100000 | 101000001 | 100001 | 110100 |
Color Harmonies of #AD5B90
Complementary color
Monochromatic Colors of #AD5B90
Black with #AD5B90
Text Example
Text Example
White with #AD5B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B90; }
p { color: rgb(173,91,144); }
H1.HeaderClassName
{
color: #AD5B90;
}
.AnyTagClassName
{
color: #AD5B90;
}
</style>
background-color css
<style>
a { background-color: #AD5B90; }
a { background-color: rgb(173,91,144); }
div.DivClassName
{
background-color: #AD5B90;
}
.BgClassName
{
background-color: #AD5B90;
}
</style>
border-color css
<style>
span { border-color: #AD5B90; }
span { border-color: rgb(173,91,144); }
td.TdClassName
{
border-color: #AD5B90;
}
.TagClassName
{
border-color: #AD5B90;
}
</style>