Shades of Medium Red Violet #A63E7D
Tints of Medium Red Violet #A63E7D
RGB
CMYK
RGB Variations
Color information
#A63E7D (or 0xA63E7D) is known color: Medium Red Violet. HEX triplet: A6, 3E and 7D. RGB value is (166,62,125). Sum of RGB (Red+Green+Blue) = 166+62+125=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63E7D is #59C182. Grayscale: #646464. Windows color (decimal): -5882243 or 8208038. OLE color: 8208038.
HSL color Cylindrical-coordinate representation of color #A63E7D: hue angle of 323.65º 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 #A63E7D is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 125 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.35 |
| HSL | 323.65º | 0.46% | 0.45% | - |
| HSV(B) | 323.65º | 0.63% | 0.65% | - |
| XYZ | 21.15 | 13.03 | 20.8 | - |
| YUV | 100.28 | 141.96 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 125 | 0 | 0.63 | 0.25 | 0.35 | 323.65 | 0.46 | 0.45 |
| Hex | A6 | 3E | 7D | 0 | 3F | 19 | 23 | 144 | 2E | 2D |
| Octal | 246 | 76 | 175 | 0 | 77 | 31 | 43 | 504 | 56 | 55 |
| Binary | 10100110 | 111110 | 1111101 | 0 | 111111 | 11001 | 100011 | 101000100 | 101110 | 101101 |
Color Harmonies of #A63E7D
Complementary color
Monochromatic Colors of #A63E7D
Black with #A63E7D
Text Example
Text Example
White with #A63E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E7D; }
p { color: rgb(166,62,125); }
H1.HeaderClassName
{
color: #A63E7D;
}
.AnyTagClassName
{
color: #A63E7D;
}
</style>
background-color css
<style>
a { background-color: #A63E7D; }
a { background-color: rgb(166,62,125); }
div.DivClassName
{
background-color: #A63E7D;
}
.BgClassName
{
background-color: #A63E7D;
}
</style>
border-color css
<style>
span { border-color: #A63E7D; }
span { border-color: rgb(166,62,125); }
td.TdClassName
{
border-color: #A63E7D;
}
.TagClassName
{
border-color: #A63E7D;
}
</style>