Shades of Medium Red Violet #A62790
Tints of Medium Red Violet #A62790
RGB
CMYK
RGB Variations
Color information
#A62790 (or 0xA62790) is known color: Medium Red Violet. HEX triplet: A6, 27 and 90. RGB value is (166,39,144). Sum of RGB (Red+Green+Blue) = 166+39+144=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A62790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62790 is #59D86F. Grayscale: #585858. Windows color (decimal): -5888112 or 9447334. OLE color: 9447334.
HSL color Cylindrical-coordinate representation of color #A62790: hue angle of 310.39º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62790 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 144 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.35 |
| HSL | 310.39º | 0.62% | 0.4% | - |
| HSV(B) | 310.39º | 0.77% | 0.65% | - |
| XYZ | 21.49 | 11.57 | 27.49 | - |
| YUV | 88.94 | 159.08 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 144 | 0 | 0.77 | 0.13 | 0.35 | 310.39 | 0.62 | 0.4 |
| Hex | A6 | 27 | 90 | 0 | 4D | D | 23 | 136 | 3E | 28 |
| Octal | 246 | 47 | 220 | 0 | 115 | 15 | 43 | 466 | 76 | 50 |
| Binary | 10100110 | 100111 | 10010000 | 0 | 1001101 | 1101 | 100011 | 100110110 | 111110 | 101000 |
Color Harmonies of #A62790
Complementary color
Monochromatic Colors of #A62790
Black with #A62790
Text Example
Text Example
White with #A62790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62790; }
p { color: rgb(166,39,144); }
H1.HeaderClassName
{
color: #A62790;
}
.AnyTagClassName
{
color: #A62790;
}
</style>
background-color css
<style>
a { background-color: #A62790; }
a { background-color: rgb(166,39,144); }
div.DivClassName
{
background-color: #A62790;
}
.BgClassName
{
background-color: #A62790;
}
</style>
border-color css
<style>
span { border-color: #A62790; }
span { border-color: rgb(166,39,144); }
td.TdClassName
{
border-color: #A62790;
}
.TagClassName
{
border-color: #A62790;
}
</style>