Shades of Medium Red Violet #A12E7A
Tints of Medium Red Violet #A12E7A
RGB
CMYK
RGB Variations
Color information
#A12E7A (or 0xA12E7A) is known color: Medium Red Violet. HEX triplet: A1, 2E and 7A. RGB value is (161,46,122). Sum of RGB (Red+Green+Blue) = 161+46+122=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12E7A is #5ED185. Grayscale: #585858. Windows color (decimal): -6214022 or 8007329. OLE color: 8007329.
HSL color Cylindrical-coordinate representation of color #A12E7A: hue angle of 320.35º degrees, saturation: 0.56, 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 #A12E7A is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 46 | 122 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.37 |
| HSL | 320.35º | 0.56% | 0.41% | - |
| HSV(B) | 320.35º | 0.71% | 0.63% | - |
| XYZ | 19.19 | 10.94 | 19.51 | - |
| YUV | 89.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 122 | 0 | 0.71 | 0.24 | 0.37 | 320.35 | 0.56 | 0.41 |
| Hex | A1 | 2E | 7A | 0 | 47 | 18 | 25 | 140 | 38 | 29 |
| Octal | 241 | 56 | 172 | 0 | 107 | 30 | 45 | 500 | 70 | 51 |
| Binary | 10100001 | 101110 | 1111010 | 0 | 1000111 | 11000 | 100101 | 101000000 | 111000 | 101001 |
Color Harmonies of #A12E7A
Complementary color
Monochromatic Colors of #A12E7A
Black with #A12E7A
Text Example
Text Example
White with #A12E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12E7A; }
p { color: rgb(161,46,122); }
H1.HeaderClassName
{
color: #A12E7A;
}
.AnyTagClassName
{
color: #A12E7A;
}
</style>
background-color css
<style>
a { background-color: #A12E7A; }
a { background-color: rgb(161,46,122); }
div.DivClassName
{
background-color: #A12E7A;
}
.BgClassName
{
background-color: #A12E7A;
}
</style>
border-color css
<style>
span { border-color: #A12E7A; }
span { border-color: rgb(161,46,122); }
td.TdClassName
{
border-color: #A12E7A;
}
.TagClassName
{
border-color: #A12E7A;
}
</style>