Shades of Medium Red Violet #A42A79
Tints of Medium Red Violet #A42A79
RGB
CMYK
RGB Variations
Color information
#A42A79 (or 0xA42A79) is known color: Medium Red Violet. HEX triplet: A4, 2A and 79. RGB value is (164,42,121). Sum of RGB (Red+Green+Blue) = 164+42+121=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42A79 is #5BD586. Grayscale: #575757. Windows color (decimal): -6018439 or 7940772. OLE color: 7940772.
HSL color Cylindrical-coordinate representation of color #A42A79: hue angle of 321.15º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A79 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 42 | 121 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.36 |
| HSL | 321.15º | 0.59% | 0.4% | - |
| HSV(B) | 321.15º | 0.74% | 0.64% | - |
| XYZ | 19.59 | 10.93 | 19.17 | - |
| YUV | 87.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 121 | 0 | 0.74 | 0.26 | 0.36 | 321.15 | 0.59 | 0.4 |
| Hex | A4 | 2A | 79 | 0 | 4A | 1A | 24 | 141 | 3B | 28 |
| Octal | 244 | 52 | 171 | 0 | 112 | 32 | 44 | 501 | 73 | 50 |
| Binary | 10100100 | 101010 | 1111001 | 0 | 1001010 | 11010 | 100100 | 101000001 | 111011 | 101000 |
Color Harmonies of #A42A79
Complementary color
Monochromatic Colors of #A42A79
Black with #A42A79
Text Example
Text Example
White with #A42A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42A79; }
p { color: rgb(164,42,121); }
H1.HeaderClassName
{
color: #A42A79;
}
.AnyTagClassName
{
color: #A42A79;
}
</style>
background-color css
<style>
a { background-color: #A42A79; }
a { background-color: rgb(164,42,121); }
div.DivClassName
{
background-color: #A42A79;
}
.BgClassName
{
background-color: #A42A79;
}
</style>
border-color css
<style>
span { border-color: #A42A79; }
span { border-color: rgb(164,42,121); }
td.TdClassName
{
border-color: #A42A79;
}
.TagClassName
{
border-color: #A42A79;
}
</style>