Shades of Medium Red Violet #A63293
Tints of Medium Red Violet #A63293
RGB
CMYK
RGB Variations
Color information
#A63293 (or 0xA63293) is known color: Medium Red Violet. HEX triplet: A6, 32 and 93. RGB value is (166,50,147). Sum of RGB (Red+Green+Blue) = 166+50+147=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A63293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63293 is #59CD6C. Grayscale: #5F5F5F. Windows color (decimal): -5885293 or 9646758. OLE color: 9646758.
HSL color Cylindrical-coordinate representation of color #A63293: hue angle of 309.83º 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 #A63293 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 147 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.35 |
| HSL | 309.83º | 0.54% | 0.42% | - |
| HSV(B) | 309.83º | 0.7% | 0.65% | - |
| XYZ | 22.13 | 12.49 | 28.85 | - |
| YUV | 95.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 147 | 0 | 0.70 | 0.11 | 0.35 | 309.83 | 0.54 | 0.42 |
| Hex | A6 | 32 | 93 | 0 | 46 | B | 23 | 136 | 36 | 2A |
| Octal | 246 | 62 | 223 | 0 | 106 | 13 | 43 | 466 | 66 | 52 |
| Binary | 10100110 | 110010 | 10010011 | 0 | 1000110 | 1011 | 100011 | 100110110 | 110110 | 101010 |
Color Harmonies of #A63293
Complementary color
Monochromatic Colors of #A63293
Black with #A63293
Text Example
Text Example
White with #A63293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63293; }
p { color: rgb(166,50,147); }
H1.HeaderClassName
{
color: #A63293;
}
.AnyTagClassName
{
color: #A63293;
}
</style>
background-color css
<style>
a { background-color: #A63293; }
a { background-color: rgb(166,50,147); }
div.DivClassName
{
background-color: #A63293;
}
.BgClassName
{
background-color: #A63293;
}
</style>
border-color css
<style>
span { border-color: #A63293; }
span { border-color: rgb(166,50,147); }
td.TdClassName
{
border-color: #A63293;
}
.TagClassName
{
border-color: #A63293;
}
</style>