Shades of Medium Red Violet #A63D8C
Tints of Medium Red Violet #A63D8C
RGB
CMYK
RGB Variations
Color information
#A63D8C (or 0xA63D8C) is known color: Medium Red Violet. HEX triplet: A6, 3D and 8C. RGB value is (166,61,140). Sum of RGB (Red+Green+Blue) = 166+61+140=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D8C is #59C273. Grayscale: #656565. Windows color (decimal): -5882484 or 9190822. OLE color: 9190822.
HSL color Cylindrical-coordinate representation of color #A63D8C: hue angle of 314.86º 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 #A63D8C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 140 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.35 |
| HSL | 314.86º | 0.46% | 0.45% | - |
| HSV(B) | 314.86º | 0.63% | 0.65% | - |
| XYZ | 22.13 | 13.34 | 26.22 | - |
| YUV | 101.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 140 | 0 | 0.63 | 0.16 | 0.35 | 314.86 | 0.46 | 0.45 |
| Hex | A6 | 3D | 8C | 0 | 3F | 10 | 23 | 13B | 2E | 2D |
| Octal | 246 | 75 | 214 | 0 | 77 | 20 | 43 | 473 | 56 | 55 |
| Binary | 10100110 | 111101 | 10001100 | 0 | 111111 | 10000 | 100011 | 100111011 | 101110 | 101101 |
Color Harmonies of #A63D8C
Complementary color
Monochromatic Colors of #A63D8C
Black with #A63D8C
Text Example
Text Example
White with #A63D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D8C; }
p { color: rgb(166,61,140); }
H1.HeaderClassName
{
color: #A63D8C;
}
.AnyTagClassName
{
color: #A63D8C;
}
</style>
background-color css
<style>
a { background-color: #A63D8C; }
a { background-color: rgb(166,61,140); }
div.DivClassName
{
background-color: #A63D8C;
}
.BgClassName
{
background-color: #A63D8C;
}
</style>
border-color css
<style>
span { border-color: #A63D8C; }
span { border-color: rgb(166,61,140); }
td.TdClassName
{
border-color: #A63D8C;
}
.TagClassName
{
border-color: #A63D8C;
}
</style>