Shades of Mulberry #AD5388
Tints of Mulberry #AD5388
RGB
CMYK
RGB Variations
Color information
#AD5388 (or 0xAD5388) is known color: Mulberry. HEX triplet: AD, 53 and 88. RGB value is (173,83,136). Sum of RGB (Red+Green+Blue) = 173+83+136=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5388 is #52AC77. Grayscale: #737373. Windows color (decimal): -5418104 or 8934317. OLE color: 8934317.
HSL color Cylindrical-coordinate representation of color #AD5388: hue angle of 324.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD5388 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 136 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.32 |
| HSL | 324.67º | 0.35% | 0.5% | - |
| HSV(B) | 324.67º | 0.52% | 0.68% | - |
| XYZ | 24.77 | 16.85 | 25.24 | - |
| YUV | 115.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 136 | 0 | 0.52 | 0.21 | 0.32 | 324.67 | 0.35 | 0.5 |
| Hex | AD | 53 | 88 | 0 | 34 | 15 | 20 | 145 | 23 | 32 |
| Octal | 255 | 123 | 210 | 0 | 64 | 25 | 40 | 505 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10001000 | 0 | 110100 | 10101 | 100000 | 101000101 | 100011 | 110010 |
Color Harmonies of #AD5388
Complementary color
Monochromatic Colors of #AD5388
Black with #AD5388
Text Example
Text Example
White with #AD5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5388; }
p { color: rgb(173,83,136); }
H1.HeaderClassName
{
color: #AD5388;
}
.AnyTagClassName
{
color: #AD5388;
}
</style>
background-color css
<style>
a { background-color: #AD5388; }
a { background-color: rgb(173,83,136); }
div.DivClassName
{
background-color: #AD5388;
}
.BgClassName
{
background-color: #AD5388;
}
</style>
border-color css
<style>
span { border-color: #AD5388; }
span { border-color: rgb(173,83,136); }
td.TdClassName
{
border-color: #AD5388;
}
.TagClassName
{
border-color: #AD5388;
}
</style>