Shades of Medium Red Violet #A42971
Tints of Medium Red Violet #A42971
RGB
CMYK
RGB Variations
Color information
#A42971 (or 0xA42971) is known color: Medium Red Violet. HEX triplet: A4, 29 and 71. RGB value is (164,41,113). Sum of RGB (Red+Green+Blue) = 164+41+113=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A42971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42971 is #5BD68E. Grayscale: #555555. Windows color (decimal): -6018703 or 7416228. OLE color: 7416228.
HSL color Cylindrical-coordinate representation of color #A42971: hue angle of 324.88º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42971 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 41 | 113 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.36 |
| HSL | 324.88º | 0.6% | 0.4% | - |
| HSV(B) | 324.88º | 0.75% | 0.64% | - |
| XYZ | 19.08 | 10.67 | 16.68 | - |
| YUV | 85.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 113 | 0 | 0.75 | 0.31 | 0.36 | 324.88 | 0.6 | 0.4 |
| Hex | A4 | 29 | 71 | 0 | 4B | 1F | 24 | 145 | 3C | 28 |
| Octal | 244 | 51 | 161 | 0 | 113 | 37 | 44 | 505 | 74 | 50 |
| Binary | 10100100 | 101001 | 1110001 | 0 | 1001011 | 11111 | 100100 | 101000101 | 111100 | 101000 |
Color Harmonies of #A42971
Complementary color
Monochromatic Colors of #A42971
Black with #A42971
Text Example
Text Example
White with #A42971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42971; }
p { color: rgb(164,41,113); }
H1.HeaderClassName
{
color: #A42971;
}
.AnyTagClassName
{
color: #A42971;
}
</style>
background-color css
<style>
a { background-color: #A42971; }
a { background-color: rgb(164,41,113); }
div.DivClassName
{
background-color: #A42971;
}
.BgClassName
{
background-color: #A42971;
}
</style>
border-color css
<style>
span { border-color: #A42971; }
span { border-color: rgb(164,41,113); }
td.TdClassName
{
border-color: #A42971;
}
.TagClassName
{
border-color: #A42971;
}
</style>