Shades of Mulberry #AD5893
Tints of Mulberry #AD5893
RGB
CMYK
RGB Variations
Color information
#AD5893 (or 0xAD5893) is known color: Mulberry. HEX triplet: AD, 58 and 93. RGB value is (173,88,147). Sum of RGB (Red+Green+Blue) = 173+88+147=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5893 is #52A76C. Grayscale: #777777. Windows color (decimal): -5416813 or 9656493. OLE color: 9656493.
HSL color Cylindrical-coordinate representation of color #AD5893: hue angle of 318.35º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD5893 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 147 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.32 |
| HSL | 318.35º | 0.34% | 0.51% | - |
| HSV(B) | 318.35º | 0.49% | 0.68% | - |
| XYZ | 25.99 | 17.97 | 29.7 | - |
| YUV | 120.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 147 | 0 | 0.49 | 0.15 | 0.32 | 318.35 | 0.34 | 0.51 |
| Hex | AD | 58 | 93 | 0 | 31 | F | 20 | 13E | 22 | 33 |
| Octal | 255 | 130 | 223 | 0 | 61 | 17 | 40 | 476 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10010011 | 0 | 110001 | 1111 | 100000 | 100111110 | 100010 | 110011 |
Color Harmonies of #AD5893
Complementary color
Monochromatic Colors of #AD5893
Black with #AD5893
Text Example
Text Example
White with #AD5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5893; }
p { color: rgb(173,88,147); }
H1.HeaderClassName
{
color: #AD5893;
}
.AnyTagClassName
{
color: #AD5893;
}
</style>
background-color css
<style>
a { background-color: #AD5893; }
a { background-color: rgb(173,88,147); }
div.DivClassName
{
background-color: #AD5893;
}
.BgClassName
{
background-color: #AD5893;
}
</style>
border-color css
<style>
span { border-color: #AD5893; }
span { border-color: rgb(173,88,147); }
td.TdClassName
{
border-color: #AD5893;
}
.TagClassName
{
border-color: #AD5893;
}
</style>