Shades of Medium Red Violet #A62691
Tints of Medium Red Violet #A62691
RGB
CMYK
RGB Variations
Color information
#A62691 (or 0xA62691) is known color: Medium Red Violet. HEX triplet: A6, 26 and 91. RGB value is (166,38,145). Sum of RGB (Red+Green+Blue) = 166+38+145=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A62691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62691 is #59D96E. Grayscale: #585858. Windows color (decimal): -5888367 or 9512614. OLE color: 9512614.
HSL color Cylindrical-coordinate representation of color #A62691: hue angle of 309.84º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62691 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 145 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.35 |
| HSL | 309.84º | 0.63% | 0.4% | - |
| HSV(B) | 309.84º | 0.77% | 0.65% | - |
| XYZ | 21.53 | 11.54 | 27.88 | - |
| YUV | 88.47 | 159.91 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 145 | 0 | 0.77 | 0.13 | 0.35 | 309.84 | 0.63 | 0.4 |
| Hex | A6 | 26 | 91 | 0 | 4D | D | 23 | 136 | 3F | 28 |
| Octal | 246 | 46 | 221 | 0 | 115 | 15 | 43 | 466 | 77 | 50 |
| Binary | 10100110 | 100110 | 10010001 | 0 | 1001101 | 1101 | 100011 | 100110110 | 111111 | 101000 |
Color Harmonies of #A62691
Complementary color
Monochromatic Colors of #A62691
Black with #A62691
Text Example
Text Example
White with #A62691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62691; }
p { color: rgb(166,38,145); }
H1.HeaderClassName
{
color: #A62691;
}
.AnyTagClassName
{
color: #A62691;
}
</style>
background-color css
<style>
a { background-color: #A62691; }
a { background-color: rgb(166,38,145); }
div.DivClassName
{
background-color: #A62691;
}
.BgClassName
{
background-color: #A62691;
}
</style>
border-color css
<style>
span { border-color: #A62691; }
span { border-color: rgb(166,38,145); }
td.TdClassName
{
border-color: #A62691;
}
.TagClassName
{
border-color: #A62691;
}
</style>