Shades of Mulberry #AD598E
Tints of Mulberry #AD598E
RGB
CMYK
RGB Variations
Color information
#AD598E (or 0xAD598E) is known color: Mulberry. HEX triplet: AD, 59 and 8E. RGB value is (173,89,142). Sum of RGB (Red+Green+Blue) = 173+89+142=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD598E is #52A671. Grayscale: #787878. Windows color (decimal): -5416562 or 9329069. OLE color: 9329069.
HSL color Cylindrical-coordinate representation of color #AD598E: hue angle of 322.14º 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 #AD598E is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 142 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.32 |
| HSL | 322.14º | 0.34% | 0.51% | - |
| HSV(B) | 322.14º | 0.49% | 0.68% | - |
| XYZ | 25.69 | 17.98 | 27.71 | - |
| YUV | 120.16 | 140.33 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 142 | 0 | 0.49 | 0.18 | 0.32 | 322.14 | 0.34 | 0.51 |
| Hex | AD | 59 | 8E | 0 | 31 | 12 | 20 | 142 | 22 | 33 |
| Octal | 255 | 131 | 216 | 0 | 61 | 22 | 40 | 502 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10001110 | 0 | 110001 | 10010 | 100000 | 101000010 | 100010 | 110011 |
Color Harmonies of #AD598E
Complementary color
Monochromatic Colors of #AD598E
Black with #AD598E
Text Example
Text Example
White with #AD598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD598E; }
p { color: rgb(173,89,142); }
H1.HeaderClassName
{
color: #AD598E;
}
.AnyTagClassName
{
color: #AD598E;
}
</style>
background-color css
<style>
a { background-color: #AD598E; }
a { background-color: rgb(173,89,142); }
div.DivClassName
{
background-color: #AD598E;
}
.BgClassName
{
background-color: #AD598E;
}
</style>
border-color css
<style>
span { border-color: #AD598E; }
span { border-color: rgb(173,89,142); }
td.TdClassName
{
border-color: #AD598E;
}
.TagClassName
{
border-color: #AD598E;
}
</style>