Shades of Mulberry #AD4C8F
Tints of Mulberry #AD4C8F
RGB
CMYK
RGB Variations
Color information
#AD4C8F (or 0xAD4C8F) is known color: Mulberry. HEX triplet: AD, 4C and 8F. RGB value is (173,76,143). Sum of RGB (Red+Green+Blue) = 173+76+143=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4C8F is #52B370. Grayscale: #707070. Windows color (decimal): -5419889 or 9391277. OLE color: 9391277.
HSL color Cylindrical-coordinate representation of color #AD4C8F: hue angle of 318.56º 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 #AD4C8F is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 143 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.32 |
| HSL | 318.56º | 0.39% | 0.49% | - |
| HSV(B) | 318.56º | 0.56% | 0.68% | - |
| XYZ | 24.78 | 16.04 | 27.78 | - |
| YUV | 112.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 143 | 0 | 0.56 | 0.17 | 0.32 | 318.56 | 0.39 | 0.49 |
| Hex | AD | 4C | 8F | 0 | 38 | 11 | 20 | 13F | 27 | 31 |
| Octal | 255 | 114 | 217 | 0 | 70 | 21 | 40 | 477 | 47 | 61 |
| Binary | 10101101 | 1001100 | 10001111 | 0 | 111000 | 10001 | 100000 | 100111111 | 100111 | 110001 |
Color Harmonies of #AD4C8F
Complementary color
Monochromatic Colors of #AD4C8F
Black with #AD4C8F
Text Example
Text Example
White with #AD4C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C8F; }
p { color: rgb(173,76,143); }
H1.HeaderClassName
{
color: #AD4C8F;
}
.AnyTagClassName
{
color: #AD4C8F;
}
</style>
background-color css
<style>
a { background-color: #AD4C8F; }
a { background-color: rgb(173,76,143); }
div.DivClassName
{
background-color: #AD4C8F;
}
.BgClassName
{
background-color: #AD4C8F;
}
</style>
border-color css
<style>
span { border-color: #AD4C8F; }
span { border-color: rgb(173,76,143); }
td.TdClassName
{
border-color: #AD4C8F;
}
.TagClassName
{
border-color: #AD4C8F;
}
</style>