Shades of Medium Red Violet #A43694
Tints of Medium Red Violet #A43694
RGB
CMYK
RGB Variations
Color information
#A43694 (or 0xA43694) is known color: Medium Red Violet. HEX triplet: A4, 36 and 94. RGB value is (164,54,148). Sum of RGB (Red+Green+Blue) = 164+54+148=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43694 is #5BC96B. Grayscale: #616161. Windows color (decimal): -6015340 or 9713316. OLE color: 9713316.
HSL color Cylindrical-coordinate representation of color #A43694: hue angle of 308.73º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43694 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 148 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.36 |
| HSL | 308.73º | 0.5% | 0.43% | - |
| HSV(B) | 308.73º | 0.67% | 0.64% | - |
| XYZ | 21.97 | 12.67 | 29.3 | - |
| YUV | 97.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 148 | 0 | 0.67 | 0.10 | 0.36 | 308.73 | 0.5 | 0.43 |
| Hex | A4 | 36 | 94 | 0 | 43 | A | 24 | 135 | 32 | 2B |
| Octal | 244 | 66 | 224 | 0 | 103 | 12 | 44 | 465 | 62 | 53 |
| Binary | 10100100 | 110110 | 10010100 | 0 | 1000011 | 1010 | 100100 | 100110101 | 110010 | 101011 |
Color Harmonies of #A43694
Complementary color
Monochromatic Colors of #A43694
Black with #A43694
Text Example
Text Example
White with #A43694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43694; }
p { color: rgb(164,54,148); }
H1.HeaderClassName
{
color: #A43694;
}
.AnyTagClassName
{
color: #A43694;
}
</style>
background-color css
<style>
a { background-color: #A43694; }
a { background-color: rgb(164,54,148); }
div.DivClassName
{
background-color: #A43694;
}
.BgClassName
{
background-color: #A43694;
}
</style>
border-color css
<style>
span { border-color: #A43694; }
span { border-color: rgb(164,54,148); }
td.TdClassName
{
border-color: #A43694;
}
.TagClassName
{
border-color: #A43694;
}
</style>