Shades of Mulberry #AD548C
Tints of Mulberry #AD548C
RGB
CMYK
RGB Variations
Color information
#AD548C (or 0xAD548C) is known color: Mulberry. HEX triplet: AD, 54 and 8C. RGB value is (173,84,140). Sum of RGB (Red+Green+Blue) = 173+84+140=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD548C is #52AB73. Grayscale: #747474. Windows color (decimal): -5417844 or 9196717. OLE color: 9196717.
HSL color Cylindrical-coordinate representation of color #AD548C: hue angle of 322.25º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD548C is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 84 | 140 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.32 |
| HSL | 322.25º | 0.35% | 0.5% | - |
| HSV(B) | 322.25º | 0.51% | 0.68% | - |
| XYZ | 25.14 | 17.12 | 26.79 | - |
| YUV | 117 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 140 | 0 | 0.51 | 0.19 | 0.32 | 322.25 | 0.35 | 0.5 |
| Hex | AD | 54 | 8C | 0 | 33 | 13 | 20 | 142 | 23 | 32 |
| Octal | 255 | 124 | 214 | 0 | 63 | 23 | 40 | 502 | 43 | 62 |
| Binary | 10101101 | 1010100 | 10001100 | 0 | 110011 | 10011 | 100000 | 101000010 | 100011 | 110010 |
Color Harmonies of #AD548C
Complementary color
Monochromatic Colors of #AD548C
Black with #AD548C
Text Example
Text Example
White with #AD548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD548C; }
p { color: rgb(173,84,140); }
H1.HeaderClassName
{
color: #AD548C;
}
.AnyTagClassName
{
color: #AD548C;
}
</style>
background-color css
<style>
a { background-color: #AD548C; }
a { background-color: rgb(173,84,140); }
div.DivClassName
{
background-color: #AD548C;
}
.BgClassName
{
background-color: #AD548C;
}
</style>
border-color css
<style>
span { border-color: #AD548C; }
span { border-color: rgb(173,84,140); }
td.TdClassName
{
border-color: #AD548C;
}
.TagClassName
{
border-color: #AD548C;
}
</style>