Shades of Medium Red Violet #A63A9A
Tints of Medium Red Violet #A63A9A
RGB
CMYK
RGB Variations
Color information
#A63A9A (or 0xA63A9A) is known color: Medium Red Violet. HEX triplet: A6, 3A and 9A. RGB value is (166,58,154). Sum of RGB (Red+Green+Blue) = 166+58+154=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A9A is #59C565. Grayscale: #646464. Windows color (decimal): -5883238 or 10107558. OLE color: 10107558.
HSL color Cylindrical-coordinate representation of color #A63A9A: hue angle of 306.67º 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 #A63A9A is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 154 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.35 |
| HSL | 306.67º | 0.48% | 0.44% | - |
| HSV(B) | 306.67º | 0.65% | 0.65% | - |
| XYZ | 23.07 | 13.47 | 31.96 | - |
| YUV | 101.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 154 | 0 | 0.65 | 0.07 | 0.35 | 306.67 | 0.48 | 0.44 |
| Hex | A6 | 3A | 9A | 0 | 41 | 7 | 23 | 133 | 30 | 2C |
| Octal | 246 | 72 | 232 | 0 | 101 | 7 | 43 | 463 | 60 | 54 |
| Binary | 10100110 | 111010 | 10011010 | 0 | 1000001 | 111 | 100011 | 100110011 | 110000 | 101100 |
Color Harmonies of #A63A9A
Complementary color
Monochromatic Colors of #A63A9A
Black with #A63A9A
Text Example
Text Example
White with #A63A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A9A; }
p { color: rgb(166,58,154); }
H1.HeaderClassName
{
color: #A63A9A;
}
.AnyTagClassName
{
color: #A63A9A;
}
</style>
background-color css
<style>
a { background-color: #A63A9A; }
a { background-color: rgb(166,58,154); }
div.DivClassName
{
background-color: #A63A9A;
}
.BgClassName
{
background-color: #A63A9A;
}
</style>
border-color css
<style>
span { border-color: #A63A9A; }
span { border-color: rgb(166,58,154); }
td.TdClassName
{
border-color: #A63A9A;
}
.TagClassName
{
border-color: #A63A9A;
}
</style>