Shades of Mulberry #AD4B85
Tints of Mulberry #AD4B85
RGB
CMYK
RGB Variations
Color information
#AD4B85 (or 0xAD4B85) is known color: Mulberry. HEX triplet: AD, 4B and 85. RGB value is (173,75,133). Sum of RGB (Red+Green+Blue) = 173+75+133=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4B85 is #52B47A. Grayscale: #6E6E6E. Windows color (decimal): -5420155 or 8735661. OLE color: 8735661.
HSL color Cylindrical-coordinate representation of color #AD4B85: hue angle of 324.49º 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 #AD4B85 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 133 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.32 |
| HSL | 324.49º | 0.4% | 0.49% | - |
| HSV(B) | 324.49º | 0.57% | 0.68% | - |
| XYZ | 23.98 | 15.61 | 23.94 | - |
| YUV | 110.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 133 | 0 | 0.57 | 0.23 | 0.32 | 324.49 | 0.4 | 0.49 |
| Hex | AD | 4B | 85 | 0 | 39 | 17 | 20 | 144 | 28 | 31 |
| Octal | 255 | 113 | 205 | 0 | 71 | 27 | 40 | 504 | 50 | 61 |
| Binary | 10101101 | 1001011 | 10000101 | 0 | 111001 | 10111 | 100000 | 101000100 | 101000 | 110001 |
Color Harmonies of #AD4B85
Complementary color
Monochromatic Colors of #AD4B85
Black with #AD4B85
Text Example
Text Example
White with #AD4B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B85; }
p { color: rgb(173,75,133); }
H1.HeaderClassName
{
color: #AD4B85;
}
.AnyTagClassName
{
color: #AD4B85;
}
</style>
background-color css
<style>
a { background-color: #AD4B85; }
a { background-color: rgb(173,75,133); }
div.DivClassName
{
background-color: #AD4B85;
}
.BgClassName
{
background-color: #AD4B85;
}
</style>
border-color css
<style>
span { border-color: #AD4B85; }
span { border-color: rgb(173,75,133); }
td.TdClassName
{
border-color: #AD4B85;
}
.TagClassName
{
border-color: #AD4B85;
}
</style>