Shades of Medium Red Violet #A63395
Tints of Medium Red Violet #A63395
RGB
CMYK
RGB Variations
Color information
#A63395 (or 0xA63395) is known color: Medium Red Violet. HEX triplet: A6, 33 and 95. RGB value is (166,51,149). Sum of RGB (Red+Green+Blue) = 166+51+149=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A63395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63395 is #59CC6A. Grayscale: #606060. Windows color (decimal): -5885035 or 9778086. OLE color: 9778086.
HSL color Cylindrical-coordinate representation of color #A63395: hue angle of 308.87º degrees, saturation: 0.53, 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 #A63395 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 149 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.35 |
| HSL | 308.87º | 0.53% | 0.43% | - |
| HSV(B) | 308.87º | 0.69% | 0.65% | - |
| XYZ | 22.33 | 12.64 | 29.7 | - |
| YUV | 96.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 149 | 0 | 0.69 | 0.10 | 0.35 | 308.87 | 0.53 | 0.43 |
| Hex | A6 | 33 | 95 | 0 | 45 | A | 23 | 135 | 35 | 2B |
| Octal | 246 | 63 | 225 | 0 | 105 | 12 | 43 | 465 | 65 | 53 |
| Binary | 10100110 | 110011 | 10010101 | 0 | 1000101 | 1010 | 100011 | 100110101 | 110101 | 101011 |
Color Harmonies of #A63395
Complementary color
Monochromatic Colors of #A63395
Black with #A63395
Text Example
Text Example
White with #A63395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63395; }
p { color: rgb(166,51,149); }
H1.HeaderClassName
{
color: #A63395;
}
.AnyTagClassName
{
color: #A63395;
}
</style>
background-color css
<style>
a { background-color: #A63395; }
a { background-color: rgb(166,51,149); }
div.DivClassName
{
background-color: #A63395;
}
.BgClassName
{
background-color: #A63395;
}
</style>
border-color css
<style>
span { border-color: #A63395; }
span { border-color: rgb(166,51,149); }
td.TdClassName
{
border-color: #A63395;
}
.TagClassName
{
border-color: #A63395;
}
</style>