Shades of Medium Red Violet #A42179
Tints of Medium Red Violet #A42179
RGB
CMYK
RGB Variations
Color information
#A42179 (or 0xA42179) is known color: Medium Red Violet. HEX triplet: A4, 21 and 79. RGB value is (164,33,121). Sum of RGB (Red+Green+Blue) = 164+33+121=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42179 is #5BDE86. Grayscale: #515151. Windows color (decimal): -6020743 or 7938468. OLE color: 7938468.
HSL color Cylindrical-coordinate representation of color #A42179: hue angle of 319.69º 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 #A42179 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 33 | 121 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.36 |
| HSL | 319.69º | 0.66% | 0.39% | - |
| HSV(B) | 319.69º | 0.8% | 0.64% | - |
| XYZ | 19.3 | 10.36 | 19.07 | - |
| YUV | 82.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 33 | 121 | 0 | 0.80 | 0.26 | 0.36 | 319.69 | 0.66 | 0.39 |
| Hex | A4 | 21 | 79 | 0 | 50 | 1A | 24 | 140 | 42 | 27 |
| Octal | 244 | 41 | 171 | 0 | 120 | 32 | 44 | 500 | 102 | 47 |
| Binary | 10100100 | 100001 | 1111001 | 0 | 1010000 | 11010 | 100100 | 101000000 | 1000010 | 100111 |
Color Harmonies of #A42179
Complementary color
Monochromatic Colors of #A42179
Black with #A42179
Text Example
Text Example
White with #A42179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42179; }
p { color: rgb(164,33,121); }
H1.HeaderClassName
{
color: #A42179;
}
.AnyTagClassName
{
color: #A42179;
}
</style>
background-color css
<style>
a { background-color: #A42179; }
a { background-color: rgb(164,33,121); }
div.DivClassName
{
background-color: #A42179;
}
.BgClassName
{
background-color: #A42179;
}
</style>
border-color css
<style>
span { border-color: #A42179; }
span { border-color: rgb(164,33,121); }
td.TdClassName
{
border-color: #A42179;
}
.TagClassName
{
border-color: #A42179;
}
</style>