Shades of Mulberry #AD5A88
Tints of Mulberry #AD5A88
RGB
CMYK
RGB Variations
Color information
#AD5A88 (or 0xAD5A88) is known color: Mulberry. HEX triplet: AD, 5A and 88. RGB value is (173,90,136). Sum of RGB (Red+Green+Blue) = 173+90+136=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A88 is #52A577. Grayscale: #777777. Windows color (decimal): -5416312 or 8936109. OLE color: 8936109.
HSL color Cylindrical-coordinate representation of color #AD5A88: hue angle of 326.75º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD5A88 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 90 | 136 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.32 |
| HSL | 326.75º | 0.34% | 0.52% | - |
| HSV(B) | 326.75º | 0.48% | 0.68% | - |
| XYZ | 25.33 | 17.97 | 25.43 | - |
| YUV | 120.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 90 | 136 | 0 | 0.48 | 0.21 | 0.32 | 326.75 | 0.34 | 0.52 |
| Hex | AD | 5A | 88 | 0 | 30 | 15 | 20 | 147 | 22 | 34 |
| Octal | 255 | 132 | 210 | 0 | 60 | 25 | 40 | 507 | 42 | 64 |
| Binary | 10101101 | 1011010 | 10001000 | 0 | 110000 | 10101 | 100000 | 101000111 | 100010 | 110100 |
Color Harmonies of #AD5A88
Complementary color
Monochromatic Colors of #AD5A88
Black with #AD5A88
Text Example
Text Example
White with #AD5A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5A88; }
p { color: rgb(173,90,136); }
H1.HeaderClassName
{
color: #AD5A88;
}
.AnyTagClassName
{
color: #AD5A88;
}
</style>
background-color css
<style>
a { background-color: #AD5A88; }
a { background-color: rgb(173,90,136); }
div.DivClassName
{
background-color: #AD5A88;
}
.BgClassName
{
background-color: #AD5A88;
}
</style>
border-color css
<style>
span { border-color: #AD5A88; }
span { border-color: rgb(173,90,136); }
td.TdClassName
{
border-color: #AD5A88;
}
.TagClassName
{
border-color: #AD5A88;
}
</style>