Shades of Mulberry #AD4C8E
Tints of Mulberry #AD4C8E
RGB
CMYK
RGB Variations
Color information
#AD4C8E (or 0xAD4C8E) is known color: Mulberry. HEX triplet: AD, 4C and 8E. RGB value is (173,76,142). Sum of RGB (Red+Green+Blue) = 173+76+142=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C8E is #52B371. Grayscale: #707070. Windows color (decimal): -5419890 or 9325741. OLE color: 9325741.
HSL color Cylindrical-coordinate representation of color #AD4C8E: hue angle of 319.18º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD4C8E is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 142 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.32 |
| HSL | 319.18º | 0.39% | 0.49% | - |
| HSV(B) | 319.18º | 0.56% | 0.68% | - |
| XYZ | 24.7 | 16.01 | 27.38 | - |
| YUV | 112.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 142 | 0 | 0.56 | 0.18 | 0.32 | 319.18 | 0.39 | 0.49 |
| Hex | AD | 4C | 8E | 0 | 38 | 12 | 20 | 13F | 27 | 31 |
| Octal | 255 | 114 | 216 | 0 | 70 | 22 | 40 | 477 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10001110 | 0 | 111000 | 10010 | 100000 | 100111111 | 100111 | 110001 |
Color Harmonies of #AD4C8E
Complementary color
Monochromatic Colors of #AD4C8E
Black with #AD4C8E
Text Example
Text Example
White with #AD4C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C8E; }
p { color: rgb(173,76,142); }
H1.HeaderClassName
{
color: #AD4C8E;
}
.AnyTagClassName
{
color: #AD4C8E;
}
</style>
background-color css
<style>
a { background-color: #AD4C8E; }
a { background-color: rgb(173,76,142); }
div.DivClassName
{
background-color: #AD4C8E;
}
.BgClassName
{
background-color: #AD4C8E;
}
</style>
border-color css
<style>
span { border-color: #AD4C8E; }
span { border-color: rgb(173,76,142); }
td.TdClassName
{
border-color: #AD4C8E;
}
.TagClassName
{
border-color: #AD4C8E;
}
</style>