Shades of Medium Red Violet #A63E8A
Tints of Medium Red Violet #A63E8A
RGB
CMYK
RGB Variations
Color information
#A63E8A (or 0xA63E8A) is known color: Medium Red Violet. HEX triplet: A6, 3E and 8A. RGB value is (166,62,138). Sum of RGB (Red+Green+Blue) = 166+62+138=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E8A is #59C175. Grayscale: #656565. Windows color (decimal): -5882230 or 9060006. OLE color: 9060006.
HSL color Cylindrical-coordinate representation of color #A63E8A: hue angle of 316.15º 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 #A63E8A is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 138 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.35 |
| HSL | 316.15º | 0.46% | 0.45% | - |
| HSV(B) | 316.15º | 0.63% | 0.65% | - |
| XYZ | 22.04 | 13.39 | 25.47 | - |
| YUV | 101.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 138 | 0 | 0.63 | 0.17 | 0.35 | 316.15 | 0.46 | 0.45 |
| Hex | A6 | 3E | 8A | 0 | 3F | 11 | 23 | 13C | 2E | 2D |
| Octal | 246 | 76 | 212 | 0 | 77 | 21 | 43 | 474 | 56 | 55 |
| Binary | 10100110 | 111110 | 10001010 | 0 | 111111 | 10001 | 100011 | 100111100 | 101110 | 101101 |
Color Harmonies of #A63E8A
Complementary color
Monochromatic Colors of #A63E8A
Black with #A63E8A
Text Example
Text Example
White with #A63E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E8A; }
p { color: rgb(166,62,138); }
H1.HeaderClassName
{
color: #A63E8A;
}
.AnyTagClassName
{
color: #A63E8A;
}
</style>
background-color css
<style>
a { background-color: #A63E8A; }
a { background-color: rgb(166,62,138); }
div.DivClassName
{
background-color: #A63E8A;
}
.BgClassName
{
background-color: #A63E8A;
}
</style>
border-color css
<style>
span { border-color: #A63E8A; }
span { border-color: rgb(166,62,138); }
td.TdClassName
{
border-color: #A63E8A;
}
.TagClassName
{
border-color: #A63E8A;
}
</style>