Shades of Mulberry #A64E8D
Tints of Mulberry #A64E8D
RGB
CMYK
RGB Variations
Color information
#A64E8D (or 0xA64E8D) is known color: Mulberry. HEX triplet: A6, 4E and 8D. RGB value is (166,78,141). Sum of RGB (Red+Green+Blue) = 166+78+141=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64E8D is #59B172. Grayscale: #6F6F6F. Windows color (decimal): -5878131 or 9260710. OLE color: 9260710.
HSL color Cylindrical-coordinate representation of color #A64E8D: hue angle of 317.05º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A64E8D is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 78 | 141 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.35 |
| HSL | 317.05º | 0.36% | 0.48% | - |
| HSV(B) | 317.05º | 0.53% | 0.65% | - |
| XYZ | 23.26 | 15.48 | 26.96 | - |
| YUV | 111.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 141 | 0 | 0.53 | 0.15 | 0.35 | 317.05 | 0.36 | 0.48 |
| Hex | A6 | 4E | 8D | 0 | 35 | F | 23 | 13D | 24 | 30 |
| Octal | 246 | 116 | 215 | 0 | 65 | 17 | 43 | 475 | 44 | 60 |
| Binary | 10100110 | 1001110 | 10001101 | 0 | 110101 | 1111 | 100011 | 100111101 | 100100 | 110000 |
Color Harmonies of #A64E8D
Complementary color
Monochromatic Colors of #A64E8D
Black with #A64E8D
Text Example
Text Example
White with #A64E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64E8D; }
p { color: rgb(166,78,141); }
H1.HeaderClassName
{
color: #A64E8D;
}
.AnyTagClassName
{
color: #A64E8D;
}
</style>
background-color css
<style>
a { background-color: #A64E8D; }
a { background-color: rgb(166,78,141); }
div.DivClassName
{
background-color: #A64E8D;
}
.BgClassName
{
background-color: #A64E8D;
}
</style>
border-color css
<style>
span { border-color: #A64E8D; }
span { border-color: rgb(166,78,141); }
td.TdClassName
{
border-color: #A64E8D;
}
.TagClassName
{
border-color: #A64E8D;
}
</style>