Shades of Medium Red Violet #A63E83
Tints of Medium Red Violet #A63E83
RGB
CMYK
RGB Variations
Color information
#A63E83 (or 0xA63E83) is known color: Medium Red Violet. HEX triplet: A6, 3E and 83. RGB value is (166,62,131). Sum of RGB (Red+Green+Blue) = 166+62+131=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E83 is #59C17C. Grayscale: #646464. Windows color (decimal): -5882237 or 8601254. OLE color: 8601254.
HSL color Cylindrical-coordinate representation of color #A63E83: hue angle of 320.19º 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 #A63E83 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 131 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.35 |
| HSL | 320.19º | 0.46% | 0.45% | - |
| HSV(B) | 320.19º | 0.63% | 0.65% | - |
| XYZ | 21.55 | 13.19 | 22.88 | - |
| YUV | 100.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 131 | 0 | 0.63 | 0.21 | 0.35 | 320.19 | 0.46 | 0.45 |
| Hex | A6 | 3E | 83 | 0 | 3F | 15 | 23 | 140 | 2E | 2D |
| Octal | 246 | 76 | 203 | 0 | 77 | 25 | 43 | 500 | 56 | 55 |
| Binary | 10100110 | 111110 | 10000011 | 0 | 111111 | 10101 | 100011 | 101000000 | 101110 | 101101 |
Color Harmonies of #A63E83
Complementary color
Monochromatic Colors of #A63E83
Black with #A63E83
Text Example
Text Example
White with #A63E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E83; }
p { color: rgb(166,62,131); }
H1.HeaderClassName
{
color: #A63E83;
}
.AnyTagClassName
{
color: #A63E83;
}
</style>
background-color css
<style>
a { background-color: #A63E83; }
a { background-color: rgb(166,62,131); }
div.DivClassName
{
background-color: #A63E83;
}
.BgClassName
{
background-color: #A63E83;
}
</style>
border-color css
<style>
span { border-color: #A63E83; }
span { border-color: rgb(166,62,131); }
td.TdClassName
{
border-color: #A63E83;
}
.TagClassName
{
border-color: #A63E83;
}
</style>