Shades of Medium Red Violet #A12F8F
Tints of Medium Red Violet #A12F8F
RGB
CMYK
RGB Variations
Color information
#A12F8F (or 0xA12F8F) is known color: Medium Red Violet. HEX triplet: A1, 2F and 8F. RGB value is (161,47,143). Sum of RGB (Red+Green+Blue) = 161+47+143=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12F8F is #5ED070. Grayscale: #5B5B5B. Windows color (decimal): -6213745 or 9383841. OLE color: 9383841.
HSL color Cylindrical-coordinate representation of color #A12F8F: hue angle of 309.47º 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 #A12F8F is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 143 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.37 |
| HSL | 309.47º | 0.55% | 0.41% | - |
| HSV(B) | 309.47º | 0.71% | 0.63% | - |
| XYZ | 20.67 | 11.59 | 27.13 | - |
| YUV | 92.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 143 | 0 | 0.71 | 0.11 | 0.37 | 309.47 | 0.55 | 0.41 |
| Hex | A1 | 2F | 8F | 0 | 47 | B | 25 | 135 | 37 | 29 |
| Octal | 241 | 57 | 217 | 0 | 107 | 13 | 45 | 465 | 67 | 51 |
| Binary | 10100001 | 101111 | 10001111 | 0 | 1000111 | 1011 | 100101 | 100110101 | 110111 | 101001 |
Color Harmonies of #A12F8F
Complementary color
Monochromatic Colors of #A12F8F
Black with #A12F8F
Text Example
Text Example
White with #A12F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F8F; }
p { color: rgb(161,47,143); }
H1.HeaderClassName
{
color: #A12F8F;
}
.AnyTagClassName
{
color: #A12F8F;
}
</style>
background-color css
<style>
a { background-color: #A12F8F; }
a { background-color: rgb(161,47,143); }
div.DivClassName
{
background-color: #A12F8F;
}
.BgClassName
{
background-color: #A12F8F;
}
</style>
border-color css
<style>
span { border-color: #A12F8F; }
span { border-color: rgb(161,47,143); }
td.TdClassName
{
border-color: #A12F8F;
}
.TagClassName
{
border-color: #A12F8F;
}
</style>