Shades of Medium Red Violet #A63F87
Tints of Medium Red Violet #A63F87
RGB
CMYK
RGB Variations
Color information
#A63F87 (or 0xA63F87) is known color: Medium Red Violet. HEX triplet: A6, 3F and 87. RGB value is (166,63,135). Sum of RGB (Red+Green+Blue) = 166+63+135=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F87 is #59C078. Grayscale: #656565. Windows color (decimal): -5881977 or 8863654. OLE color: 8863654.
HSL color Cylindrical-coordinate representation of color #A63F87: hue angle of 318.06º 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 #A63F87 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 63 | 135 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.35 |
| HSL | 318.06º | 0.45% | 0.45% | - |
| HSV(B) | 318.06º | 0.62% | 0.65% | - |
| XYZ | 21.88 | 13.41 | 24.36 | - |
| YUV | 102.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 135 | 0 | 0.62 | 0.19 | 0.35 | 318.06 | 0.45 | 0.45 |
| Hex | A6 | 3F | 87 | 0 | 3E | 13 | 23 | 13E | 2D | 2D |
| Octal | 246 | 77 | 207 | 0 | 76 | 23 | 43 | 476 | 55 | 55 |
| Binary | 10100110 | 111111 | 10000111 | 0 | 111110 | 10011 | 100011 | 100111110 | 101101 | 101101 |
Color Harmonies of #A63F87
Complementary color
Monochromatic Colors of #A63F87
Black with #A63F87
Text Example
Text Example
White with #A63F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63F87; }
p { color: rgb(166,63,135); }
H1.HeaderClassName
{
color: #A63F87;
}
.AnyTagClassName
{
color: #A63F87;
}
</style>
background-color css
<style>
a { background-color: #A63F87; }
a { background-color: rgb(166,63,135); }
div.DivClassName
{
background-color: #A63F87;
}
.BgClassName
{
background-color: #A63F87;
}
</style>
border-color css
<style>
span { border-color: #A63F87; }
span { border-color: rgb(166,63,135); }
td.TdClassName
{
border-color: #A63F87;
}
.TagClassName
{
border-color: #A63F87;
}
</style>