Shades of Medium Red Violet #A63493
Tints of Medium Red Violet #A63493
RGB
CMYK
RGB Variations
Color information
#A63493 (or 0xA63493) is known color: Medium Red Violet. HEX triplet: A6, 34 and 93. RGB value is (166,52,147). Sum of RGB (Red+Green+Blue) = 166+52+147=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A63493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63493 is #59CB6C. Grayscale: #606060. Windows color (decimal): -5884781 or 9647270. OLE color: 9647270.
HSL color Cylindrical-coordinate representation of color #A63493: hue angle of 310º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63493 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 147 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.35 |
| HSL | 310º | 0.52% | 0.43% | - |
| HSV(B) | 310º | 0.69% | 0.65% | - |
| XYZ | 22.22 | 12.67 | 28.88 | - |
| YUV | 96.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 147 | 0 | 0.69 | 0.11 | 0.35 | 310 | 0.52 | 0.43 |
| Hex | A6 | 34 | 93 | 0 | 45 | B | 23 | 136 | 34 | 2B |
| Octal | 246 | 64 | 223 | 0 | 105 | 13 | 43 | 466 | 64 | 53 |
| Binary | 10100110 | 110100 | 10010011 | 0 | 1000101 | 1011 | 100011 | 100110110 | 110100 | 101011 |
Color Harmonies of #A63493
Complementary color
Monochromatic Colors of #A63493
Black with #A63493
Text Example
Text Example
White with #A63493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63493; }
p { color: rgb(166,52,147); }
H1.HeaderClassName
{
color: #A63493;
}
.AnyTagClassName
{
color: #A63493;
}
</style>
background-color css
<style>
a { background-color: #A63493; }
a { background-color: rgb(166,52,147); }
div.DivClassName
{
background-color: #A63493;
}
.BgClassName
{
background-color: #A63493;
}
</style>
border-color css
<style>
span { border-color: #A63493; }
span { border-color: rgb(166,52,147); }
td.TdClassName
{
border-color: #A63493;
}
.TagClassName
{
border-color: #A63493;
}
</style>