Shades of Mulberry #AD588F
Tints of Mulberry #AD588F
RGB
CMYK
RGB Variations
Color information
#AD588F (or 0xAD588F) is known color: Mulberry. HEX triplet: AD, 58 and 8F. RGB value is (173,88,143). Sum of RGB (Red+Green+Blue) = 173+88+143=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 173 - color contains mainly: red. Hex color #AD588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD588F is #52A770. Grayscale: #777777. Windows color (decimal): -5416817 or 9394349. OLE color: 9394349.
HSL color Cylindrical-coordinate representation of color #AD588F: hue angle of 321.18º 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 #AD588F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 88 | 143 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.32 |
| HSL | 321.18º | 0.34% | 0.51% | - |
| HSV(B) | 321.18º | 0.49% | 0.68% | - |
| XYZ | 25.68 | 17.85 | 28.08 | - |
| YUV | 119.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 88 | 143 | 0 | 0.49 | 0.17 | 0.32 | 321.18 | 0.34 | 0.51 |
| Hex | AD | 58 | 8F | 0 | 31 | 11 | 20 | 141 | 22 | 33 |
| Octal | 255 | 130 | 217 | 0 | 61 | 21 | 40 | 501 | 42 | 63 |
| Binary | 10101101 | 1011000 | 10001111 | 0 | 110001 | 10001 | 100000 | 101000001 | 100010 | 110011 |
Color Harmonies of #AD588F
Complementary color
Monochromatic Colors of #AD588F
Black with #AD588F
Text Example
Text Example
White with #AD588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD588F; }
p { color: rgb(173,88,143); }
H1.HeaderClassName
{
color: #AD588F;
}
.AnyTagClassName
{
color: #AD588F;
}
</style>
background-color css
<style>
a { background-color: #AD588F; }
a { background-color: rgb(173,88,143); }
div.DivClassName
{
background-color: #AD588F;
}
.BgClassName
{
background-color: #AD588F;
}
</style>
border-color css
<style>
span { border-color: #AD588F; }
span { border-color: rgb(173,88,143); }
td.TdClassName
{
border-color: #AD588F;
}
.TagClassName
{
border-color: #AD588F;
}
</style>