Shades of Medium Red Violet #A42374
Tints of Medium Red Violet #A42374
RGB
CMYK
RGB Variations
Color information
#A42374 (or 0xA42374) is known color: Medium Red Violet. HEX triplet: A4, 23 and 74. RGB value is (164,35,116). Sum of RGB (Red+Green+Blue) = 164+35+116=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A42374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42374 is #5BDC8B. Grayscale: #525252. Windows color (decimal): -6020236 or 7611300. OLE color: 7611300.
HSL color Cylindrical-coordinate representation of color #A42374: hue angle of 322.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42374 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 116 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.36 |
| HSL | 322.33º | 0.65% | 0.39% | - |
| HSV(B) | 322.33º | 0.79% | 0.64% | - |
| XYZ | 19.06 | 10.36 | 17.52 | - |
| YUV | 82.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 116 | 0 | 0.79 | 0.29 | 0.36 | 322.33 | 0.65 | 0.39 |
| Hex | A4 | 23 | 74 | 0 | 4F | 1D | 24 | 142 | 41 | 27 |
| Octal | 244 | 43 | 164 | 0 | 117 | 35 | 44 | 502 | 101 | 47 |
| Binary | 10100100 | 100011 | 1110100 | 0 | 1001111 | 11101 | 100100 | 101000010 | 1000001 | 100111 |
Color Harmonies of #A42374
Complementary color
Monochromatic Colors of #A42374
Black with #A42374
Text Example
Text Example
White with #A42374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42374; }
p { color: rgb(164,35,116); }
H1.HeaderClassName
{
color: #A42374;
}
.AnyTagClassName
{
color: #A42374;
}
</style>
background-color css
<style>
a { background-color: #A42374; }
a { background-color: rgb(164,35,116); }
div.DivClassName
{
background-color: #A42374;
}
.BgClassName
{
background-color: #A42374;
}
</style>
border-color css
<style>
span { border-color: #A42374; }
span { border-color: rgb(164,35,116); }
td.TdClassName
{
border-color: #A42374;
}
.TagClassName
{
border-color: #A42374;
}
</style>