Shades of Mulberry #AD588A
Tints of Mulberry #AD588A
RGB
CMYK
RGB Variations
Color information
#AD588A (or 0xAD588A) is known color: Mulberry. HEX triplet: AD, 58 and 8A. RGB value is (173,88,138). Sum of RGB (Red+Green+Blue) = 173+88+138=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD588A is #52A775. Grayscale: #777777. Windows color (decimal): -5416822 or 9066669. OLE color: 9066669.
HSL color Cylindrical-coordinate representation of color #AD588A: hue angle of 324.71º 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 #AD588A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 138 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.32 |
| HSL | 324.71º | 0.34% | 0.51% | - |
| HSV(B) | 324.71º | 0.49% | 0.68% | - |
| XYZ | 25.31 | 17.7 | 26.13 | - |
| YUV | 119.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 138 | 0 | 0.49 | 0.20 | 0.32 | 324.71 | 0.34 | 0.51 |
| Hex | AD | 58 | 8A | 0 | 31 | 14 | 20 | 145 | 22 | 33 |
| Octal | 255 | 130 | 212 | 0 | 61 | 24 | 40 | 505 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10001010 | 0 | 110001 | 10100 | 100000 | 101000101 | 100010 | 110011 |
Color Harmonies of #AD588A
Complementary color
Monochromatic Colors of #AD588A
Black with #AD588A
Text Example
Text Example
White with #AD588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD588A; }
p { color: rgb(173,88,138); }
H1.HeaderClassName
{
color: #AD588A;
}
.AnyTagClassName
{
color: #AD588A;
}
</style>
background-color css
<style>
a { background-color: #AD588A; }
a { background-color: rgb(173,88,138); }
div.DivClassName
{
background-color: #AD588A;
}
.BgClassName
{
background-color: #AD588A;
}
</style>
border-color css
<style>
span { border-color: #AD588A; }
span { border-color: rgb(173,88,138); }
td.TdClassName
{
border-color: #AD588A;
}
.TagClassName
{
border-color: #AD588A;
}
</style>