Shades of Mulberry #AD5088
Tints of Mulberry #AD5088
RGB
CMYK
RGB Variations
Color information
#AD5088 (or 0xAD5088) is known color: Mulberry. HEX triplet: AD, 50 and 88. RGB value is (173,80,136). Sum of RGB (Red+Green+Blue) = 173+80+136=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5088 is #52AF77. Grayscale: #727272. Windows color (decimal): -5418872 or 8933549. OLE color: 8933549.
HSL color Cylindrical-coordinate representation of color #AD5088: hue angle of 323.87º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5088 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 136 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.32 |
| HSL | 323.87º | 0.37% | 0.5% | - |
| HSV(B) | 323.87º | 0.54% | 0.68% | - |
| XYZ | 24.55 | 16.4 | 25.16 | - |
| YUV | 114.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 136 | 0 | 0.54 | 0.21 | 0.32 | 323.87 | 0.37 | 0.5 |
| Hex | AD | 50 | 88 | 0 | 36 | 15 | 20 | 144 | 25 | 32 |
| Octal | 255 | 120 | 210 | 0 | 66 | 25 | 40 | 504 | 45 | 62 |
| Binary | 10101101 | 1010000 | 10001000 | 0 | 110110 | 10101 | 100000 | 101000100 | 100101 | 110010 |
Color Harmonies of #AD5088
Complementary color
Monochromatic Colors of #AD5088
Black with #AD5088
Text Example
Text Example
White with #AD5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5088; }
p { color: rgb(173,80,136); }
H1.HeaderClassName
{
color: #AD5088;
}
.AnyTagClassName
{
color: #AD5088;
}
</style>
background-color css
<style>
a { background-color: #AD5088; }
a { background-color: rgb(173,80,136); }
div.DivClassName
{
background-color: #AD5088;
}
.BgClassName
{
background-color: #AD5088;
}
</style>
border-color css
<style>
span { border-color: #AD5088; }
span { border-color: rgb(173,80,136); }
td.TdClassName
{
border-color: #AD5088;
}
.TagClassName
{
border-color: #AD5088;
}
</style>