Shades of Mulberry #AD5B8D
Tints of Mulberry #AD5B8D
RGB
CMYK
RGB Variations
Color information
#AD5B8D (or 0xAD5B8D) is known color: Mulberry. HEX triplet: AD, 5B and 8D. RGB value is (173,91,141). Sum of RGB (Red+Green+Blue) = 173+91+141=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B8D is #52A472. Grayscale: #797979. Windows color (decimal): -5416051 or 9264045. OLE color: 9264045.
HSL color Cylindrical-coordinate representation of color #AD5B8D: hue angle of 323.41º 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 #AD5B8D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 91 | 141 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.32 |
| HSL | 323.41º | 0.33% | 0.52% | - |
| HSV(B) | 323.41º | 0.47% | 0.68% | - |
| XYZ | 25.78 | 18.29 | 27.37 | - |
| YUV | 121.22 | 139.17 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 141 | 0 | 0.47 | 0.18 | 0.32 | 323.41 | 0.33 | 0.52 |
| Hex | AD | 5B | 8D | 0 | 2F | 12 | 20 | 143 | 21 | 34 |
| Octal | 255 | 133 | 215 | 0 | 57 | 22 | 40 | 503 | 41 | 64 |
| Binary | 10101101 | 1011011 | 10001101 | 0 | 101111 | 10010 | 100000 | 101000011 | 100001 | 110100 |
Color Harmonies of #AD5B8D
Complementary color
Monochromatic Colors of #AD5B8D
Black with #AD5B8D
Text Example
Text Example
White with #AD5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5B8D; }
p { color: rgb(173,91,141); }
H1.HeaderClassName
{
color: #AD5B8D;
}
.AnyTagClassName
{
color: #AD5B8D;
}
</style>
background-color css
<style>
a { background-color: #AD5B8D; }
a { background-color: rgb(173,91,141); }
div.DivClassName
{
background-color: #AD5B8D;
}
.BgClassName
{
background-color: #AD5B8D;
}
</style>
border-color css
<style>
span { border-color: #AD5B8D; }
span { border-color: rgb(173,91,141); }
td.TdClassName
{
border-color: #AD5B8D;
}
.TagClassName
{
border-color: #AD5B8D;
}
</style>