Shades of Medium Red Violet #A43390
Tints of Medium Red Violet #A43390
RGB
CMYK
RGB Variations
Color information
#A43390 (or 0xA43390) is known color: Medium Red Violet. HEX triplet: A4, 33 and 90. RGB value is (164,51,144). Sum of RGB (Red+Green+Blue) = 164+51+144=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A43390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43390 is #5BCC6F. Grayscale: #5F5F5F. Windows color (decimal): -6016112 or 9450404. OLE color: 9450404.
HSL color Cylindrical-coordinate representation of color #A43390: hue angle of 310.62º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43390 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 51 | 144 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.36 |
| HSL | 310.62º | 0.53% | 0.42% | - |
| HSV(B) | 310.62º | 0.69% | 0.64% | - |
| XYZ | 21.53 | 12.27 | 27.62 | - |
| YUV | 95.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 51 | 144 | 0 | 0.69 | 0.12 | 0.36 | 310.62 | 0.53 | 0.42 |
| Hex | A4 | 33 | 90 | 0 | 45 | C | 24 | 137 | 35 | 2A |
| Octal | 244 | 63 | 220 | 0 | 105 | 14 | 44 | 467 | 65 | 52 |
| Binary | 10100100 | 110011 | 10010000 | 0 | 1000101 | 1100 | 100100 | 100110111 | 110101 | 101010 |
Color Harmonies of #A43390
Complementary color
Monochromatic Colors of #A43390
Black with #A43390
Text Example
Text Example
White with #A43390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43390; }
p { color: rgb(164,51,144); }
H1.HeaderClassName
{
color: #A43390;
}
.AnyTagClassName
{
color: #A43390;
}
</style>
background-color css
<style>
a { background-color: #A43390; }
a { background-color: rgb(164,51,144); }
div.DivClassName
{
background-color: #A43390;
}
.BgClassName
{
background-color: #A43390;
}
</style>
border-color css
<style>
span { border-color: #A43390; }
span { border-color: rgb(164,51,144); }
td.TdClassName
{
border-color: #A43390;
}
.TagClassName
{
border-color: #A43390;
}
</style>