Shades of Mulberry #AD588C
Tints of Mulberry #AD588C
RGB
CMYK
RGB Variations
Color information
#AD588C (or 0xAD588C) is known color: Mulberry. HEX triplet: AD, 58 and 8C. RGB value is (173,88,140). Sum of RGB (Red+Green+Blue) = 173+88+140=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD588C is #52A773. Grayscale: #777777. Windows color (decimal): -5416820 or 9197741. OLE color: 9197741.
HSL color Cylindrical-coordinate representation of color #AD588C: hue angle of 323.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD588C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 140 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.32 |
| HSL | 323.29º | 0.34% | 0.51% | - |
| HSV(B) | 323.29º | 0.49% | 0.68% | - |
| XYZ | 25.46 | 17.76 | 26.9 | - |
| YUV | 119.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 140 | 0 | 0.49 | 0.19 | 0.32 | 323.29 | 0.34 | 0.51 |
| Hex | AD | 58 | 8C | 0 | 31 | 13 | 20 | 143 | 22 | 33 |
| Octal | 255 | 130 | 214 | 0 | 61 | 23 | 40 | 503 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10001100 | 0 | 110001 | 10011 | 100000 | 101000011 | 100010 | 110011 |
Color Harmonies of #AD588C
Complementary color
Monochromatic Colors of #AD588C
Black with #AD588C
Text Example
Text Example
White with #AD588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD588C; }
p { color: rgb(173,88,140); }
H1.HeaderClassName
{
color: #AD588C;
}
.AnyTagClassName
{
color: #AD588C;
}
</style>
background-color css
<style>
a { background-color: #AD588C; }
a { background-color: rgb(173,88,140); }
div.DivClassName
{
background-color: #AD588C;
}
.BgClassName
{
background-color: #AD588C;
}
</style>
border-color css
<style>
span { border-color: #AD588C; }
span { border-color: rgb(173,88,140); }
td.TdClassName
{
border-color: #AD588C;
}
.TagClassName
{
border-color: #AD588C;
}
</style>