Shades of Medium Red Violet #A64A8C
Tints of Medium Red Violet #A64A8C
RGB
CMYK
RGB Variations
Color information
#A64A8C (or 0xA64A8C) is known color: Medium Red Violet. HEX triplet: A6, 4A and 8C. RGB value is (166,74,140). Sum of RGB (Red+Green+Blue) = 166+74+140=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A8C is #59B573. Grayscale: #6C6C6C. Windows color (decimal): -5879156 or 9194150. OLE color: 9194150.
HSL color Cylindrical-coordinate representation of color #A64A8C: hue angle of 316.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64A8C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 140 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.35 |
| HSL | 316.96º | 0.38% | 0.47% | - |
| HSV(B) | 316.96º | 0.55% | 0.65% | - |
| XYZ | 22.91 | 14.9 | 26.48 | - |
| YUV | 109.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 140 | 0 | 0.55 | 0.16 | 0.35 | 316.96 | 0.38 | 0.47 |
| Hex | A6 | 4A | 8C | 0 | 37 | 10 | 23 | 13D | 26 | 2F |
| Octal | 246 | 112 | 214 | 0 | 67 | 20 | 43 | 475 | 46 | 57 |
| Binary | 10100110 | 1001010 | 10001100 | 0 | 110111 | 10000 | 100011 | 100111101 | 100110 | 101111 |
Color Harmonies of #A64A8C
Complementary color
Monochromatic Colors of #A64A8C
Black with #A64A8C
Text Example
Text Example
White with #A64A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A8C; }
p { color: rgb(166,74,140); }
H1.HeaderClassName
{
color: #A64A8C;
}
.AnyTagClassName
{
color: #A64A8C;
}
</style>
background-color css
<style>
a { background-color: #A64A8C; }
a { background-color: rgb(166,74,140); }
div.DivClassName
{
background-color: #A64A8C;
}
.BgClassName
{
background-color: #A64A8C;
}
</style>
border-color css
<style>
span { border-color: #A64A8C; }
span { border-color: rgb(166,74,140); }
td.TdClassName
{
border-color: #A64A8C;
}
.TagClassName
{
border-color: #A64A8C;
}
</style>