Shades of Mulberry #AD5C8D
Tints of Mulberry #AD5C8D
RGB
CMYK
RGB Variations
Color information
#AD5C8D (or 0xAD5C8D) is known color: Mulberry. HEX triplet: AD, 5C and 8D. RGB value is (173,92,141). Sum of RGB (Red+Green+Blue) = 173+92+141=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5C8D is #52A372. Grayscale: #797979. Windows color (decimal): -5415795 or 9264301. OLE color: 9264301.
HSL color Cylindrical-coordinate representation of color #AD5C8D: hue angle of 323.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C8D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 92 | 141 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.32 |
| HSL | 323.7º | 0.33% | 0.52% | - |
| HSV(B) | 323.7º | 0.47% | 0.68% | - |
| XYZ | 25.87 | 18.46 | 27.4 | - |
| YUV | 121.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 92 | 141 | 0 | 0.47 | 0.18 | 0.32 | 323.7 | 0.33 | 0.52 |
| Hex | AD | 5C | 8D | 0 | 2F | 12 | 20 | 144 | 21 | 34 |
| Octal | 255 | 134 | 215 | 0 | 57 | 22 | 40 | 504 | 41 | 64 |
| Binary | 10101101 | 1011100 | 10001101 | 0 | 101111 | 10010 | 100000 | 101000100 | 100001 | 110100 |
Color Harmonies of #AD5C8D
Complementary color
Monochromatic Colors of #AD5C8D
Black with #AD5C8D
Text Example
Text Example
White with #AD5C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5C8D; }
p { color: rgb(173,92,141); }
H1.HeaderClassName
{
color: #AD5C8D;
}
.AnyTagClassName
{
color: #AD5C8D;
}
</style>
background-color css
<style>
a { background-color: #AD5C8D; }
a { background-color: rgb(173,92,141); }
div.DivClassName
{
background-color: #AD5C8D;
}
.BgClassName
{
background-color: #AD5C8D;
}
</style>
border-color css
<style>
span { border-color: #AD5C8D; }
span { border-color: rgb(173,92,141); }
td.TdClassName
{
border-color: #AD5C8D;
}
.TagClassName
{
border-color: #AD5C8D;
}
</style>