Shades of Medium Red Violet #A63A8F
Tints of Medium Red Violet #A63A8F
RGB
CMYK
RGB Variations
Color information
#A63A8F (or 0xA63A8F) is known color: Medium Red Violet. HEX triplet: A6, 3A and 8F. RGB value is (166,58,143). Sum of RGB (Red+Green+Blue) = 166+58+143=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A8F is #59C570. Grayscale: #636363. Windows color (decimal): -5883249 or 9386662. OLE color: 9386662.
HSL color Cylindrical-coordinate representation of color #A63A8F: hue angle of 312.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A63A8F is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 143 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.35 |
| HSL | 312.78º | 0.48% | 0.44% | - |
| HSV(B) | 312.78º | 0.65% | 0.65% | - |
| XYZ | 22.2 | 13.12 | 27.35 | - |
| YUV | 99.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 143 | 0 | 0.65 | 0.14 | 0.35 | 312.78 | 0.48 | 0.44 |
| Hex | A6 | 3A | 8F | 0 | 41 | E | 23 | 139 | 30 | 2C |
| Octal | 246 | 72 | 217 | 0 | 101 | 16 | 43 | 471 | 60 | 54 |
| Binary | 10100110 | 111010 | 10001111 | 0 | 1000001 | 1110 | 100011 | 100111001 | 110000 | 101100 |
Color Harmonies of #A63A8F
Complementary color
Monochromatic Colors of #A63A8F
Black with #A63A8F
Text Example
Text Example
White with #A63A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A8F; }
p { color: rgb(166,58,143); }
H1.HeaderClassName
{
color: #A63A8F;
}
.AnyTagClassName
{
color: #A63A8F;
}
</style>
background-color css
<style>
a { background-color: #A63A8F; }
a { background-color: rgb(166,58,143); }
div.DivClassName
{
background-color: #A63A8F;
}
.BgClassName
{
background-color: #A63A8F;
}
</style>
border-color css
<style>
span { border-color: #A63A8F; }
span { border-color: rgb(166,58,143); }
td.TdClassName
{
border-color: #A63A8F;
}
.TagClassName
{
border-color: #A63A8F;
}
</style>