Shades of Mulberry #AD568C
Tints of Mulberry #AD568C
RGB
CMYK
RGB Variations
Color information
#AD568C (or 0xAD568C) is known color: Mulberry. HEX triplet: AD, 56 and 8C. RGB value is (173,86,140). Sum of RGB (Red+Green+Blue) = 173+86+140=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD568C is #52A973. Grayscale: #767676. Windows color (decimal): -5417332 or 9197229. OLE color: 9197229.
HSL color Cylindrical-coordinate representation of color #AD568C: hue angle of 322.76º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD568C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 140 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.32 |
| HSL | 322.76º | 0.35% | 0.51% | - |
| HSV(B) | 322.76º | 0.5% | 0.68% | - |
| XYZ | 25.29 | 17.43 | 26.84 | - |
| YUV | 118.17 | 140.32 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 140 | 0 | 0.50 | 0.19 | 0.32 | 322.76 | 0.35 | 0.51 |
| Hex | AD | 56 | 8C | 0 | 32 | 13 | 20 | 143 | 23 | 33 |
| Octal | 255 | 126 | 214 | 0 | 62 | 23 | 40 | 503 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10001100 | 0 | 110010 | 10011 | 100000 | 101000011 | 100011 | 110011 |
Color Harmonies of #AD568C
Complementary color
Monochromatic Colors of #AD568C
Black with #AD568C
Text Example
Text Example
White with #AD568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD568C; }
p { color: rgb(173,86,140); }
H1.HeaderClassName
{
color: #AD568C;
}
.AnyTagClassName
{
color: #AD568C;
}
</style>
background-color css
<style>
a { background-color: #AD568C; }
a { background-color: rgb(173,86,140); }
div.DivClassName
{
background-color: #AD568C;
}
.BgClassName
{
background-color: #AD568C;
}
</style>
border-color css
<style>
span { border-color: #AD568C; }
span { border-color: rgb(173,86,140); }
td.TdClassName
{
border-color: #AD568C;
}
.TagClassName
{
border-color: #AD568C;
}
</style>