Shades of Medium Red Violet #A63286
Tints of Medium Red Violet #A63286
RGB
CMYK
RGB Variations
Color information
#A63286 (or 0xA63286) is known color: Medium Red Violet. HEX triplet: A6, 32 and 86. RGB value is (166,50,134). Sum of RGB (Red+Green+Blue) = 166+50+134=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A63286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63286 is #59CD79. Grayscale: #5E5E5E. Windows color (decimal): -5885306 or 8794790. OLE color: 8794790.
HSL color Cylindrical-coordinate representation of color #A63286: hue angle of 316.55º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63286 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 134 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.35 |
| HSL | 316.55º | 0.54% | 0.42% | - |
| HSV(B) | 316.55º | 0.7% | 0.65% | - |
| XYZ | 21.17 | 12.11 | 23.78 | - |
| YUV | 94.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 134 | 0 | 0.70 | 0.19 | 0.35 | 316.55 | 0.54 | 0.42 |
| Hex | A6 | 32 | 86 | 0 | 46 | 13 | 23 | 13D | 36 | 2A |
| Octal | 246 | 62 | 206 | 0 | 106 | 23 | 43 | 475 | 66 | 52 |
| Binary | 10100110 | 110010 | 10000110 | 0 | 1000110 | 10011 | 100011 | 100111101 | 110110 | 101010 |
Color Harmonies of #A63286
Complementary color
Monochromatic Colors of #A63286
Black with #A63286
Text Example
Text Example
White with #A63286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63286; }
p { color: rgb(166,50,134); }
H1.HeaderClassName
{
color: #A63286;
}
.AnyTagClassName
{
color: #A63286;
}
</style>
background-color css
<style>
a { background-color: #A63286; }
a { background-color: rgb(166,50,134); }
div.DivClassName
{
background-color: #A63286;
}
.BgClassName
{
background-color: #A63286;
}
</style>
border-color css
<style>
span { border-color: #A63286; }
span { border-color: rgb(166,50,134); }
td.TdClassName
{
border-color: #A63286;
}
.TagClassName
{
border-color: #A63286;
}
</style>