Shades of Medium Red Violet #A42197
Tints of Medium Red Violet #A42197
RGB
CMYK
RGB Variations
Color information
#A42197 (or 0xA42197) is known color: Medium Red Violet. HEX triplet: A4, 21 and 97. RGB value is (164,33,151). Sum of RGB (Red+Green+Blue) = 164+33+151=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A42197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42197 is #5BDE68. Grayscale: #555555. Windows color (decimal): -6020713 or 9904548. OLE color: 9904548.
HSL color Cylindrical-coordinate representation of color #A42197: hue angle of 305.95º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42197 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 151 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.36 |
| HSL | 305.95º | 0.66% | 0.39% | - |
| HSV(B) | 305.95º | 0.8% | 0.64% | - |
| XYZ | 21.44 | 11.21 | 30.31 | - |
| YUV | 85.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 151 | 0 | 0.80 | 0.08 | 0.36 | 305.95 | 0.66 | 0.39 |
| Hex | A4 | 21 | 97 | 0 | 50 | 8 | 24 | 132 | 42 | 27 |
| Octal | 244 | 41 | 227 | 0 | 120 | 10 | 44 | 462 | 102 | 47 |
| Binary | 10100100 | 100001 | 10010111 | 0 | 1010000 | 1000 | 100100 | 100110010 | 1000010 | 100111 |
Color Harmonies of #A42197
Complementary color
Monochromatic Colors of #A42197
Black with #A42197
Text Example
Text Example
White with #A42197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42197; }
p { color: rgb(164,33,151); }
H1.HeaderClassName
{
color: #A42197;
}
.AnyTagClassName
{
color: #A42197;
}
</style>
background-color css
<style>
a { background-color: #A42197; }
a { background-color: rgb(164,33,151); }
div.DivClassName
{
background-color: #A42197;
}
.BgClassName
{
background-color: #A42197;
}
</style>
border-color css
<style>
span { border-color: #A42197; }
span { border-color: rgb(164,33,151); }
td.TdClassName
{
border-color: #A42197;
}
.TagClassName
{
border-color: #A42197;
}
</style>