Shades of Medium Red Violet #A64286
Tints of Medium Red Violet #A64286
RGB
CMYK
RGB Variations
Color information
#A64286 (or 0xA64286) is known color: Medium Red Violet. HEX triplet: A6, 42 and 86. RGB value is (166,66,134). Sum of RGB (Red+Green+Blue) = 166+66+134=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64286 is #59BD79. Grayscale: #676767. Windows color (decimal): -5881210 or 8798886. OLE color: 8798886.
HSL color Cylindrical-coordinate representation of color #A64286: hue angle of 319.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64286 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 66 | 134 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.35 |
| HSL | 319.2º | 0.43% | 0.45% | - |
| HSV(B) | 319.2º | 0.6% | 0.65% | - |
| XYZ | 21.98 | 13.72 | 24.05 | - |
| YUV | 103.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 66 | 134 | 0 | 0.60 | 0.19 | 0.35 | 319.2 | 0.43 | 0.45 |
| Hex | A6 | 42 | 86 | 0 | 3C | 13 | 23 | 13F | 2B | 2D |
| Octal | 246 | 102 | 206 | 0 | 74 | 23 | 43 | 477 | 53 | 55 |
| Binary | 10100110 | 1000010 | 10000110 | 0 | 111100 | 10011 | 100011 | 100111111 | 101011 | 101101 |
Color Harmonies of #A64286
Complementary color
Monochromatic Colors of #A64286
Black with #A64286
Text Example
Text Example
White with #A64286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64286; }
p { color: rgb(166,66,134); }
H1.HeaderClassName
{
color: #A64286;
}
.AnyTagClassName
{
color: #A64286;
}
</style>
background-color css
<style>
a { background-color: #A64286; }
a { background-color: rgb(166,66,134); }
div.DivClassName
{
background-color: #A64286;
}
.BgClassName
{
background-color: #A64286;
}
</style>
border-color css
<style>
span { border-color: #A64286; }
span { border-color: rgb(166,66,134); }
td.TdClassName
{
border-color: #A64286;
}
.TagClassName
{
border-color: #A64286;
}
</style>