Shades of Mulberry #A64D8D
Tints of Mulberry #A64D8D
RGB
CMYK
RGB Variations
Color information
#A64D8D (or 0xA64D8D) is known color: Mulberry. HEX triplet: A6, 4D and 8D. RGB value is (166,77,141). Sum of RGB (Red+Green+Blue) = 166+77+141=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D8D is #59B272. Grayscale: #6E6E6E. Windows color (decimal): -5878387 or 9260454. OLE color: 9260454.
HSL color Cylindrical-coordinate representation of color #A64D8D: hue angle of 316.85º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D8D is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 141 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.35 |
| HSL | 316.85º | 0.37% | 0.48% | - |
| HSV(B) | 316.85º | 0.54% | 0.65% | - |
| XYZ | 23.19 | 15.34 | 26.94 | - |
| YUV | 110.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 141 | 0 | 0.54 | 0.15 | 0.35 | 316.85 | 0.37 | 0.48 |
| Hex | A6 | 4D | 8D | 0 | 36 | F | 23 | 13D | 25 | 30 |
| Octal | 246 | 115 | 215 | 0 | 66 | 17 | 43 | 475 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10001101 | 0 | 110110 | 1111 | 100011 | 100111101 | 100101 | 110000 |
Color Harmonies of #A64D8D
Complementary color
Monochromatic Colors of #A64D8D
Black with #A64D8D
Text Example
Text Example
White with #A64D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D8D; }
p { color: rgb(166,77,141); }
H1.HeaderClassName
{
color: #A64D8D;
}
.AnyTagClassName
{
color: #A64D8D;
}
</style>
background-color css
<style>
a { background-color: #A64D8D; }
a { background-color: rgb(166,77,141); }
div.DivClassName
{
background-color: #A64D8D;
}
.BgClassName
{
background-color: #A64D8D;
}
</style>
border-color css
<style>
span { border-color: #A64D8D; }
span { border-color: rgb(166,77,141); }
td.TdClassName
{
border-color: #A64D8D;
}
.TagClassName
{
border-color: #A64D8D;
}
</style>