Shades of Medium Red Violet #A64080
Tints of Medium Red Violet #A64080
RGB
CMYK
RGB Variations
Color information
#A64080 (or 0xA64080) is known color: Medium Red Violet. HEX triplet: A6, 40 and 80. RGB value is (166,64,128). Sum of RGB (Red+Green+Blue) = 166+64+128=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A64080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64080 is #59BF7F. Grayscale: #656565. Windows color (decimal): -5881728 or 8405158. OLE color: 8405158.
HSL color Cylindrical-coordinate representation of color #A64080: hue angle of 322.35º 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 #A64080 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 128 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.35 |
| HSL | 322.35º | 0.44% | 0.45% | - |
| HSV(B) | 322.35º | 0.61% | 0.65% | - |
| XYZ | 21.46 | 13.33 | 21.86 | - |
| YUV | 101.79 | 142.79 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 128 | 0 | 0.61 | 0.23 | 0.35 | 322.35 | 0.44 | 0.45 |
| Hex | A6 | 40 | 80 | 0 | 3D | 17 | 23 | 142 | 2C | 2D |
| Octal | 246 | 100 | 200 | 0 | 75 | 27 | 43 | 502 | 54 | 55 |
| Binary | 10100110 | 1000000 | 10000000 | 0 | 111101 | 10111 | 100011 | 101000010 | 101100 | 101101 |
Color Harmonies of #A64080
Complementary color
Monochromatic Colors of #A64080
Black with #A64080
Text Example
Text Example
White with #A64080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64080; }
p { color: rgb(166,64,128); }
H1.HeaderClassName
{
color: #A64080;
}
.AnyTagClassName
{
color: #A64080;
}
</style>
background-color css
<style>
a { background-color: #A64080; }
a { background-color: rgb(166,64,128); }
div.DivClassName
{
background-color: #A64080;
}
.BgClassName
{
background-color: #A64080;
}
</style>
border-color css
<style>
span { border-color: #A64080; }
span { border-color: rgb(166,64,128); }
td.TdClassName
{
border-color: #A64080;
}
.TagClassName
{
border-color: #A64080;
}
</style>