Shades of Medium Red Violet #A64683
Tints of Medium Red Violet #A64683
RGB
CMYK
RGB Variations
Color information
#A64683 (or 0xA64683) is known color: Medium Red Violet. HEX triplet: A6, 46 and 83. RGB value is (166,70,131). Sum of RGB (Red+Green+Blue) = 166+70+131=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A64683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64683 is #59B97C. Grayscale: #696969. Windows color (decimal): -5880189 or 8603302. OLE color: 8603302.
HSL color Cylindrical-coordinate representation of color #A64683: hue angle of 321.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64683 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 131 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.35 |
| HSL | 321.88º | 0.41% | 0.46% | - |
| HSV(B) | 321.88º | 0.58% | 0.65% | - |
| XYZ | 22.01 | 14.13 | 23.04 | - |
| YUV | 105.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 131 | 0 | 0.58 | 0.21 | 0.35 | 321.88 | 0.41 | 0.46 |
| Hex | A6 | 46 | 83 | 0 | 3A | 15 | 23 | 142 | 29 | 2E |
| Octal | 246 | 106 | 203 | 0 | 72 | 25 | 43 | 502 | 51 | 56 |
| Binary | 10100110 | 1000110 | 10000011 | 0 | 111010 | 10101 | 100011 | 101000010 | 101001 | 101110 |
Color Harmonies of #A64683
Complementary color
Monochromatic Colors of #A64683
Black with #A64683
Text Example
Text Example
White with #A64683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64683; }
p { color: rgb(166,70,131); }
H1.HeaderClassName
{
color: #A64683;
}
.AnyTagClassName
{
color: #A64683;
}
</style>
background-color css
<style>
a { background-color: #A64683; }
a { background-color: rgb(166,70,131); }
div.DivClassName
{
background-color: #A64683;
}
.BgClassName
{
background-color: #A64683;
}
</style>
border-color css
<style>
span { border-color: #A64683; }
span { border-color: rgb(166,70,131); }
td.TdClassName
{
border-color: #A64683;
}
.TagClassName
{
border-color: #A64683;
}
</style>