Shades of Mulberry #A64D8C
Tints of Mulberry #A64D8C
RGB
CMYK
RGB Variations
Color information
#A64D8C (or 0xA64D8C) is known color: Mulberry. HEX triplet: A6, 4D and 8C. RGB value is (166,77,140). Sum of RGB (Red+Green+Blue) = 166+77+140=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D8C is #59B273. Grayscale: #6E6E6E. Windows color (decimal): -5878388 or 9194918. OLE color: 9194918.
HSL color Cylindrical-coordinate representation of color #A64D8C: hue angle of 317.53º 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 #A64D8C is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 140 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.35 |
| HSL | 317.53º | 0.37% | 0.48% | - |
| HSV(B) | 317.53º | 0.54% | 0.65% | - |
| XYZ | 23.11 | 15.31 | 26.55 | - |
| YUV | 110.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 140 | 0 | 0.54 | 0.16 | 0.35 | 317.53 | 0.37 | 0.48 |
| Hex | A6 | 4D | 8C | 0 | 36 | 10 | 23 | 13E | 25 | 30 |
| Octal | 246 | 115 | 214 | 0 | 66 | 20 | 43 | 476 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10001100 | 0 | 110110 | 10000 | 100011 | 100111110 | 100101 | 110000 |
Color Harmonies of #A64D8C
Complementary color
Monochromatic Colors of #A64D8C
Black with #A64D8C
Text Example
Text Example
White with #A64D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D8C; }
p { color: rgb(166,77,140); }
H1.HeaderClassName
{
color: #A64D8C;
}
.AnyTagClassName
{
color: #A64D8C;
}
</style>
background-color css
<style>
a { background-color: #A64D8C; }
a { background-color: rgb(166,77,140); }
div.DivClassName
{
background-color: #A64D8C;
}
.BgClassName
{
background-color: #A64D8C;
}
</style>
border-color css
<style>
span { border-color: #A64D8C; }
span { border-color: rgb(166,77,140); }
td.TdClassName
{
border-color: #A64D8C;
}
.TagClassName
{
border-color: #A64D8C;
}
</style>