Shades of Medium Red Violet #A62DA1
Tints of Medium Red Violet #A62DA1
RGB
CMYK
RGB Variations
Color information
#A62DA1 (or 0xA62DA1) is known color: Medium Red Violet. HEX triplet: A6, 2D and A1. RGB value is (166,45,161). Sum of RGB (Red+Green+Blue) = 166+45+161=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A62DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA1 is #59D25E. Grayscale: #5E5E5E. Windows color (decimal): -5886559 or 10562982. OLE color: 10562982.
HSL color Cylindrical-coordinate representation of color #A62DA1: hue angle of 302.48º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62DA1 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 161 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.35 |
| HSL | 302.48º | 0.57% | 0.41% | - |
| HSV(B) | 302.48º | 0.73% | 0.65% | - |
| XYZ | 23.1 | 12.56 | 34.92 | - |
| YUV | 94.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 161 | 0 | 0.73 | 0.03 | 0.35 | 302.48 | 0.57 | 0.41 |
| Hex | A6 | 2D | A1 | 0 | 49 | 3 | 23 | 12E | 39 | 29 |
| Octal | 246 | 55 | 241 | 0 | 111 | 3 | 43 | 456 | 71 | 51 |
| Binary | 10100110 | 101101 | 10100001 | 0 | 1001001 | 11 | 100011 | 100101110 | 111001 | 101001 |
Color Harmonies of #A62DA1
Complementary color
Monochromatic Colors of #A62DA1
Black with #A62DA1
Text Example
Text Example
White with #A62DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DA1; }
p { color: rgb(166,45,161); }
H1.HeaderClassName
{
color: #A62DA1;
}
.AnyTagClassName
{
color: #A62DA1;
}
</style>
background-color css
<style>
a { background-color: #A62DA1; }
a { background-color: rgb(166,45,161); }
div.DivClassName
{
background-color: #A62DA1;
}
.BgClassName
{
background-color: #A62DA1;
}
</style>
border-color css
<style>
span { border-color: #A62DA1; }
span { border-color: rgb(166,45,161); }
td.TdClassName
{
border-color: #A62DA1;
}
.TagClassName
{
border-color: #A62DA1;
}
</style>