Shades of Medium Red Violet #A62896
Tints of Medium Red Violet #A62896
RGB
CMYK
RGB Variations
Color information
#A62896 (or 0xA62896) is known color: Medium Red Violet. HEX triplet: A6, 28 and 96. RGB value is (166,40,150). Sum of RGB (Red+Green+Blue) = 166+40+150=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A62896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62896 is #59D769. Grayscale: #595959. Windows color (decimal): -5887850 or 9840806. OLE color: 9840806.
HSL color Cylindrical-coordinate representation of color #A62896: hue angle of 307.62º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62896 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 150 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.35 |
| HSL | 307.62º | 0.61% | 0.4% | - |
| HSV(B) | 307.62º | 0.76% | 0.65% | - |
| XYZ | 21.99 | 11.83 | 29.98 | - |
| YUV | 90.21 | 161.74 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 150 | 0 | 0.76 | 0.10 | 0.35 | 307.62 | 0.61 | 0.4 |
| Hex | A6 | 28 | 96 | 0 | 4C | A | 23 | 134 | 3D | 28 |
| Octal | 246 | 50 | 226 | 0 | 114 | 12 | 43 | 464 | 75 | 50 |
| Binary | 10100110 | 101000 | 10010110 | 0 | 1001100 | 1010 | 100011 | 100110100 | 111101 | 101000 |
Color Harmonies of #A62896
Complementary color
Monochromatic Colors of #A62896
Black with #A62896
Text Example
Text Example
White with #A62896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62896; }
p { color: rgb(166,40,150); }
H1.HeaderClassName
{
color: #A62896;
}
.AnyTagClassName
{
color: #A62896;
}
</style>
background-color css
<style>
a { background-color: #A62896; }
a { background-color: rgb(166,40,150); }
div.DivClassName
{
background-color: #A62896;
}
.BgClassName
{
background-color: #A62896;
}
</style>
border-color css
<style>
span { border-color: #A62896; }
span { border-color: rgb(166,40,150); }
td.TdClassName
{
border-color: #A62896;
}
.TagClassName
{
border-color: #A62896;
}
</style>