Shades of Medium Red Violet #A62876
Tints of Medium Red Violet #A62876
RGB
CMYK
RGB Variations
Color information
#A62876 (or 0xA62876) is known color: Medium Red Violet. HEX triplet: A6, 28 and 76. RGB value is (166,40,118). Sum of RGB (Red+Green+Blue) = 166+40+118=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A62876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62876 is #59D789. Grayscale: #565656. Windows color (decimal): -5887882 or 7743654. OLE color: 7743654.
HSL color Cylindrical-coordinate representation of color #A62876: hue angle of 322.86º 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 #A62876 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 118 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.35 |
| HSL | 322.86º | 0.61% | 0.4% | - |
| HSV(B) | 322.86º | 0.76% | 0.65% | - |
| XYZ | 19.75 | 10.93 | 18.21 | - |
| YUV | 86.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 118 | 0 | 0.76 | 0.29 | 0.35 | 322.86 | 0.61 | 0.4 |
| Hex | A6 | 28 | 76 | 0 | 4C | 1D | 23 | 143 | 3D | 28 |
| Octal | 246 | 50 | 166 | 0 | 114 | 35 | 43 | 503 | 75 | 50 |
| Binary | 10100110 | 101000 | 1110110 | 0 | 1001100 | 11101 | 100011 | 101000011 | 111101 | 101000 |
Color Harmonies of #A62876
Complementary color
Monochromatic Colors of #A62876
Black with #A62876
Text Example
Text Example
White with #A62876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62876; }
p { color: rgb(166,40,118); }
H1.HeaderClassName
{
color: #A62876;
}
.AnyTagClassName
{
color: #A62876;
}
</style>
background-color css
<style>
a { background-color: #A62876; }
a { background-color: rgb(166,40,118); }
div.DivClassName
{
background-color: #A62876;
}
.BgClassName
{
background-color: #A62876;
}
</style>
border-color css
<style>
span { border-color: #A62876; }
span { border-color: rgb(166,40,118); }
td.TdClassName
{
border-color: #A62876;
}
.TagClassName
{
border-color: #A62876;
}
</style>