Shades of Medium Red Violet #A43A90
Tints of Medium Red Violet #A43A90
RGB
CMYK
RGB Variations
Color information
#A43A90 (or 0xA43A90) is known color: Medium Red Violet. HEX triplet: A4, 3A and 90. RGB value is (164,58,144). Sum of RGB (Red+Green+Blue) = 164+58+144=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A90 is #5BC56F. Grayscale: #636363. Windows color (decimal): -6014320 or 9452196. OLE color: 9452196.
HSL color Cylindrical-coordinate representation of color #A43A90: hue angle of 311.32º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A90 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 144 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.36 |
| HSL | 311.32º | 0.48% | 0.44% | - |
| HSV(B) | 311.32º | 0.65% | 0.64% | - |
| XYZ | 21.86 | 12.93 | 27.73 | - |
| YUV | 99.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 144 | 0 | 0.65 | 0.12 | 0.36 | 311.32 | 0.48 | 0.44 |
| Hex | A4 | 3A | 90 | 0 | 41 | C | 24 | 137 | 30 | 2C |
| Octal | 244 | 72 | 220 | 0 | 101 | 14 | 44 | 467 | 60 | 54 |
| Binary | 10100100 | 111010 | 10010000 | 0 | 1000001 | 1100 | 100100 | 100110111 | 110000 | 101100 |
Color Harmonies of #A43A90
Complementary color
Monochromatic Colors of #A43A90
Black with #A43A90
Text Example
Text Example
White with #A43A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A90; }
p { color: rgb(164,58,144); }
H1.HeaderClassName
{
color: #A43A90;
}
.AnyTagClassName
{
color: #A43A90;
}
</style>
background-color css
<style>
a { background-color: #A43A90; }
a { background-color: rgb(164,58,144); }
div.DivClassName
{
background-color: #A43A90;
}
.BgClassName
{
background-color: #A43A90;
}
</style>
border-color css
<style>
span { border-color: #A43A90; }
span { border-color: rgb(164,58,144); }
td.TdClassName
{
border-color: #A43A90;
}
.TagClassName
{
border-color: #A43A90;
}
</style>