Shades of Medium Red Violet #A43290
Tints of Medium Red Violet #A43290
RGB
CMYK
RGB Variations
Color information
#A43290 (or 0xA43290) is known color: Medium Red Violet. HEX triplet: A4, 32 and 90. RGB value is (164,50,144). Sum of RGB (Red+Green+Blue) = 164+50+144=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A43290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43290 is #5BCD6F. Grayscale: #5E5E5E. Windows color (decimal): -6016368 or 9450148. OLE color: 9450148.
HSL color Cylindrical-coordinate representation of color #A43290: hue angle of 310.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43290 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 144 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.36 |
| HSL | 310.53º | 0.53% | 0.42% | - |
| HSV(B) | 310.53º | 0.7% | 0.64% | - |
| XYZ | 21.48 | 12.19 | 27.61 | - |
| YUV | 94.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 144 | 0 | 0.70 | 0.12 | 0.36 | 310.53 | 0.53 | 0.42 |
| Hex | A4 | 32 | 90 | 0 | 46 | C | 24 | 137 | 35 | 2A |
| Octal | 244 | 62 | 220 | 0 | 106 | 14 | 44 | 467 | 65 | 52 |
| Binary | 10100100 | 110010 | 10010000 | 0 | 1000110 | 1100 | 100100 | 100110111 | 110101 | 101010 |
Color Harmonies of #A43290
Complementary color
Monochromatic Colors of #A43290
Black with #A43290
Text Example
Text Example
White with #A43290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43290; }
p { color: rgb(164,50,144); }
H1.HeaderClassName
{
color: #A43290;
}
.AnyTagClassName
{
color: #A43290;
}
</style>
background-color css
<style>
a { background-color: #A43290; }
a { background-color: rgb(164,50,144); }
div.DivClassName
{
background-color: #A43290;
}
.BgClassName
{
background-color: #A43290;
}
</style>
border-color css
<style>
span { border-color: #A43290; }
span { border-color: rgb(164,50,144); }
td.TdClassName
{
border-color: #A43290;
}
.TagClassName
{
border-color: #A43290;
}
</style>