Shades of Medium Red Violet #A12A80
Tints of Medium Red Violet #A12A80
RGB
CMYK
RGB Variations
Color information
#A12A80 (or 0xA12A80) is known color: Medium Red Violet. HEX triplet: A1, 2A and 80. RGB value is (161,42,128). Sum of RGB (Red+Green+Blue) = 161+42+128=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12A80 is #5ED57F. Grayscale: #575757. Windows color (decimal): -6215040 or 8399521. OLE color: 8399521.
HSL color Cylindrical-coordinate representation of color #A12A80: hue angle of 316.64º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A80 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 128 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.37 |
| HSL | 316.64º | 0.59% | 0.4% | - |
| HSV(B) | 316.64º | 0.74% | 0.63% | - |
| XYZ | 19.42 | 10.79 | 21.48 | - |
| YUV | 87.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 128 | 0 | 0.74 | 0.20 | 0.37 | 316.64 | 0.59 | 0.4 |
| Hex | A1 | 2A | 80 | 0 | 4A | 14 | 25 | 13D | 3B | 28 |
| Octal | 241 | 52 | 200 | 0 | 112 | 24 | 45 | 475 | 73 | 50 |
| Binary | 10100001 | 101010 | 10000000 | 0 | 1001010 | 10100 | 100101 | 100111101 | 111011 | 101000 |
Color Harmonies of #A12A80
Complementary color
Monochromatic Colors of #A12A80
Black with #A12A80
Text Example
Text Example
White with #A12A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A80; }
p { color: rgb(161,42,128); }
H1.HeaderClassName
{
color: #A12A80;
}
.AnyTagClassName
{
color: #A12A80;
}
</style>
background-color css
<style>
a { background-color: #A12A80; }
a { background-color: rgb(161,42,128); }
div.DivClassName
{
background-color: #A12A80;
}
.BgClassName
{
background-color: #A12A80;
}
</style>
border-color css
<style>
span { border-color: #A12A80; }
span { border-color: rgb(161,42,128); }
td.TdClassName
{
border-color: #A12A80;
}
.TagClassName
{
border-color: #A12A80;
}
</style>