Shades of Medium Red Violet #A64095
Tints of Medium Red Violet #A64095
RGB
CMYK
RGB Variations
Color information
#A64095 (or 0xA64095) is known color: Medium Red Violet. HEX triplet: A6, 40 and 95. RGB value is (166,64,149). Sum of RGB (Red+Green+Blue) = 166+64+149=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64095 is #59BF6A. Grayscale: #676767. Windows color (decimal): -5881707 or 9781414. OLE color: 9781414.
HSL color Cylindrical-coordinate representation of color #A64095: hue angle of 310º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64095 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 149 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.35 |
| HSL | 310º | 0.44% | 0.45% | - |
| HSV(B) | 310º | 0.61% | 0.65% | - |
| XYZ | 22.98 | 13.94 | 29.91 | - |
| YUV | 104.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 149 | 0 | 0.61 | 0.10 | 0.35 | 310 | 0.44 | 0.45 |
| Hex | A6 | 40 | 95 | 0 | 3D | A | 23 | 136 | 2C | 2D |
| Octal | 246 | 100 | 225 | 0 | 75 | 12 | 43 | 466 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10010101 | 0 | 111101 | 1010 | 100011 | 100110110 | 101100 | 101101 |
Color Harmonies of #A64095
Complementary color
Monochromatic Colors of #A64095
Black with #A64095
Text Example
Text Example
White with #A64095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64095; }
p { color: rgb(166,64,149); }
H1.HeaderClassName
{
color: #A64095;
}
.AnyTagClassName
{
color: #A64095;
}
</style>
background-color css
<style>
a { background-color: #A64095; }
a { background-color: rgb(166,64,149); }
div.DivClassName
{
background-color: #A64095;
}
.BgClassName
{
background-color: #A64095;
}
</style>
border-color css
<style>
span { border-color: #A64095; }
span { border-color: rgb(166,64,149); }
td.TdClassName
{
border-color: #A64095;
}
.TagClassName
{
border-color: #A64095;
}
</style>