Shades of Medium Red Violet #A42791
Tints of Medium Red Violet #A42791
RGB
CMYK
RGB Variations
Color information
#A42791 (or 0xA42791) is known color: Medium Red Violet. HEX triplet: A4, 27 and 91. RGB value is (164,39,145). Sum of RGB (Red+Green+Blue) = 164+39+145=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A42791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42791 is #5BD86E. Grayscale: #585858. Windows color (decimal): -6019183 or 9512868. OLE color: 9512868.
HSL color Cylindrical-coordinate representation of color #A42791: hue angle of 309.12º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42791 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 145 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.36 |
| HSL | 309.12º | 0.62% | 0.4% | - |
| HSV(B) | 309.12º | 0.76% | 0.64% | - |
| XYZ | 21.15 | 11.39 | 27.87 | - |
| YUV | 88.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 145 | 0 | 0.76 | 0.12 | 0.36 | 309.12 | 0.62 | 0.4 |
| Hex | A4 | 27 | 91 | 0 | 4C | C | 24 | 135 | 3E | 28 |
| Octal | 244 | 47 | 221 | 0 | 114 | 14 | 44 | 465 | 76 | 50 |
| Binary | 10100100 | 100111 | 10010001 | 0 | 1001100 | 1100 | 100100 | 100110101 | 111110 | 101000 |
Color Harmonies of #A42791
Complementary color
Monochromatic Colors of #A42791
Black with #A42791
Text Example
Text Example
White with #A42791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42791; }
p { color: rgb(164,39,145); }
H1.HeaderClassName
{
color: #A42791;
}
.AnyTagClassName
{
color: #A42791;
}
</style>
background-color css
<style>
a { background-color: #A42791; }
a { background-color: rgb(164,39,145); }
div.DivClassName
{
background-color: #A42791;
}
.BgClassName
{
background-color: #A42791;
}
</style>
border-color css
<style>
span { border-color: #A42791; }
span { border-color: rgb(164,39,145); }
td.TdClassName
{
border-color: #A42791;
}
.TagClassName
{
border-color: #A42791;
}
</style>