Shades of Mulberry #AD598A
Tints of Mulberry #AD598A
RGB
CMYK
RGB Variations
Color information
#AD598A (or 0xAD598A) is known color: Mulberry. HEX triplet: AD, 59 and 8A. RGB value is (173,89,138). Sum of RGB (Red+Green+Blue) = 173+89+138=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD598A is #52A675. Grayscale: #777777. Windows color (decimal): -5416566 or 9066925. OLE color: 9066925.
HSL color Cylindrical-coordinate representation of color #AD598A: hue angle of 325º 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 #AD598A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 89 | 138 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.32 |
| HSL | 325º | 0.34% | 0.51% | - |
| HSV(B) | 325º | 0.49% | 0.68% | - |
| XYZ | 25.39 | 17.86 | 26.15 | - |
| YUV | 119.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 138 | 0 | 0.49 | 0.20 | 0.32 | 325 | 0.34 | 0.51 |
| Hex | AD | 59 | 8A | 0 | 31 | 14 | 20 | 145 | 22 | 33 |
| Octal | 255 | 131 | 212 | 0 | 61 | 24 | 40 | 505 | 42 | 63 |
| Binary | 10101101 | 1011001 | 10001010 | 0 | 110001 | 10100 | 100000 | 101000101 | 100010 | 110011 |
Color Harmonies of #AD598A
Complementary color
Monochromatic Colors of #AD598A
Black with #AD598A
Text Example
Text Example
White with #AD598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD598A; }
p { color: rgb(173,89,138); }
H1.HeaderClassName
{
color: #AD598A;
}
.AnyTagClassName
{
color: #AD598A;
}
</style>
background-color css
<style>
a { background-color: #AD598A; }
a { background-color: rgb(173,89,138); }
div.DivClassName
{
background-color: #AD598A;
}
.BgClassName
{
background-color: #AD598A;
}
</style>
border-color css
<style>
span { border-color: #AD598A; }
span { border-color: rgb(173,89,138); }
td.TdClassName
{
border-color: #AD598A;
}
.TagClassName
{
border-color: #AD598A;
}
</style>