Shades of Medium Red Violet #A12F7E
Tints of Medium Red Violet #A12F7E
RGB
CMYK
RGB Variations
Color information
#A12F7E (or 0xA12F7E) is known color: Medium Red Violet. HEX triplet: A1, 2F and 7E. RGB value is (161,47,126). Sum of RGB (Red+Green+Blue) = 161+47+126=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F7E is #5ED081. Grayscale: #595959. Windows color (decimal): -6213762 or 8269729. OLE color: 8269729.
HSL color Cylindrical-coordinate representation of color #A12F7E: hue angle of 318.42º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12F7E is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 126 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.37 |
| HSL | 318.42º | 0.55% | 0.41% | - |
| HSV(B) | 318.42º | 0.71% | 0.63% | - |
| XYZ | 19.48 | 11.12 | 20.86 | - |
| YUV | 90.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 126 | 0 | 0.71 | 0.22 | 0.37 | 318.42 | 0.55 | 0.41 |
| Hex | A1 | 2F | 7E | 0 | 47 | 16 | 25 | 13E | 37 | 29 |
| Octal | 241 | 57 | 176 | 0 | 107 | 26 | 45 | 476 | 67 | 51 |
| Binary | 10100001 | 101111 | 1111110 | 0 | 1000111 | 10110 | 100101 | 100111110 | 110111 | 101001 |
Color Harmonies of #A12F7E
Complementary color
Monochromatic Colors of #A12F7E
Black with #A12F7E
Text Example
Text Example
White with #A12F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F7E; }
p { color: rgb(161,47,126); }
H1.HeaderClassName
{
color: #A12F7E;
}
.AnyTagClassName
{
color: #A12F7E;
}
</style>
background-color css
<style>
a { background-color: #A12F7E; }
a { background-color: rgb(161,47,126); }
div.DivClassName
{
background-color: #A12F7E;
}
.BgClassName
{
background-color: #A12F7E;
}
</style>
border-color css
<style>
span { border-color: #A12F7E; }
span { border-color: rgb(161,47,126); }
td.TdClassName
{
border-color: #A12F7E;
}
.TagClassName
{
border-color: #A12F7E;
}
</style>