Shades of Medium Red Violet #A12A88
Tints of Medium Red Violet #A12A88
RGB
CMYK
RGB Variations
Color information
#A12A88 (or 0xA12A88) is known color: Medium Red Violet. HEX triplet: A1, 2A and 88. RGB value is (161,42,136). Sum of RGB (Red+Green+Blue) = 161+42+136=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12A88 is #5ED577. Grayscale: #585858. Windows color (decimal): -6215032 or 8923809. OLE color: 8923809.
HSL color Cylindrical-coordinate representation of color #A12A88: hue angle of 312.61º 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 #A12A88 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 42 | 136 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.37 |
| HSL | 312.61º | 0.59% | 0.4% | - |
| HSV(B) | 312.61º | 0.74% | 0.63% | - |
| XYZ | 19.97 | 11.01 | 24.37 | - |
| YUV | 88.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 136 | 0 | 0.74 | 0.16 | 0.37 | 312.61 | 0.59 | 0.4 |
| Hex | A1 | 2A | 88 | 0 | 4A | 10 | 25 | 139 | 3B | 28 |
| Octal | 241 | 52 | 210 | 0 | 112 | 20 | 45 | 471 | 73 | 50 |
| Binary | 10100001 | 101010 | 10001000 | 0 | 1001010 | 10000 | 100101 | 100111001 | 111011 | 101000 |
Color Harmonies of #A12A88
Complementary color
Monochromatic Colors of #A12A88
Black with #A12A88
Text Example
Text Example
White with #A12A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12A88; }
p { color: rgb(161,42,136); }
H1.HeaderClassName
{
color: #A12A88;
}
.AnyTagClassName
{
color: #A12A88;
}
</style>
background-color css
<style>
a { background-color: #A12A88; }
a { background-color: rgb(161,42,136); }
div.DivClassName
{
background-color: #A12A88;
}
.BgClassName
{
background-color: #A12A88;
}
</style>
border-color css
<style>
span { border-color: #A12A88; }
span { border-color: rgb(161,42,136); }
td.TdClassName
{
border-color: #A12A88;
}
.TagClassName
{
border-color: #A12A88;
}
</style>