Shades of Mulberry #AD4D8F
Tints of Mulberry #AD4D8F
RGB
CMYK
RGB Variations
Color information
#AD4D8F (or 0xAD4D8F) is known color: Mulberry. HEX triplet: AD, 4D and 8F. RGB value is (173,77,143). Sum of RGB (Red+Green+Blue) = 173+77+143=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD4D8F is #52B270. Grayscale: #717171. Windows color (decimal): -5419633 or 9391533. OLE color: 9391533.
HSL color Cylindrical-coordinate representation of color #AD4D8F: hue angle of 318.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD4D8F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 77 | 143 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.32 |
| HSL | 318.75º | 0.38% | 0.49% | - |
| HSV(B) | 318.75º | 0.55% | 0.68% | - |
| XYZ | 24.85 | 16.18 | 27.8 | - |
| YUV | 113.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 143 | 0 | 0.55 | 0.17 | 0.32 | 318.75 | 0.38 | 0.49 |
| Hex | AD | 4D | 8F | 0 | 37 | 11 | 20 | 13F | 26 | 31 |
| Octal | 255 | 115 | 217 | 0 | 67 | 21 | 40 | 477 | 46 | 61 |
| Binary | 10101101 | 1001101 | 10001111 | 0 | 110111 | 10001 | 100000 | 100111111 | 100110 | 110001 |
Color Harmonies of #AD4D8F
Complementary color
Monochromatic Colors of #AD4D8F
Black with #AD4D8F
Text Example
Text Example
White with #AD4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4D8F; }
p { color: rgb(173,77,143); }
H1.HeaderClassName
{
color: #AD4D8F;
}
.AnyTagClassName
{
color: #AD4D8F;
}
</style>
background-color css
<style>
a { background-color: #AD4D8F; }
a { background-color: rgb(173,77,143); }
div.DivClassName
{
background-color: #AD4D8F;
}
.BgClassName
{
background-color: #AD4D8F;
}
</style>
border-color css
<style>
span { border-color: #AD4D8F; }
span { border-color: rgb(173,77,143); }
td.TdClassName
{
border-color: #AD4D8F;
}
.TagClassName
{
border-color: #AD4D8F;
}
</style>