Shades of Medium Red Violet #A63691
Tints of Medium Red Violet #A63691
RGB
CMYK
RGB Variations
Color information
#A63691 (or 0xA63691) is known color: Medium Red Violet. HEX triplet: A6, 36 and 91. RGB value is (166,54,145). Sum of RGB (Red+Green+Blue) = 166+54+145=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A63691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63691 is #59C96E. Grayscale: #616161. Windows color (decimal): -5884271 or 9516710. OLE color: 9516710.
HSL color Cylindrical-coordinate representation of color #A63691: hue angle of 311.25º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63691 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 145 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.35 |
| HSL | 311.25º | 0.51% | 0.43% | - |
| HSV(B) | 311.25º | 0.67% | 0.65% | - |
| XYZ | 22.16 | 12.79 | 28.09 | - |
| YUV | 97.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 145 | 0 | 0.67 | 0.13 | 0.35 | 311.25 | 0.51 | 0.43 |
| Hex | A6 | 36 | 91 | 0 | 43 | D | 23 | 137 | 33 | 2B |
| Octal | 246 | 66 | 221 | 0 | 103 | 15 | 43 | 467 | 63 | 53 |
| Binary | 10100110 | 110110 | 10010001 | 0 | 1000011 | 1101 | 100011 | 100110111 | 110011 | 101011 |
Color Harmonies of #A63691
Complementary color
Monochromatic Colors of #A63691
Black with #A63691
Text Example
Text Example
White with #A63691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63691; }
p { color: rgb(166,54,145); }
H1.HeaderClassName
{
color: #A63691;
}
.AnyTagClassName
{
color: #A63691;
}
</style>
background-color css
<style>
a { background-color: #A63691; }
a { background-color: rgb(166,54,145); }
div.DivClassName
{
background-color: #A63691;
}
.BgClassName
{
background-color: #A63691;
}
</style>
border-color css
<style>
span { border-color: #A63691; }
span { border-color: rgb(166,54,145); }
td.TdClassName
{
border-color: #A63691;
}
.TagClassName
{
border-color: #A63691;
}
</style>