Shades of Medium Red Violet #A63E84
Tints of Medium Red Violet #A63E84
RGB
CMYK
RGB Variations
Color information
#A63E84 (or 0xA63E84) is known color: Medium Red Violet. HEX triplet: A6, 3E and 84. RGB value is (166,62,132). Sum of RGB (Red+Green+Blue) = 166+62+132=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E84 is #59C17B. Grayscale: #646464. Windows color (decimal): -5882236 or 8666790. OLE color: 8666790.
HSL color Cylindrical-coordinate representation of color #A63E84: hue angle of 319.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E84 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 132 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.35 |
| HSL | 319.62º | 0.46% | 0.45% | - |
| HSV(B) | 319.62º | 0.63% | 0.65% | - |
| XYZ | 21.61 | 13.22 | 23.24 | - |
| YUV | 101.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 132 | 0 | 0.63 | 0.20 | 0.35 | 319.62 | 0.46 | 0.45 |
| Hex | A6 | 3E | 84 | 0 | 3F | 14 | 23 | 140 | 2E | 2D |
| Octal | 246 | 76 | 204 | 0 | 77 | 24 | 43 | 500 | 56 | 55 |
| Binary | 10100110 | 111110 | 10000100 | 0 | 111111 | 10100 | 100011 | 101000000 | 101110 | 101101 |
Color Harmonies of #A63E84
Complementary color
Monochromatic Colors of #A63E84
Black with #A63E84
Text Example
Text Example
White with #A63E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E84; }
p { color: rgb(166,62,132); }
H1.HeaderClassName
{
color: #A63E84;
}
.AnyTagClassName
{
color: #A63E84;
}
</style>
background-color css
<style>
a { background-color: #A63E84; }
a { background-color: rgb(166,62,132); }
div.DivClassName
{
background-color: #A63E84;
}
.BgClassName
{
background-color: #A63E84;
}
</style>
border-color css
<style>
span { border-color: #A63E84; }
span { border-color: rgb(166,62,132); }
td.TdClassName
{
border-color: #A63E84;
}
.TagClassName
{
border-color: #A63E84;
}
</style>