Shades of Mulberry #AD568B
Tints of Mulberry #AD568B
RGB
CMYK
RGB Variations
Color information
#AD568B (or 0xAD568B) is known color: Mulberry. HEX triplet: AD, 56 and 8B. RGB value is (173,86,139). Sum of RGB (Red+Green+Blue) = 173+86+139=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #AD568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD568B is #52A974. Grayscale: #757575. Windows color (decimal): -5417333 or 9131693. OLE color: 9131693.
HSL color Cylindrical-coordinate representation of color #AD568B: hue angle of 323.45º 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 #AD568B is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 139 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.32 |
| HSL | 323.45º | 0.35% | 0.51% | - |
| HSV(B) | 323.45º | 0.5% | 0.68% | - |
| XYZ | 25.22 | 17.4 | 26.46 | - |
| YUV | 118.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 139 | 0 | 0.50 | 0.20 | 0.32 | 323.45 | 0.35 | 0.51 |
| Hex | AD | 56 | 8B | 0 | 32 | 14 | 20 | 143 | 23 | 33 |
| Octal | 255 | 126 | 213 | 0 | 62 | 24 | 40 | 503 | 43 | 63 |
| Binary | 10101101 | 1010110 | 10001011 | 0 | 110010 | 10100 | 100000 | 101000011 | 100011 | 110011 |
Color Harmonies of #AD568B
Complementary color
Monochromatic Colors of #AD568B
Black with #AD568B
Text Example
Text Example
White with #AD568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD568B; }
p { color: rgb(173,86,139); }
H1.HeaderClassName
{
color: #AD568B;
}
.AnyTagClassName
{
color: #AD568B;
}
</style>
background-color css
<style>
a { background-color: #AD568B; }
a { background-color: rgb(173,86,139); }
div.DivClassName
{
background-color: #AD568B;
}
.BgClassName
{
background-color: #AD568B;
}
</style>
border-color css
<style>
span { border-color: #AD568B; }
span { border-color: rgb(173,86,139); }
td.TdClassName
{
border-color: #AD568B;
}
.TagClassName
{
border-color: #AD568B;
}
</style>