Shades of Medium Red Violet #A62579
Tints of Medium Red Violet #A62579
RGB
CMYK
RGB Variations
Color information
#A62579 (or 0xA62579) is known color: Medium Red Violet. HEX triplet: A6, 25 and 79. RGB value is (166,37,121). Sum of RGB (Red+Green+Blue) = 166+37+121=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A62579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62579 is #59DA86. Grayscale: #545454. Windows color (decimal): -5888647 or 7939494. OLE color: 7939494.
HSL color Cylindrical-coordinate representation of color #A62579: hue angle of 320.93º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62579 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 121 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.35 |
| HSL | 320.93º | 0.64% | 0.4% | - |
| HSV(B) | 320.93º | 0.78% | 0.65% | - |
| XYZ | 19.84 | 10.81 | 19.13 | - |
| YUV | 85.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 121 | 0 | 0.78 | 0.27 | 0.35 | 320.93 | 0.64 | 0.4 |
| Hex | A6 | 25 | 79 | 0 | 4E | 1B | 23 | 141 | 40 | 28 |
| Octal | 246 | 45 | 171 | 0 | 116 | 33 | 43 | 501 | 100 | 50 |
| Binary | 10100110 | 100101 | 1111001 | 0 | 1001110 | 11011 | 100011 | 101000001 | 1000000 | 101000 |
Color Harmonies of #A62579
Complementary color
Monochromatic Colors of #A62579
Black with #A62579
Text Example
Text Example
White with #A62579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62579; }
p { color: rgb(166,37,121); }
H1.HeaderClassName
{
color: #A62579;
}
.AnyTagClassName
{
color: #A62579;
}
</style>
background-color css
<style>
a { background-color: #A62579; }
a { background-color: rgb(166,37,121); }
div.DivClassName
{
background-color: #A62579;
}
.BgClassName
{
background-color: #A62579;
}
</style>
border-color css
<style>
span { border-color: #A62579; }
span { border-color: rgb(166,37,121); }
td.TdClassName
{
border-color: #A62579;
}
.TagClassName
{
border-color: #A62579;
}
</style>