Shades of Medium Red Violet #A12A90
Tints of Medium Red Violet #A12A90
RGB
CMYK
RGB Variations
Color information
#A12A90 (or 0xA12A90) is known color: Medium Red Violet. HEX triplet: A1, 2A and 90. RGB value is (161,42,144). Sum of RGB (Red+Green+Blue) = 161+42+144=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12A90 is #5ED56F. Grayscale: #585858. Windows color (decimal): -6215024 or 9448097. OLE color: 9448097.
HSL color Cylindrical-coordinate representation of color #A12A90: hue angle of 308.57º 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 #A12A90 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 144 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.37 |
| HSL | 308.57º | 0.59% | 0.4% | - |
| HSV(B) | 308.57º | 0.74% | 0.63% | - |
| XYZ | 20.56 | 11.25 | 27.47 | - |
| YUV | 89.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 144 | 0 | 0.74 | 0.11 | 0.37 | 308.57 | 0.59 | 0.4 |
| Hex | A1 | 2A | 90 | 0 | 4A | B | 25 | 135 | 3B | 28 |
| Octal | 241 | 52 | 220 | 0 | 112 | 13 | 45 | 465 | 73 | 50 |
| Binary | 10100001 | 101010 | 10010000 | 0 | 1001010 | 1011 | 100101 | 100110101 | 111011 | 101000 |
Color Harmonies of #A12A90
Complementary color
Monochromatic Colors of #A12A90
Black with #A12A90
Text Example
Text Example
White with #A12A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A90; }
p { color: rgb(161,42,144); }
H1.HeaderClassName
{
color: #A12A90;
}
.AnyTagClassName
{
color: #A12A90;
}
</style>
background-color css
<style>
a { background-color: #A12A90; }
a { background-color: rgb(161,42,144); }
div.DivClassName
{
background-color: #A12A90;
}
.BgClassName
{
background-color: #A12A90;
}
</style>
border-color css
<style>
span { border-color: #A12A90; }
span { border-color: rgb(161,42,144); }
td.TdClassName
{
border-color: #A12A90;
}
.TagClassName
{
border-color: #A12A90;
}
</style>