Shades of Mulberry #AD598B
Tints of Mulberry #AD598B
RGB
CMYK
RGB Variations
Color information
#AD598B (or 0xAD598B) is known color: Mulberry. HEX triplet: AD, 59 and 8B. RGB value is (173,89,139). Sum of RGB (Red+Green+Blue) = 173+89+139=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD598B is #52A674. Grayscale: #777777. Windows color (decimal): -5416565 or 9132461. OLE color: 9132461.
HSL color Cylindrical-coordinate representation of color #AD598B: hue angle of 324.29º 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 #AD598B is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 139 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.32 |
| HSL | 324.29º | 0.34% | 0.51% | - |
| HSV(B) | 324.29º | 0.49% | 0.68% | - |
| XYZ | 25.47 | 17.89 | 26.54 | - |
| YUV | 119.82 | 138.83 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 139 | 0 | 0.49 | 0.20 | 0.32 | 324.29 | 0.34 | 0.51 |
| Hex | AD | 59 | 8B | 0 | 31 | 14 | 20 | 144 | 22 | 33 |
| Octal | 255 | 131 | 213 | 0 | 61 | 24 | 40 | 504 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10001011 | 0 | 110001 | 10100 | 100000 | 101000100 | 100010 | 110011 |
Color Harmonies of #AD598B
Complementary color
Monochromatic Colors of #AD598B
Black with #AD598B
Text Example
Text Example
White with #AD598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD598B; }
p { color: rgb(173,89,139); }
H1.HeaderClassName
{
color: #AD598B;
}
.AnyTagClassName
{
color: #AD598B;
}
</style>
background-color css
<style>
a { background-color: #AD598B; }
a { background-color: rgb(173,89,139); }
div.DivClassName
{
background-color: #AD598B;
}
.BgClassName
{
background-color: #AD598B;
}
</style>
border-color css
<style>
span { border-color: #AD598B; }
span { border-color: rgb(173,89,139); }
td.TdClassName
{
border-color: #AD598B;
}
.TagClassName
{
border-color: #AD598B;
}
</style>