Shades of Medium Red Violet #A62376
Tints of Medium Red Violet #A62376
RGB
CMYK
RGB Variations
Color information
#A62376 (or 0xA62376) is known color: Medium Red Violet. HEX triplet: A6, 23 and 76. RGB value is (166,35,118). Sum of RGB (Red+Green+Blue) = 166+35+118=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A62376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62376 is #59DC89. Grayscale: #535353. Windows color (decimal): -5889162 or 7742374. OLE color: 7742374.
HSL color Cylindrical-coordinate representation of color #A62376: hue angle of 321.98º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62376 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 118 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.35 |
| HSL | 321.98º | 0.65% | 0.39% | - |
| HSV(B) | 321.98º | 0.79% | 0.65% | - |
| XYZ | 19.6 | 10.62 | 18.16 | - |
| YUV | 83.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 118 | 0 | 0.79 | 0.29 | 0.35 | 321.98 | 0.65 | 0.39 |
| Hex | A6 | 23 | 76 | 0 | 4F | 1D | 23 | 142 | 41 | 27 |
| Octal | 246 | 43 | 166 | 0 | 117 | 35 | 43 | 502 | 101 | 47 |
| Binary | 10100110 | 100011 | 1110110 | 0 | 1001111 | 11101 | 100011 | 101000010 | 1000001 | 100111 |
Color Harmonies of #A62376
Complementary color
Monochromatic Colors of #A62376
Black with #A62376
Text Example
Text Example
White with #A62376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62376; }
p { color: rgb(166,35,118); }
H1.HeaderClassName
{
color: #A62376;
}
.AnyTagClassName
{
color: #A62376;
}
</style>
background-color css
<style>
a { background-color: #A62376; }
a { background-color: rgb(166,35,118); }
div.DivClassName
{
background-color: #A62376;
}
.BgClassName
{
background-color: #A62376;
}
</style>
border-color css
<style>
span { border-color: #A62376; }
span { border-color: rgb(166,35,118); }
td.TdClassName
{
border-color: #A62376;
}
.TagClassName
{
border-color: #A62376;
}
</style>