Shades of Medium Red Violet #A62A7E
Tints of Medium Red Violet #A62A7E
RGB
CMYK
RGB Variations
Color information
#A62A7E (or 0xA62A7E) is known color: Medium Red Violet. HEX triplet: A6, 2A and 7E. RGB value is (166,42,126). Sum of RGB (Red+Green+Blue) = 166+42+126=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A7E is #59D581. Grayscale: #585858. Windows color (decimal): -5887362 or 8268454. OLE color: 8268454.
HSL color Cylindrical-coordinate representation of color #A62A7E: hue angle of 319.35º 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 #A62A7E is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 126 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.35 |
| HSL | 319.35º | 0.6% | 0.41% | - |
| HSV(B) | 319.35º | 0.75% | 0.65% | - |
| XYZ | 20.32 | 11.27 | 20.84 | - |
| YUV | 88.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 126 | 0 | 0.75 | 0.24 | 0.35 | 319.35 | 0.6 | 0.41 |
| Hex | A6 | 2A | 7E | 0 | 4B | 18 | 23 | 13F | 3C | 29 |
| Octal | 246 | 52 | 176 | 0 | 113 | 30 | 43 | 477 | 74 | 51 |
| Binary | 10100110 | 101010 | 1111110 | 0 | 1001011 | 11000 | 100011 | 100111111 | 111100 | 101001 |
Color Harmonies of #A62A7E
Complementary color
Monochromatic Colors of #A62A7E
Black with #A62A7E
Text Example
Text Example
White with #A62A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A7E; }
p { color: rgb(166,42,126); }
H1.HeaderClassName
{
color: #A62A7E;
}
.AnyTagClassName
{
color: #A62A7E;
}
</style>
background-color css
<style>
a { background-color: #A62A7E; }
a { background-color: rgb(166,42,126); }
div.DivClassName
{
background-color: #A62A7E;
}
.BgClassName
{
background-color: #A62A7E;
}
</style>
border-color css
<style>
span { border-color: #A62A7E; }
span { border-color: rgb(166,42,126); }
td.TdClassName
{
border-color: #A62A7E;
}
.TagClassName
{
border-color: #A62A7E;
}
</style>