Shades of Medium Red Violet #A43089
Tints of Medium Red Violet #A43089
RGB
CMYK
RGB Variations
Color information
#A43089 (or 0xA43089) is known color: Medium Red Violet. HEX triplet: A4, 30 and 89. RGB value is (164,48,137). Sum of RGB (Red+Green+Blue) = 164+48+137=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43089 is #5BCF76. Grayscale: #5C5C5C. Windows color (decimal): -6016887 or 8990884. OLE color: 8990884.
HSL color Cylindrical-coordinate representation of color #A43089: hue angle of 313.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43089 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 48 | 137 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.36 |
| HSL | 313.97º | 0.55% | 0.42% | - |
| HSV(B) | 313.97º | 0.71% | 0.64% | - |
| XYZ | 20.88 | 11.81 | 24.85 | - |
| YUV | 92.83 | 152.93 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 48 | 137 | 0 | 0.71 | 0.16 | 0.36 | 313.97 | 0.55 | 0.42 |
| Hex | A4 | 30 | 89 | 0 | 47 | 10 | 24 | 13A | 37 | 2A |
| Octal | 244 | 60 | 211 | 0 | 107 | 20 | 44 | 472 | 67 | 52 |
| Binary | 10100100 | 110000 | 10001001 | 0 | 1000111 | 10000 | 100100 | 100111010 | 110111 | 101010 |
Color Harmonies of #A43089
Complementary color
Monochromatic Colors of #A43089
Black with #A43089
Text Example
Text Example
White with #A43089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43089; }
p { color: rgb(164,48,137); }
H1.HeaderClassName
{
color: #A43089;
}
.AnyTagClassName
{
color: #A43089;
}
</style>
background-color css
<style>
a { background-color: #A43089; }
a { background-color: rgb(164,48,137); }
div.DivClassName
{
background-color: #A43089;
}
.BgClassName
{
background-color: #A43089;
}
</style>
border-color css
<style>
span { border-color: #A43089; }
span { border-color: rgb(164,48,137); }
td.TdClassName
{
border-color: #A43089;
}
.TagClassName
{
border-color: #A43089;
}
</style>