Shades of Medium Red Violet #A2377E
Tints of Medium Red Violet #A2377E
RGB
CMYK
RGB Variations
Color information
#A2377E (or 0xA2377E) is known color: Medium Red Violet. HEX triplet: A2, 37 and 7E. RGB value is (162,55,126). Sum of RGB (Red+Green+Blue) = 162+55+126=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2377E is #5DC881. Grayscale: #5E5E5E. Windows color (decimal): -6146178 or 8271778. OLE color: 8271778.
HSL color Cylindrical-coordinate representation of color #A2377E: hue angle of 320.19º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2377E is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 126 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.36 |
| HSL | 320.19º | 0.49% | 0.43% | - |
| HSV(B) | 320.19º | 0.66% | 0.64% | - |
| XYZ | 20.03 | 11.92 | 20.98 | - |
| YUV | 95.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 126 | 0 | 0.66 | 0.22 | 0.36 | 320.19 | 0.49 | 0.43 |
| Hex | A2 | 37 | 7E | 0 | 42 | 16 | 24 | 140 | 31 | 2B |
| Octal | 242 | 67 | 176 | 0 | 102 | 26 | 44 | 500 | 61 | 53 |
| Binary | 10100010 | 110111 | 1111110 | 0 | 1000010 | 10110 | 100100 | 101000000 | 110001 | 101011 |
Color Harmonies of #A2377E
Complementary color
Monochromatic Colors of #A2377E
Black with #A2377E
Text Example
Text Example
White with #A2377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2377E; }
p { color: rgb(162,55,126); }
H1.HeaderClassName
{
color: #A2377E;
}
.AnyTagClassName
{
color: #A2377E;
}
</style>
background-color css
<style>
a { background-color: #A2377E; }
a { background-color: rgb(162,55,126); }
div.DivClassName
{
background-color: #A2377E;
}
.BgClassName
{
background-color: #A2377E;
}
</style>
border-color css
<style>
span { border-color: #A2377E; }
span { border-color: rgb(162,55,126); }
td.TdClassName
{
border-color: #A2377E;
}
.TagClassName
{
border-color: #A2377E;
}
</style>