Shades of Medium Red Violet #A63E88
Tints of Medium Red Violet #A63E88
RGB
CMYK
RGB Variations
Color information
#A63E88 (or 0xA63E88) is known color: Medium Red Violet. HEX triplet: A6, 3E and 88. RGB value is (166,62,136). Sum of RGB (Red+Green+Blue) = 166+62+136=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E88 is #59C177. Grayscale: #656565. Windows color (decimal): -5882232 or 8928934. OLE color: 8928934.
HSL color Cylindrical-coordinate representation of color #A63E88: hue angle of 317.31º 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 #A63E88 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 136 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.35 |
| HSL | 317.31º | 0.46% | 0.45% | - |
| HSV(B) | 317.31º | 0.63% | 0.65% | - |
| XYZ | 21.89 | 13.33 | 24.71 | - |
| YUV | 101.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 136 | 0 | 0.63 | 0.18 | 0.35 | 317.31 | 0.46 | 0.45 |
| Hex | A6 | 3E | 88 | 0 | 3F | 12 | 23 | 13D | 2E | 2D |
| Octal | 246 | 76 | 210 | 0 | 77 | 22 | 43 | 475 | 56 | 55 |
| Binary | 10100110 | 111110 | 10001000 | 0 | 111111 | 10010 | 100011 | 100111101 | 101110 | 101101 |
Color Harmonies of #A63E88
Complementary color
Monochromatic Colors of #A63E88
Black with #A63E88
Text Example
Text Example
White with #A63E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E88; }
p { color: rgb(166,62,136); }
H1.HeaderClassName
{
color: #A63E88;
}
.AnyTagClassName
{
color: #A63E88;
}
</style>
background-color css
<style>
a { background-color: #A63E88; }
a { background-color: rgb(166,62,136); }
div.DivClassName
{
background-color: #A63E88;
}
.BgClassName
{
background-color: #A63E88;
}
</style>
border-color css
<style>
span { border-color: #A63E88; }
span { border-color: rgb(166,62,136); }
td.TdClassName
{
border-color: #A63E88;
}
.TagClassName
{
border-color: #A63E88;
}
</style>