Shades of Mulberry #AD5B93
Tints of Mulberry #AD5B93
RGB
CMYK
RGB Variations
Color information
#AD5B93 (or 0xAD5B93) is known color: Mulberry. HEX triplet: AD, 5B and 93. RGB value is (173,91,147). Sum of RGB (Red+Green+Blue) = 173+91+147=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B93 is #52A46C. Grayscale: #797979. Windows color (decimal): -5416045 or 9657261. OLE color: 9657261.
HSL color Cylindrical-coordinate representation of color #AD5B93: hue angle of 319.02º 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 #AD5B93 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 147 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.32 |
| HSL | 319.02º | 0.33% | 0.52% | - |
| HSV(B) | 319.02º | 0.47% | 0.68% | - |
| XYZ | 26.24 | 18.47 | 29.79 | - |
| YUV | 121.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 147 | 0 | 0.47 | 0.15 | 0.32 | 319.02 | 0.33 | 0.52 |
| Hex | AD | 5B | 93 | 0 | 2F | F | 20 | 13F | 21 | 34 |
| Octal | 255 | 133 | 223 | 0 | 57 | 17 | 40 | 477 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10010011 | 0 | 101111 | 1111 | 100000 | 100111111 | 100001 | 110100 |
Color Harmonies of #AD5B93
Complementary color
Monochromatic Colors of #AD5B93
Black with #AD5B93
Text Example
Text Example
White with #AD5B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B93; }
p { color: rgb(173,91,147); }
H1.HeaderClassName
{
color: #AD5B93;
}
.AnyTagClassName
{
color: #AD5B93;
}
</style>
background-color css
<style>
a { background-color: #AD5B93; }
a { background-color: rgb(173,91,147); }
div.DivClassName
{
background-color: #AD5B93;
}
.BgClassName
{
background-color: #AD5B93;
}
</style>
border-color css
<style>
span { border-color: #AD5B93; }
span { border-color: rgb(173,91,147); }
td.TdClassName
{
border-color: #AD5B93;
}
.TagClassName
{
border-color: #AD5B93;
}
</style>