Shades of Medium Red Violet #A64790
Tints of Medium Red Violet #A64790
RGB
CMYK
RGB Variations
Color information
#A64790 (or 0xA64790) is known color: Medium Red Violet. HEX triplet: A6, 47 and 90. RGB value is (166,71,144). Sum of RGB (Red+Green+Blue) = 166+71+144=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64790 is #59B86F. Grayscale: #6B6B6B. Windows color (decimal): -5879920 or 9455526. OLE color: 9455526.
HSL color Cylindrical-coordinate representation of color #A64790: hue angle of 313.89º 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 #A64790 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 144 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.35 |
| HSL | 313.89º | 0.4% | 0.46% | - |
| HSV(B) | 313.89º | 0.57% | 0.65% | - |
| XYZ | 23.01 | 14.63 | 28 | - |
| YUV | 107.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 144 | 0 | 0.57 | 0.13 | 0.35 | 313.89 | 0.4 | 0.46 |
| Hex | A6 | 47 | 90 | 0 | 39 | D | 23 | 13A | 28 | 2E |
| Octal | 246 | 107 | 220 | 0 | 71 | 15 | 43 | 472 | 50 | 56 |
| Binary | 10100110 | 1000111 | 10010000 | 0 | 111001 | 1101 | 100011 | 100111010 | 101000 | 101110 |
Color Harmonies of #A64790
Complementary color
Monochromatic Colors of #A64790
Black with #A64790
Text Example
Text Example
White with #A64790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64790; }
p { color: rgb(166,71,144); }
H1.HeaderClassName
{
color: #A64790;
}
.AnyTagClassName
{
color: #A64790;
}
</style>
background-color css
<style>
a { background-color: #A64790; }
a { background-color: rgb(166,71,144); }
div.DivClassName
{
background-color: #A64790;
}
.BgClassName
{
background-color: #A64790;
}
</style>
border-color css
<style>
span { border-color: #A64790; }
span { border-color: rgb(166,71,144); }
td.TdClassName
{
border-color: #A64790;
}
.TagClassName
{
border-color: #A64790;
}
</style>