Shades of Medium Red Violet #A63E7A
Tints of Medium Red Violet #A63E7A
RGB
CMYK
RGB Variations
Color information
#A63E7A (or 0xA63E7A) is known color: Medium Red Violet. HEX triplet: A6, 3E and 7A. RGB value is (166,62,122). Sum of RGB (Red+Green+Blue) = 166+62+122=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E7A is #59C185. Grayscale: #636363. Windows color (decimal): -5882246 or 8011430. OLE color: 8011430.
HSL color Cylindrical-coordinate representation of color #A63E7A: hue angle of 325.38º 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 #A63E7A is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 122 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.35 |
| HSL | 325.38º | 0.46% | 0.45% | - |
| HSV(B) | 325.38º | 0.63% | 0.65% | - |
| XYZ | 20.96 | 12.96 | 19.81 | - |
| YUV | 99.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 122 | 0 | 0.63 | 0.27 | 0.35 | 325.38 | 0.46 | 0.45 |
| Hex | A6 | 3E | 7A | 0 | 3F | 1B | 23 | 145 | 2E | 2D |
| Octal | 246 | 76 | 172 | 0 | 77 | 33 | 43 | 505 | 56 | 55 |
| Binary | 10100110 | 111110 | 1111010 | 0 | 111111 | 11011 | 100011 | 101000101 | 101110 | 101101 |
Color Harmonies of #A63E7A
Complementary color
Monochromatic Colors of #A63E7A
Black with #A63E7A
Text Example
Text Example
White with #A63E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E7A; }
p { color: rgb(166,62,122); }
H1.HeaderClassName
{
color: #A63E7A;
}
.AnyTagClassName
{
color: #A63E7A;
}
</style>
background-color css
<style>
a { background-color: #A63E7A; }
a { background-color: rgb(166,62,122); }
div.DivClassName
{
background-color: #A63E7A;
}
.BgClassName
{
background-color: #A63E7A;
}
</style>
border-color css
<style>
span { border-color: #A63E7A; }
span { border-color: rgb(166,62,122); }
td.TdClassName
{
border-color: #A63E7A;
}
.TagClassName
{
border-color: #A63E7A;
}
</style>