Shades of Medium Red Violet #A62A86
Tints of Medium Red Violet #A62A86
RGB
CMYK
RGB Variations
Color information
#A62A86 (or 0xA62A86) is known color: Medium Red Violet. HEX triplet: A6, 2A and 86. RGB value is (166,42,134). Sum of RGB (Red+Green+Blue) = 166+42+134=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62A86 is #59D579. Grayscale: #595959. Windows color (decimal): -5887354 or 8792742. OLE color: 8792742.
HSL color Cylindrical-coordinate representation of color #A62A86: hue angle of 315.48º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A86 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 134 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.35 |
| HSL | 315.48º | 0.6% | 0.41% | - |
| HSV(B) | 315.48º | 0.75% | 0.65% | - |
| XYZ | 20.86 | 11.48 | 23.67 | - |
| YUV | 89.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 134 | 0 | 0.75 | 0.19 | 0.35 | 315.48 | 0.6 | 0.41 |
| Hex | A6 | 2A | 86 | 0 | 4B | 13 | 23 | 13B | 3C | 29 |
| Octal | 246 | 52 | 206 | 0 | 113 | 23 | 43 | 473 | 74 | 51 |
| Binary | 10100110 | 101010 | 10000110 | 0 | 1001011 | 10011 | 100011 | 100111011 | 111100 | 101001 |
Color Harmonies of #A62A86
Complementary color
Monochromatic Colors of #A62A86
Black with #A62A86
Text Example
Text Example
White with #A62A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A86; }
p { color: rgb(166,42,134); }
H1.HeaderClassName
{
color: #A62A86;
}
.AnyTagClassName
{
color: #A62A86;
}
</style>
background-color css
<style>
a { background-color: #A62A86; }
a { background-color: rgb(166,42,134); }
div.DivClassName
{
background-color: #A62A86;
}
.BgClassName
{
background-color: #A62A86;
}
</style>
border-color css
<style>
span { border-color: #A62A86; }
span { border-color: rgb(166,42,134); }
td.TdClassName
{
border-color: #A62A86;
}
.TagClassName
{
border-color: #A62A86;
}
</style>