Shades of Mulberry #AD598F
Tints of Mulberry #AD598F
RGB
CMYK
RGB Variations
Color information
#AD598F (or 0xAD598F) is known color: Mulberry. HEX triplet: AD, 59 and 8F. RGB value is (173,89,143). Sum of RGB (Red+Green+Blue) = 173+89+143=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD598F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD598F is #52A670. Grayscale: #787878. Windows color (decimal): -5416561 or 9394605. OLE color: 9394605.
HSL color Cylindrical-coordinate representation of color #AD598F: hue angle of 321.43º 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 #AD598F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 143 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.32 |
| HSL | 321.43º | 0.34% | 0.51% | - |
| HSV(B) | 321.43º | 0.49% | 0.68% | - |
| XYZ | 25.76 | 18.01 | 28.11 | - |
| YUV | 120.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 143 | 0 | 0.49 | 0.17 | 0.32 | 321.43 | 0.34 | 0.51 |
| Hex | AD | 59 | 8F | 0 | 31 | 11 | 20 | 141 | 22 | 33 |
| Octal | 255 | 131 | 217 | 0 | 61 | 21 | 40 | 501 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10001111 | 0 | 110001 | 10001 | 100000 | 101000001 | 100010 | 110011 |
Color Harmonies of #AD598F
Complementary color
Monochromatic Colors of #AD598F
Black with #AD598F
Text Example
Text Example
White with #AD598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD598F; }
p { color: rgb(173,89,143); }
H1.HeaderClassName
{
color: #AD598F;
}
.AnyTagClassName
{
color: #AD598F;
}
</style>
background-color css
<style>
a { background-color: #AD598F; }
a { background-color: rgb(173,89,143); }
div.DivClassName
{
background-color: #AD598F;
}
.BgClassName
{
background-color: #AD598F;
}
</style>
border-color css
<style>
span { border-color: #AD598F; }
span { border-color: rgb(173,89,143); }
td.TdClassName
{
border-color: #AD598F;
}
.TagClassName
{
border-color: #AD598F;
}
</style>