Shades of Mulberry #A84C86
Tints of Mulberry #A84C86
RGB
CMYK
RGB Variations
Color information
#A84C86 (or 0xA84C86) is known color: Mulberry. HEX triplet: A8, 4C and 86. RGB value is (168,76,134). Sum of RGB (Red+Green+Blue) = 168+76+134=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84C86 is #57B379. Grayscale: #6D6D6D. Windows color (decimal): -5747578 or 8801448. OLE color: 8801448.
HSL color Cylindrical-coordinate representation of color #A84C86: hue angle of 322.17º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84C86 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 134 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.34 |
| HSL | 322.17º | 0.38% | 0.48% | - |
| HSV(B) | 322.17º | 0.55% | 0.66% | - |
| XYZ | 23.04 | 15.21 | 24.28 | - |
| YUV | 110.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 134 | 0 | 0.55 | 0.20 | 0.34 | 322.17 | 0.38 | 0.48 |
| Hex | A8 | 4C | 86 | 0 | 37 | 14 | 22 | 142 | 26 | 30 |
| Octal | 250 | 114 | 206 | 0 | 67 | 24 | 42 | 502 | 46 | 60 |
| Binary | 10101000 | 1001100 | 10000110 | 0 | 110111 | 10100 | 100010 | 101000010 | 100110 | 110000 |
Color Harmonies of #A84C86
Complementary color
Monochromatic Colors of #A84C86
Black with #A84C86
Text Example
Text Example
White with #A84C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C86; }
p { color: rgb(168,76,134); }
H1.HeaderClassName
{
color: #A84C86;
}
.AnyTagClassName
{
color: #A84C86;
}
</style>
background-color css
<style>
a { background-color: #A84C86; }
a { background-color: rgb(168,76,134); }
div.DivClassName
{
background-color: #A84C86;
}
.BgClassName
{
background-color: #A84C86;
}
</style>
border-color css
<style>
span { border-color: #A84C86; }
span { border-color: rgb(168,76,134); }
td.TdClassName
{
border-color: #A84C86;
}
.TagClassName
{
border-color: #A84C86;
}
</style>