Shades of Medium Red Violet #A62496
Tints of Medium Red Violet #A62496
RGB
CMYK
RGB Variations
Color information
#A62496 (or 0xA62496) is known color: Medium Red Violet. HEX triplet: A6, 24 and 96. RGB value is (166,36,150). Sum of RGB (Red+Green+Blue) = 166+36+150=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A62496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62496 is #59DB69. Grayscale: #575757. Windows color (decimal): -5888874 or 9839782. OLE color: 9839782.
HSL color Cylindrical-coordinate representation of color #A62496: hue angle of 307.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62496 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 150 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.35 |
| HSL | 307.38º | 0.64% | 0.4% | - |
| HSV(B) | 307.38º | 0.78% | 0.65% | - |
| XYZ | 21.86 | 11.57 | 29.94 | - |
| YUV | 87.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 150 | 0 | 0.78 | 0.10 | 0.35 | 307.38 | 0.64 | 0.4 |
| Hex | A6 | 24 | 96 | 0 | 4E | A | 23 | 133 | 40 | 28 |
| Octal | 246 | 44 | 226 | 0 | 116 | 12 | 43 | 463 | 100 | 50 |
| Binary | 10100110 | 100100 | 10010110 | 0 | 1001110 | 1010 | 100011 | 100110011 | 1000000 | 101000 |
Color Harmonies of #A62496
Complementary color
Monochromatic Colors of #A62496
Black with #A62496
Text Example
Text Example
White with #A62496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62496; }
p { color: rgb(166,36,150); }
H1.HeaderClassName
{
color: #A62496;
}
.AnyTagClassName
{
color: #A62496;
}
</style>
background-color css
<style>
a { background-color: #A62496; }
a { background-color: rgb(166,36,150); }
div.DivClassName
{
background-color: #A62496;
}
.BgClassName
{
background-color: #A62496;
}
</style>
border-color css
<style>
span { border-color: #A62496; }
span { border-color: rgb(166,36,150); }
td.TdClassName
{
border-color: #A62496;
}
.TagClassName
{
border-color: #A62496;
}
</style>