Shades of Mulberry #AD578C
Tints of Mulberry #AD578C
RGB
CMYK
RGB Variations
Color information
#AD578C (or 0xAD578C) is known color: Mulberry. HEX triplet: AD, 57 and 8C. RGB value is (173,87,140). Sum of RGB (Red+Green+Blue) = 173+87+140=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #AD578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD578C is #52A873. Grayscale: #767676. Windows color (decimal): -5417076 or 9197485. OLE color: 9197485.
HSL color Cylindrical-coordinate representation of color #AD578C: hue angle of 323.02º degrees, saturation: 0.34, 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 #AD578C is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 140 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.32 |
| HSL | 323.02º | 0.34% | 0.51% | - |
| HSV(B) | 323.02º | 0.5% | 0.68% | - |
| XYZ | 25.38 | 17.59 | 26.87 | - |
| YUV | 118.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 140 | 0 | 0.50 | 0.19 | 0.32 | 323.02 | 0.34 | 0.51 |
| Hex | AD | 57 | 8C | 0 | 32 | 13 | 20 | 143 | 22 | 33 |
| Octal | 255 | 127 | 214 | 0 | 62 | 23 | 40 | 503 | 42 | 63 |
| Binary | 10101101 | 1010111 | 10001100 | 0 | 110010 | 10011 | 100000 | 101000011 | 100010 | 110011 |
Color Harmonies of #AD578C
Complementary color
Monochromatic Colors of #AD578C
Black with #AD578C
Text Example
Text Example
White with #AD578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD578C; }
p { color: rgb(173,87,140); }
H1.HeaderClassName
{
color: #AD578C;
}
.AnyTagClassName
{
color: #AD578C;
}
</style>
background-color css
<style>
a { background-color: #AD578C; }
a { background-color: rgb(173,87,140); }
div.DivClassName
{
background-color: #AD578C;
}
.BgClassName
{
background-color: #AD578C;
}
</style>
border-color css
<style>
span { border-color: #AD578C; }
span { border-color: rgb(173,87,140); }
td.TdClassName
{
border-color: #AD578C;
}
.TagClassName
{
border-color: #AD578C;
}
</style>