Shades of Mulberry #AD568F
Tints of Mulberry #AD568F
RGB
CMYK
RGB Variations
Color information
#AD568F (or 0xAD568F) is known color: Mulberry. HEX triplet: AD, 56 and 8F. RGB value is (173,86,143). Sum of RGB (Red+Green+Blue) = 173+86+143=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD568F is #52A970. Grayscale: #767676. Windows color (decimal): -5417329 or 9393837. OLE color: 9393837.
HSL color Cylindrical-coordinate representation of color #AD568F: hue angle of 320.69º 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 #AD568F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 143 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.32 |
| HSL | 320.69º | 0.35% | 0.51% | - |
| HSV(B) | 320.69º | 0.5% | 0.68% | - |
| XYZ | 25.52 | 17.52 | 28.02 | - |
| YUV | 118.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 143 | 0 | 0.50 | 0.17 | 0.32 | 320.69 | 0.35 | 0.51 |
| Hex | AD | 56 | 8F | 0 | 32 | 11 | 20 | 141 | 23 | 33 |
| Octal | 255 | 126 | 217 | 0 | 62 | 21 | 40 | 501 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10001111 | 0 | 110010 | 10001 | 100000 | 101000001 | 100011 | 110011 |
Color Harmonies of #AD568F
Complementary color
Monochromatic Colors of #AD568F
Black with #AD568F
Text Example
Text Example
White with #AD568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD568F; }
p { color: rgb(173,86,143); }
H1.HeaderClassName
{
color: #AD568F;
}
.AnyTagClassName
{
color: #AD568F;
}
</style>
background-color css
<style>
a { background-color: #AD568F; }
a { background-color: rgb(173,86,143); }
div.DivClassName
{
background-color: #AD568F;
}
.BgClassName
{
background-color: #AD568F;
}
</style>
border-color css
<style>
span { border-color: #AD568F; }
span { border-color: rgb(173,86,143); }
td.TdClassName
{
border-color: #AD568F;
}
.TagClassName
{
border-color: #AD568F;
}
</style>