Shades of Medium Red Violet #A62696
Tints of Medium Red Violet #A62696
RGB
CMYK
RGB Variations
Color information
#A62696 (or 0xA62696) is known color: Medium Red Violet. HEX triplet: A6, 26 and 96. RGB value is (166,38,150). Sum of RGB (Red+Green+Blue) = 166+38+150=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A62696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62696 is #59D969. Grayscale: #585858. Windows color (decimal): -5888362 or 9840294. OLE color: 9840294.
HSL color Cylindrical-coordinate representation of color #A62696: hue angle of 307.5º 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 #A62696 is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 150 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.35 |
| HSL | 307.5º | 0.63% | 0.4% | - |
| HSV(B) | 307.5º | 0.77% | 0.65% | - |
| XYZ | 21.92 | 11.7 | 29.96 | - |
| YUV | 89.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 150 | 0 | 0.77 | 0.10 | 0.35 | 307.5 | 0.63 | 0.4 |
| Hex | A6 | 26 | 96 | 0 | 4D | A | 23 | 134 | 3F | 28 |
| Octal | 246 | 46 | 226 | 0 | 115 | 12 | 43 | 464 | 77 | 50 |
| Binary | 10100110 | 100110 | 10010110 | 0 | 1001101 | 1010 | 100011 | 100110100 | 111111 | 101000 |
Color Harmonies of #A62696
Complementary color
Monochromatic Colors of #A62696
Black with #A62696
Text Example
Text Example
White with #A62696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62696; }
p { color: rgb(166,38,150); }
H1.HeaderClassName
{
color: #A62696;
}
.AnyTagClassName
{
color: #A62696;
}
</style>
background-color css
<style>
a { background-color: #A62696; }
a { background-color: rgb(166,38,150); }
div.DivClassName
{
background-color: #A62696;
}
.BgClassName
{
background-color: #A62696;
}
</style>
border-color css
<style>
span { border-color: #A62696; }
span { border-color: rgb(166,38,150); }
td.TdClassName
{
border-color: #A62696;
}
.TagClassName
{
border-color: #A62696;
}
</style>