Shades of Medium Red Violet #A64784
Tints of Medium Red Violet #A64784
RGB
CMYK
RGB Variations
Color information
#A64784 (or 0xA64784) is known color: Medium Red Violet. HEX triplet: A6, 47 and 84. RGB value is (166,71,132). Sum of RGB (Red+Green+Blue) = 166+71+132=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A64784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64784 is #59B87B. Grayscale: #6A6A6A. Windows color (decimal): -5879932 or 8669094. OLE color: 8669094.
HSL color Cylindrical-coordinate representation of color #A64784: hue angle of 321.47º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64784 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 132 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.35 |
| HSL | 321.47º | 0.4% | 0.46% | - |
| HSV(B) | 321.47º | 0.57% | 0.65% | - |
| XYZ | 22.14 | 14.28 | 23.42 | - |
| YUV | 106.36 | 142.47 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 132 | 0 | 0.57 | 0.20 | 0.35 | 321.47 | 0.4 | 0.46 |
| Hex | A6 | 47 | 84 | 0 | 39 | 14 | 23 | 141 | 28 | 2E |
| Octal | 246 | 107 | 204 | 0 | 71 | 24 | 43 | 501 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10000100 | 0 | 111001 | 10100 | 100011 | 101000001 | 101000 | 101110 |
Color Harmonies of #A64784
Complementary color
Monochromatic Colors of #A64784
Black with #A64784
Text Example
Text Example
White with #A64784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64784; }
p { color: rgb(166,71,132); }
H1.HeaderClassName
{
color: #A64784;
}
.AnyTagClassName
{
color: #A64784;
}
</style>
background-color css
<style>
a { background-color: #A64784; }
a { background-color: rgb(166,71,132); }
div.DivClassName
{
background-color: #A64784;
}
.BgClassName
{
background-color: #A64784;
}
</style>
border-color css
<style>
span { border-color: #A64784; }
span { border-color: rgb(166,71,132); }
td.TdClassName
{
border-color: #A64784;
}
.TagClassName
{
border-color: #A64784;
}
</style>