Shades of Mulberry #AD4A88
Tints of Mulberry #AD4A88
RGB
CMYK
RGB Variations
Color information
#AD4A88 (or 0xAD4A88) is known color: Mulberry. HEX triplet: AD, 4A and 88. RGB value is (173,74,136). Sum of RGB (Red+Green+Blue) = 173+74+136=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4A88 is #52B577. Grayscale: #6E6E6E. Windows color (decimal): -5420408 or 8932013. OLE color: 8932013.
HSL color Cylindrical-coordinate representation of color #AD4A88: hue angle of 322.42º 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 #AD4A88 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 136 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.32 |
| HSL | 322.42º | 0.4% | 0.48% | - |
| HSV(B) | 322.42º | 0.57% | 0.68% | - |
| XYZ | 24.13 | 15.56 | 25.02 | - |
| YUV | 110.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 136 | 0 | 0.57 | 0.21 | 0.32 | 322.42 | 0.4 | 0.48 |
| Hex | AD | 4A | 88 | 0 | 39 | 15 | 20 | 142 | 28 | 30 |
| Octal | 255 | 112 | 210 | 0 | 71 | 25 | 40 | 502 | 50 | 60 |
| Binary | 10101101 | 1001010 | 10001000 | 0 | 111001 | 10101 | 100000 | 101000010 | 101000 | 110000 |
Color Harmonies of #AD4A88
Complementary color
Monochromatic Colors of #AD4A88
Black with #AD4A88
Text Example
Text Example
White with #AD4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A88; }
p { color: rgb(173,74,136); }
H1.HeaderClassName
{
color: #AD4A88;
}
.AnyTagClassName
{
color: #AD4A88;
}
</style>
background-color css
<style>
a { background-color: #AD4A88; }
a { background-color: rgb(173,74,136); }
div.DivClassName
{
background-color: #AD4A88;
}
.BgClassName
{
background-color: #AD4A88;
}
</style>
border-color css
<style>
span { border-color: #AD4A88; }
span { border-color: rgb(173,74,136); }
td.TdClassName
{
border-color: #AD4A88;
}
.TagClassName
{
border-color: #AD4A88;
}
</style>