Shades of Mulberry #AD498D
Tints of Mulberry #AD498D
RGB
CMYK
RGB Variations
Color information
#AD498D (or 0xAD498D) is known color: Mulberry. HEX triplet: AD, 49 and 8D. RGB value is (173,73,141). Sum of RGB (Red+Green+Blue) = 173+73+141=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD498D is #52B672. Grayscale: #6E6E6E. Windows color (decimal): -5420659 or 9259437. OLE color: 9259437.
HSL color Cylindrical-coordinate representation of color #AD498D: hue angle of 319.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD498D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 73 | 141 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.32 |
| HSL | 319.2º | 0.41% | 0.48% | - |
| HSV(B) | 319.2º | 0.58% | 0.68% | - |
| XYZ | 24.42 | 15.57 | 26.92 | - |
| YUV | 110.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 141 | 0 | 0.58 | 0.18 | 0.32 | 319.2 | 0.41 | 0.48 |
| Hex | AD | 49 | 8D | 0 | 3A | 12 | 20 | 13F | 29 | 30 |
| Octal | 255 | 111 | 215 | 0 | 72 | 22 | 40 | 477 | 51 | 60 |
| Binary | 10101101 | 1001001 | 10001101 | 0 | 111010 | 10010 | 100000 | 100111111 | 101001 | 110000 |
Color Harmonies of #AD498D
Complementary color
Monochromatic Colors of #AD498D
Black with #AD498D
Text Example
Text Example
White with #AD498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD498D; }
p { color: rgb(173,73,141); }
H1.HeaderClassName
{
color: #AD498D;
}
.AnyTagClassName
{
color: #AD498D;
}
</style>
background-color css
<style>
a { background-color: #AD498D; }
a { background-color: rgb(173,73,141); }
div.DivClassName
{
background-color: #AD498D;
}
.BgClassName
{
background-color: #AD498D;
}
</style>
border-color css
<style>
span { border-color: #AD498D; }
span { border-color: rgb(173,73,141); }
td.TdClassName
{
border-color: #AD498D;
}
.TagClassName
{
border-color: #AD498D;
}
</style>