Shades of Medium Red Violet #A62E7B
Tints of Medium Red Violet #A62E7B
RGB
CMYK
RGB Variations
Color information
#A62E7B (or 0xA62E7B) is known color: Medium Red Violet. HEX triplet: A6, 2E and 7B. RGB value is (166,46,123). Sum of RGB (Red+Green+Blue) = 166+46+123=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E7B is #59D184. Grayscale: #5A5A5A. Windows color (decimal): -5886341 or 8072870. OLE color: 8072870.
HSL color Cylindrical-coordinate representation of color #A62E7B: hue angle of 321.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E7B is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 123 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.35 |
| HSL | 321.5º | 0.57% | 0.42% | - |
| HSV(B) | 321.5º | 0.72% | 0.65% | - |
| XYZ | 20.28 | 11.49 | 19.89 | - |
| YUV | 90.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 123 | 0 | 0.72 | 0.26 | 0.35 | 321.5 | 0.57 | 0.42 |
| Hex | A6 | 2E | 7B | 0 | 48 | 1A | 23 | 142 | 39 | 2A |
| Octal | 246 | 56 | 173 | 0 | 110 | 32 | 43 | 502 | 71 | 52 |
| Binary | 10100110 | 101110 | 1111011 | 0 | 1001000 | 11010 | 100011 | 101000010 | 111001 | 101010 |
Color Harmonies of #A62E7B
Complementary color
Monochromatic Colors of #A62E7B
Black with #A62E7B
Text Example
Text Example
White with #A62E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E7B; }
p { color: rgb(166,46,123); }
H1.HeaderClassName
{
color: #A62E7B;
}
.AnyTagClassName
{
color: #A62E7B;
}
</style>
background-color css
<style>
a { background-color: #A62E7B; }
a { background-color: rgb(166,46,123); }
div.DivClassName
{
background-color: #A62E7B;
}
.BgClassName
{
background-color: #A62E7B;
}
</style>
border-color css
<style>
span { border-color: #A62E7B; }
span { border-color: rgb(166,46,123); }
td.TdClassName
{
border-color: #A62E7B;
}
.TagClassName
{
border-color: #A62E7B;
}
</style>