Shades of Mulberry #AD5290
Tints of Mulberry #AD5290
RGB
CMYK
RGB Variations
Color information
#AD5290 (or 0xAD5290) is known color: Mulberry. HEX triplet: AD, 52 and 90. RGB value is (173,82,144). Sum of RGB (Red+Green+Blue) = 173+82+144=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5290 is #52AD6F. Grayscale: #747474. Windows color (decimal): -5418352 or 9458349. OLE color: 9458349.
HSL color Cylindrical-coordinate representation of color #AD5290: hue angle of 319.12º 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 #AD5290 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 144 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.32 |
| HSL | 319.12º | 0.36% | 0.5% | - |
| HSV(B) | 319.12º | 0.53% | 0.68% | - |
| XYZ | 25.28 | 16.93 | 28.32 | - |
| YUV | 116.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 144 | 0 | 0.53 | 0.17 | 0.32 | 319.12 | 0.36 | 0.5 |
| Hex | AD | 52 | 90 | 0 | 35 | 11 | 20 | 13F | 24 | 32 |
| Octal | 255 | 122 | 220 | 0 | 65 | 21 | 40 | 477 | 44 | 62 |
| Binary | 10101101 | 1010010 | 10010000 | 0 | 110101 | 10001 | 100000 | 100111111 | 100100 | 110010 |
Color Harmonies of #AD5290
Complementary color
Monochromatic Colors of #AD5290
Black with #AD5290
Text Example
Text Example
White with #AD5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5290; }
p { color: rgb(173,82,144); }
H1.HeaderClassName
{
color: #AD5290;
}
.AnyTagClassName
{
color: #AD5290;
}
</style>
background-color css
<style>
a { background-color: #AD5290; }
a { background-color: rgb(173,82,144); }
div.DivClassName
{
background-color: #AD5290;
}
.BgClassName
{
background-color: #AD5290;
}
</style>
border-color css
<style>
span { border-color: #AD5290; }
span { border-color: rgb(173,82,144); }
td.TdClassName
{
border-color: #AD5290;
}
.TagClassName
{
border-color: #AD5290;
}
</style>