Shades of Medium Red Violet #A42390
Tints of Medium Red Violet #A42390
RGB
CMYK
RGB Variations
Color information
#A42390 (or 0xA42390) is known color: Medium Red Violet. HEX triplet: A4, 23 and 90. RGB value is (164,35,144). Sum of RGB (Red+Green+Blue) = 164+35+144=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A42390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42390 is #5BDC6F. Grayscale: #555555. Windows color (decimal): -6020208 or 9446308. OLE color: 9446308.
HSL color Cylindrical-coordinate representation of color #A42390: hue angle of 309.3º 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 #A42390 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 35 | 144 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.36 |
| HSL | 309.3º | 0.65% | 0.39% | - |
| HSV(B) | 309.3º | 0.79% | 0.64% | - |
| XYZ | 20.94 | 11.11 | 27.43 | - |
| YUV | 86 | 160.74 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 35 | 144 | 0 | 0.79 | 0.12 | 0.36 | 309.3 | 0.65 | 0.39 |
| Hex | A4 | 23 | 90 | 0 | 4F | C | 24 | 135 | 41 | 27 |
| Octal | 244 | 43 | 220 | 0 | 117 | 14 | 44 | 465 | 101 | 47 |
| Binary | 10100100 | 100011 | 10010000 | 0 | 1001111 | 1100 | 100100 | 100110101 | 1000001 | 100111 |
Color Harmonies of #A42390
Complementary color
Monochromatic Colors of #A42390
Black with #A42390
Text Example
Text Example
White with #A42390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42390; }
p { color: rgb(164,35,144); }
H1.HeaderClassName
{
color: #A42390;
}
.AnyTagClassName
{
color: #A42390;
}
</style>
background-color css
<style>
a { background-color: #A42390; }
a { background-color: rgb(164,35,144); }
div.DivClassName
{
background-color: #A42390;
}
.BgClassName
{
background-color: #A42390;
}
</style>
border-color css
<style>
span { border-color: #A42390; }
span { border-color: rgb(164,35,144); }
td.TdClassName
{
border-color: #A42390;
}
.TagClassName
{
border-color: #A42390;
}
</style>