Shades of Mulberry #A84E8A
Tints of Mulberry #A84E8A
RGB
CMYK
RGB Variations
Color information
#A84E8A (or 0xA84E8A) is known color: Mulberry. HEX triplet: A8, 4E and 8A. RGB value is (168,78,138). Sum of RGB (Red+Green+Blue) = 168+78+138=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84E8A is #57B175. Grayscale: #6F6F6F. Windows color (decimal): -5747062 or 9064104. OLE color: 9064104.
HSL color Cylindrical-coordinate representation of color #A84E8A: hue angle of 320º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A84E8A is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 138 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.34 |
| HSL | 320º | 0.37% | 0.48% | - |
| HSV(B) | 320º | 0.54% | 0.66% | - |
| XYZ | 23.46 | 15.61 | 25.82 | - |
| YUV | 111.75 | 142.82 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 138 | 0 | 0.54 | 0.18 | 0.34 | 320 | 0.37 | 0.48 |
| Hex | A8 | 4E | 8A | 0 | 36 | 12 | 22 | 140 | 25 | 30 |
| Octal | 250 | 116 | 212 | 0 | 66 | 22 | 42 | 500 | 45 | 60 |
| Binary | 10101000 | 1001110 | 10001010 | 0 | 110110 | 10010 | 100010 | 101000000 | 100101 | 110000 |
Color Harmonies of #A84E8A
Complementary color
Monochromatic Colors of #A84E8A
Black with #A84E8A
Text Example
Text Example
White with #A84E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E8A; }
p { color: rgb(168,78,138); }
H1.HeaderClassName
{
color: #A84E8A;
}
.AnyTagClassName
{
color: #A84E8A;
}
</style>
background-color css
<style>
a { background-color: #A84E8A; }
a { background-color: rgb(168,78,138); }
div.DivClassName
{
background-color: #A84E8A;
}
.BgClassName
{
background-color: #A84E8A;
}
</style>
border-color css
<style>
span { border-color: #A84E8A; }
span { border-color: rgb(168,78,138); }
td.TdClassName
{
border-color: #A84E8A;
}
.TagClassName
{
border-color: #A84E8A;
}
</style>