Shades of Medium Red Violet #A62DA0
Tints of Medium Red Violet #A62DA0
RGB
CMYK
RGB Variations
Color information
#A62DA0 (or 0xA62DA0) is known color: Medium Red Violet. HEX triplet: A6, 2D and A0. RGB value is (166,45,160). Sum of RGB (Red+Green+Blue) = 166+45+160=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A62DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA0 is #59D25F. Grayscale: #5D5D5D. Windows color (decimal): -5886560 or 10497446. OLE color: 10497446.
HSL color Cylindrical-coordinate representation of color #A62DA0: hue angle of 302.98º 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 #A62DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 160 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.35 |
| HSL | 302.98º | 0.57% | 0.41% | - |
| HSV(B) | 302.98º | 0.73% | 0.65% | - |
| XYZ | 23.01 | 12.52 | 34.46 | - |
| YUV | 94.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 160 | 0 | 0.73 | 0.04 | 0.35 | 302.98 | 0.57 | 0.41 |
| Hex | A6 | 2D | A0 | 0 | 49 | 4 | 23 | 12F | 39 | 29 |
| Octal | 246 | 55 | 240 | 0 | 111 | 4 | 43 | 457 | 71 | 51 |
| Binary | 10100110 | 101101 | 10100000 | 0 | 1001001 | 100 | 100011 | 100101111 | 111001 | 101001 |
Color Harmonies of #A62DA0
Complementary color
Monochromatic Colors of #A62DA0
Black with #A62DA0
Text Example
Text Example
White with #A62DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DA0; }
p { color: rgb(166,45,160); }
H1.HeaderClassName
{
color: #A62DA0;
}
.AnyTagClassName
{
color: #A62DA0;
}
</style>
background-color css
<style>
a { background-color: #A62DA0; }
a { background-color: rgb(166,45,160); }
div.DivClassName
{
background-color: #A62DA0;
}
.BgClassName
{
background-color: #A62DA0;
}
</style>
border-color css
<style>
span { border-color: #A62DA0; }
span { border-color: rgb(166,45,160); }
td.TdClassName
{
border-color: #A62DA0;
}
.TagClassName
{
border-color: #A62DA0;
}
</style>