Shades of Mulberry #AD538C
Tints of Mulberry #AD538C
RGB
CMYK
RGB Variations
Color information
#AD538C (or 0xAD538C) is known color: Mulberry. HEX triplet: AD, 53 and 8C. RGB value is (173,83,140). Sum of RGB (Red+Green+Blue) = 173+83+140=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD538C is #52AC73. Grayscale: #747474. Windows color (decimal): -5418100 or 9196461. OLE color: 9196461.
HSL color Cylindrical-coordinate representation of color #AD538C: hue angle of 322º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD538C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 140 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.32 |
| HSL | 322º | 0.35% | 0.5% | - |
| HSV(B) | 322º | 0.52% | 0.68% | - |
| XYZ | 25.06 | 16.96 | 26.76 | - |
| YUV | 116.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 140 | 0 | 0.52 | 0.19 | 0.32 | 322 | 0.35 | 0.5 |
| Hex | AD | 53 | 8C | 0 | 34 | 13 | 20 | 142 | 23 | 32 |
| Octal | 255 | 123 | 214 | 0 | 64 | 23 | 40 | 502 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10001100 | 0 | 110100 | 10011 | 100000 | 101000010 | 100011 | 110010 |
Color Harmonies of #AD538C
Complementary color
Monochromatic Colors of #AD538C
Black with #AD538C
Text Example
Text Example
White with #AD538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD538C; }
p { color: rgb(173,83,140); }
H1.HeaderClassName
{
color: #AD538C;
}
.AnyTagClassName
{
color: #AD538C;
}
</style>
background-color css
<style>
a { background-color: #AD538C; }
a { background-color: rgb(173,83,140); }
div.DivClassName
{
background-color: #AD538C;
}
.BgClassName
{
background-color: #AD538C;
}
</style>
border-color css
<style>
span { border-color: #AD538C; }
span { border-color: rgb(173,83,140); }
td.TdClassName
{
border-color: #AD538C;
}
.TagClassName
{
border-color: #AD538C;
}
</style>