Shades of Mulberry #AD5D92
Tints of Mulberry #AD5D92
RGB
CMYK
RGB Variations
Color information
#AD5D92 (or 0xAD5D92) is known color: Mulberry. HEX triplet: AD, 5D and 92. RGB value is (173,93,146). Sum of RGB (Red+Green+Blue) = 173+93+146=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5D92 is #52A26D. Grayscale: #7A7A7A. Windows color (decimal): -5415534 or 9592237. OLE color: 9592237.
HSL color Cylindrical-coordinate representation of color #AD5D92: hue angle of 320.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD5D92 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 93 | 146 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.32 |
| HSL | 320.25º | 0.33% | 0.52% | - |
| HSV(B) | 320.25º | 0.46% | 0.68% | - |
| XYZ | 26.34 | 18.79 | 29.43 | - |
| YUV | 122.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 146 | 0 | 0.46 | 0.16 | 0.32 | 320.25 | 0.33 | 0.52 |
| Hex | AD | 5D | 92 | 0 | 2E | 10 | 20 | 140 | 21 | 34 |
| Octal | 255 | 135 | 222 | 0 | 56 | 20 | 40 | 500 | 41 | 64 |
| Binary | 10101101 | 1011101 | 10010010 | 0 | 101110 | 10000 | 100000 | 101000000 | 100001 | 110100 |
Color Harmonies of #AD5D92
Complementary color
Monochromatic Colors of #AD5D92
Black with #AD5D92
Text Example
Text Example
White with #AD5D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5D92; }
p { color: rgb(173,93,146); }
H1.HeaderClassName
{
color: #AD5D92;
}
.AnyTagClassName
{
color: #AD5D92;
}
</style>
background-color css
<style>
a { background-color: #AD5D92; }
a { background-color: rgb(173,93,146); }
div.DivClassName
{
background-color: #AD5D92;
}
.BgClassName
{
background-color: #AD5D92;
}
</style>
border-color css
<style>
span { border-color: #AD5D92; }
span { border-color: rgb(173,93,146); }
td.TdClassName
{
border-color: #AD5D92;
}
.TagClassName
{
border-color: #AD5D92;
}
</style>