Shades of Mulberry #A64F8C
Tints of Mulberry #A64F8C
RGB
CMYK
RGB Variations
Color information
#A64F8C (or 0xA64F8C) is known color: Mulberry. HEX triplet: A6, 4F and 8C. RGB value is (166,79,140). Sum of RGB (Red+Green+Blue) = 166+79+140=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64F8C is #59B073. Grayscale: #6F6F6F. Windows color (decimal): -5877876 or 9195430. OLE color: 9195430.
HSL color Cylindrical-coordinate representation of color #A64F8C: hue angle of 317.93º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64F8C is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 79 | 140 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.35 |
| HSL | 317.93º | 0.36% | 0.48% | - |
| HSV(B) | 317.93º | 0.52% | 0.65% | - |
| XYZ | 23.26 | 15.59 | 26.59 | - |
| YUV | 111.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 140 | 0 | 0.52 | 0.16 | 0.35 | 317.93 | 0.36 | 0.48 |
| Hex | A6 | 4F | 8C | 0 | 34 | 10 | 23 | 13E | 24 | 30 |
| Octal | 246 | 117 | 214 | 0 | 64 | 20 | 43 | 476 | 44 | 60 |
| Binary | 10100110 | 1001111 | 10001100 | 0 | 110100 | 10000 | 100011 | 100111110 | 100100 | 110000 |
Color Harmonies of #A64F8C
Complementary color
Monochromatic Colors of #A64F8C
Black with #A64F8C
Text Example
Text Example
White with #A64F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64F8C; }
p { color: rgb(166,79,140); }
H1.HeaderClassName
{
color: #A64F8C;
}
.AnyTagClassName
{
color: #A64F8C;
}
</style>
background-color css
<style>
a { background-color: #A64F8C; }
a { background-color: rgb(166,79,140); }
div.DivClassName
{
background-color: #A64F8C;
}
.BgClassName
{
background-color: #A64F8C;
}
</style>
border-color css
<style>
span { border-color: #A64F8C; }
span { border-color: rgb(166,79,140); }
td.TdClassName
{
border-color: #A64F8C;
}
.TagClassName
{
border-color: #A64F8C;
}
</style>