Shades of Medium Red Violet #A62A70
Tints of Medium Red Violet #A62A70
RGB
CMYK
RGB Variations
Color information
#A62A70 (or 0xA62A70) is known color: Medium Red Violet. HEX triplet: A6, 2A and 70. RGB value is (166,42,112). Sum of RGB (Red+Green+Blue) = 166+42+112=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A70 is #59D58F. Grayscale: #565656. Windows color (decimal): -5887376 or 7350950. OLE color: 7350950.
HSL color Cylindrical-coordinate representation of color #A62A70: hue angle of 326.13º 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 #A62A70 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 112 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.35 |
| HSL | 326.13º | 0.6% | 0.41% | - |
| HSV(B) | 326.13º | 0.75% | 0.65% | - |
| XYZ | 19.48 | 10.93 | 16.41 | - |
| YUV | 87.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 112 | 0 | 0.75 | 0.33 | 0.35 | 326.13 | 0.6 | 0.41 |
| Hex | A6 | 2A | 70 | 0 | 4B | 21 | 23 | 146 | 3C | 29 |
| Octal | 246 | 52 | 160 | 0 | 113 | 41 | 43 | 506 | 74 | 51 |
| Binary | 10100110 | 101010 | 1110000 | 0 | 1001011 | 100001 | 100011 | 101000110 | 111100 | 101001 |
Color Harmonies of #A62A70
Complementary color
Monochromatic Colors of #A62A70
Black with #A62A70
Text Example
Text Example
White with #A62A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A70; }
p { color: rgb(166,42,112); }
H1.HeaderClassName
{
color: #A62A70;
}
.AnyTagClassName
{
color: #A62A70;
}
</style>
background-color css
<style>
a { background-color: #A62A70; }
a { background-color: rgb(166,42,112); }
div.DivClassName
{
background-color: #A62A70;
}
.BgClassName
{
background-color: #A62A70;
}
</style>
border-color css
<style>
span { border-color: #A62A70; }
span { border-color: rgb(166,42,112); }
td.TdClassName
{
border-color: #A62A70;
}
.TagClassName
{
border-color: #A62A70;
}
</style>