Shades of Mulberry #AD4B8F
Tints of Mulberry #AD4B8F
RGB
CMYK
RGB Variations
Color information
#AD4B8F (or 0xAD4B8F) is known color: Mulberry. HEX triplet: AD, 4B and 8F. RGB value is (173,75,143). Sum of RGB (Red+Green+Blue) = 173+75+143=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B8F is #52B470. Grayscale: #6F6F6F. Windows color (decimal): -5420145 or 9391021. OLE color: 9391021.
HSL color Cylindrical-coordinate representation of color #AD4B8F: hue angle of 318.37º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4B8F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 143 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.32 |
| HSL | 318.37º | 0.4% | 0.49% | - |
| HSV(B) | 318.37º | 0.57% | 0.68% | - |
| XYZ | 24.71 | 15.9 | 27.75 | - |
| YUV | 112.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 143 | 0 | 0.57 | 0.17 | 0.32 | 318.37 | 0.4 | 0.49 |
| Hex | AD | 4B | 8F | 0 | 39 | 11 | 20 | 13E | 28 | 31 |
| Octal | 255 | 113 | 217 | 0 | 71 | 21 | 40 | 476 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10001111 | 0 | 111001 | 10001 | 100000 | 100111110 | 101000 | 110001 |
Color Harmonies of #AD4B8F
Complementary color
Monochromatic Colors of #AD4B8F
Black with #AD4B8F
Text Example
Text Example
White with #AD4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B8F; }
p { color: rgb(173,75,143); }
H1.HeaderClassName
{
color: #AD4B8F;
}
.AnyTagClassName
{
color: #AD4B8F;
}
</style>
background-color css
<style>
a { background-color: #AD4B8F; }
a { background-color: rgb(173,75,143); }
div.DivClassName
{
background-color: #AD4B8F;
}
.BgClassName
{
background-color: #AD4B8F;
}
</style>
border-color css
<style>
span { border-color: #AD4B8F; }
span { border-color: rgb(173,75,143); }
td.TdClassName
{
border-color: #AD4B8F;
}
.TagClassName
{
border-color: #AD4B8F;
}
</style>