Shades of Medium Red Violet #A62E74
Tints of Medium Red Violet #A62E74
RGB
CMYK
RGB Variations
Color information
#A62E74 (or 0xA62E74) is known color: Medium Red Violet. HEX triplet: A6, 2E and 74. RGB value is (166,46,116). Sum of RGB (Red+Green+Blue) = 166+46+116=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E74 is #59D18B. Grayscale: #595959. Windows color (decimal): -5886348 or 7614118. OLE color: 7614118.
HSL color Cylindrical-coordinate representation of color #A62E74: hue angle of 325º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E74 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 116 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.35 |
| HSL | 325º | 0.57% | 0.42% | - |
| HSV(B) | 325º | 0.72% | 0.65% | - |
| XYZ | 19.86 | 11.32 | 17.66 | - |
| YUV | 89.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 116 | 0 | 0.72 | 0.30 | 0.35 | 325 | 0.57 | 0.42 |
| Hex | A6 | 2E | 74 | 0 | 48 | 1E | 23 | 145 | 39 | 2A |
| Octal | 246 | 56 | 164 | 0 | 110 | 36 | 43 | 505 | 71 | 52 |
| Binary | 10100110 | 101110 | 1110100 | 0 | 1001000 | 11110 | 100011 | 101000101 | 111001 | 101010 |
Color Harmonies of #A62E74
Complementary color
Monochromatic Colors of #A62E74
Black with #A62E74
Text Example
Text Example
White with #A62E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E74; }
p { color: rgb(166,46,116); }
H1.HeaderClassName
{
color: #A62E74;
}
.AnyTagClassName
{
color: #A62E74;
}
</style>
background-color css
<style>
a { background-color: #A62E74; }
a { background-color: rgb(166,46,116); }
div.DivClassName
{
background-color: #A62E74;
}
.BgClassName
{
background-color: #A62E74;
}
</style>
border-color css
<style>
span { border-color: #A62E74; }
span { border-color: rgb(166,46,116); }
td.TdClassName
{
border-color: #A62E74;
}
.TagClassName
{
border-color: #A62E74;
}
</style>