Shades of Medium Red Violet #A63F81
Tints of Medium Red Violet #A63F81
RGB
CMYK
RGB Variations
Color information
#A63F81 (or 0xA63F81) is known color: Medium Red Violet. HEX triplet: A6, 3F and 81. RGB value is (166,63,129). Sum of RGB (Red+Green+Blue) = 166+63+129=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F81 is #59C07E. Grayscale: #656565. Windows color (decimal): -5881983 or 8470438. OLE color: 8470438.
HSL color Cylindrical-coordinate representation of color #A63F81: hue angle of 321.55º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F81 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 129 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.35 |
| HSL | 321.55º | 0.45% | 0.45% | - |
| HSV(B) | 321.55º | 0.62% | 0.65% | - |
| XYZ | 21.47 | 13.25 | 22.19 | - |
| YUV | 101.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 129 | 0 | 0.62 | 0.22 | 0.35 | 321.55 | 0.45 | 0.45 |
| Hex | A6 | 3F | 81 | 0 | 3E | 16 | 23 | 142 | 2D | 2D |
| Octal | 246 | 77 | 201 | 0 | 76 | 26 | 43 | 502 | 55 | 55 |
| Binary | 10100110 | 111111 | 10000001 | 0 | 111110 | 10110 | 100011 | 101000010 | 101101 | 101101 |
Color Harmonies of #A63F81
Complementary color
Monochromatic Colors of #A63F81
Black with #A63F81
Text Example
Text Example
White with #A63F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F81; }
p { color: rgb(166,63,129); }
H1.HeaderClassName
{
color: #A63F81;
}
.AnyTagClassName
{
color: #A63F81;
}
</style>
background-color css
<style>
a { background-color: #A63F81; }
a { background-color: rgb(166,63,129); }
div.DivClassName
{
background-color: #A63F81;
}
.BgClassName
{
background-color: #A63F81;
}
</style>
border-color css
<style>
span { border-color: #A63F81; }
span { border-color: rgb(166,63,129); }
td.TdClassName
{
border-color: #A63F81;
}
.TagClassName
{
border-color: #A63F81;
}
</style>