Shades of Mulberry #AD4A8B
Tints of Mulberry #AD4A8B
RGB
CMYK
RGB Variations
Color information
#AD4A8B (or 0xAD4A8B) is known color: Mulberry. HEX triplet: AD, 4A and 8B. RGB value is (173,74,139). Sum of RGB (Red+Green+Blue) = 173+74+139=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A8B is #52B574. Grayscale: #6E6E6E. Windows color (decimal): -5420405 or 9128621. OLE color: 9128621.
HSL color Cylindrical-coordinate representation of color #AD4A8B: hue angle of 320.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD4A8B is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 139 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.32 |
| HSL | 320.61º | 0.4% | 0.48% | - |
| HSV(B) | 320.61º | 0.57% | 0.68% | - |
| XYZ | 24.34 | 15.65 | 26.16 | - |
| YUV | 111.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 139 | 0 | 0.57 | 0.20 | 0.32 | 320.61 | 0.4 | 0.48 |
| Hex | AD | 4A | 8B | 0 | 39 | 14 | 20 | 141 | 28 | 30 |
| Octal | 255 | 112 | 213 | 0 | 71 | 24 | 40 | 501 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10001011 | 0 | 111001 | 10100 | 100000 | 101000001 | 101000 | 110000 |
Color Harmonies of #AD4A8B
Complementary color
Monochromatic Colors of #AD4A8B
Black with #AD4A8B
Text Example
Text Example
White with #AD4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A8B; }
p { color: rgb(173,74,139); }
H1.HeaderClassName
{
color: #AD4A8B;
}
.AnyTagClassName
{
color: #AD4A8B;
}
</style>
background-color css
<style>
a { background-color: #AD4A8B; }
a { background-color: rgb(173,74,139); }
div.DivClassName
{
background-color: #AD4A8B;
}
.BgClassName
{
background-color: #AD4A8B;
}
</style>
border-color css
<style>
span { border-color: #AD4A8B; }
span { border-color: rgb(173,74,139); }
td.TdClassName
{
border-color: #AD4A8B;
}
.TagClassName
{
border-color: #AD4A8B;
}
</style>