Shades of Mulberry #AD5288
Tints of Mulberry #AD5288
RGB
CMYK
RGB Variations
Color information
#AD5288 (or 0xAD5288) is known color: Mulberry. HEX triplet: AD, 52 and 88. RGB value is (173,82,136). Sum of RGB (Red+Green+Blue) = 173+82+136=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5288 is #52AD77. Grayscale: #737373. Windows color (decimal): -5418360 or 8934061. OLE color: 8934061.
HSL color Cylindrical-coordinate representation of color #AD5288: hue angle of 324.4º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5288 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 136 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.32 |
| HSL | 324.4º | 0.36% | 0.5% | - |
| HSV(B) | 324.4º | 0.53% | 0.68% | - |
| XYZ | 24.69 | 16.7 | 25.21 | - |
| YUV | 115.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 136 | 0 | 0.53 | 0.21 | 0.32 | 324.4 | 0.36 | 0.5 |
| Hex | AD | 52 | 88 | 0 | 35 | 15 | 20 | 144 | 24 | 32 |
| Octal | 255 | 122 | 210 | 0 | 65 | 25 | 40 | 504 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10001000 | 0 | 110101 | 10101 | 100000 | 101000100 | 100100 | 110010 |
Color Harmonies of #AD5288
Complementary color
Monochromatic Colors of #AD5288
Black with #AD5288
Text Example
Text Example
White with #AD5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5288; }
p { color: rgb(173,82,136); }
H1.HeaderClassName
{
color: #AD5288;
}
.AnyTagClassName
{
color: #AD5288;
}
</style>
background-color css
<style>
a { background-color: #AD5288; }
a { background-color: rgb(173,82,136); }
div.DivClassName
{
background-color: #AD5288;
}
.BgClassName
{
background-color: #AD5288;
}
</style>
border-color css
<style>
span { border-color: #AD5288; }
span { border-color: rgb(173,82,136); }
td.TdClassName
{
border-color: #AD5288;
}
.TagClassName
{
border-color: #AD5288;
}
</style>