Shades of Mulberry #AD5389
Tints of Mulberry #AD5389
RGB
CMYK
RGB Variations
Color information
#AD5389 (or 0xAD5389) is known color: Mulberry. HEX triplet: AD, 53 and 89. RGB value is (173,83,137). Sum of RGB (Red+Green+Blue) = 173+83+137=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5389 is #52AC76. Grayscale: #737373. Windows color (decimal): -5418103 or 8999853. OLE color: 8999853.
HSL color Cylindrical-coordinate representation of color #AD5389: hue angle of 324º 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 #AD5389 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 83 | 137 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.32 |
| HSL | 324º | 0.35% | 0.5% | - |
| HSV(B) | 324º | 0.52% | 0.68% | - |
| XYZ | 24.84 | 16.88 | 25.62 | - |
| YUV | 116.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 137 | 0 | 0.52 | 0.21 | 0.32 | 324 | 0.35 | 0.5 |
| Hex | AD | 53 | 89 | 0 | 34 | 15 | 20 | 144 | 23 | 32 |
| Octal | 255 | 123 | 211 | 0 | 64 | 25 | 40 | 504 | 43 | 62 |
| Binary | 10101101 | 1010011 | 10001001 | 0 | 110100 | 10101 | 100000 | 101000100 | 100011 | 110010 |
Color Harmonies of #AD5389
Complementary color
Monochromatic Colors of #AD5389
Black with #AD5389
Text Example
Text Example
White with #AD5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5389; }
p { color: rgb(173,83,137); }
H1.HeaderClassName
{
color: #AD5389;
}
.AnyTagClassName
{
color: #AD5389;
}
</style>
background-color css
<style>
a { background-color: #AD5389; }
a { background-color: rgb(173,83,137); }
div.DivClassName
{
background-color: #AD5389;
}
.BgClassName
{
background-color: #AD5389;
}
</style>
border-color css
<style>
span { border-color: #AD5389; }
span { border-color: rgb(173,83,137); }
td.TdClassName
{
border-color: #AD5389;
}
.TagClassName
{
border-color: #AD5389;
}
</style>