Shades of Medium Red Violet #A12879
Tints of Medium Red Violet #A12879
RGB
CMYK
RGB Variations
Color information
#A12879 (or 0xA12879) is known color: Medium Red Violet. HEX triplet: A1, 28 and 79. RGB value is (161,40,121). Sum of RGB (Red+Green+Blue) = 161+40+121=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A12879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12879 is #5ED786. Grayscale: #555555. Windows color (decimal): -6215559 or 7940257. OLE color: 7940257.
HSL color Cylindrical-coordinate representation of color #A12879: hue angle of 319.83º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12879 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 121 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.37 |
| HSL | 319.83º | 0.6% | 0.39% | - |
| HSV(B) | 319.83º | 0.75% | 0.63% | - |
| XYZ | 18.91 | 10.48 | 19.11 | - |
| YUV | 85.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 121 | 0 | 0.75 | 0.25 | 0.37 | 319.83 | 0.6 | 0.39 |
| Hex | A1 | 28 | 79 | 0 | 4B | 19 | 25 | 140 | 3C | 27 |
| Octal | 241 | 50 | 171 | 0 | 113 | 31 | 45 | 500 | 74 | 47 |
| Binary | 10100001 | 101000 | 1111001 | 0 | 1001011 | 11001 | 100101 | 101000000 | 111100 | 100111 |
Color Harmonies of #A12879
Complementary color
Monochromatic Colors of #A12879
Black with #A12879
Text Example
Text Example
White with #A12879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12879; }
p { color: rgb(161,40,121); }
H1.HeaderClassName
{
color: #A12879;
}
.AnyTagClassName
{
color: #A12879;
}
</style>
background-color css
<style>
a { background-color: #A12879; }
a { background-color: rgb(161,40,121); }
div.DivClassName
{
background-color: #A12879;
}
.BgClassName
{
background-color: #A12879;
}
</style>
border-color css
<style>
span { border-color: #A12879; }
span { border-color: rgb(161,40,121); }
td.TdClassName
{
border-color: #A12879;
}
.TagClassName
{
border-color: #A12879;
}
</style>