Shades of Medium Red Violet #A43796
Tints of Medium Red Violet #A43796
RGB
CMYK
RGB Variations
Color information
#A43796 (or 0xA43796) is known color: Medium Red Violet. HEX triplet: A4, 37 and 96. RGB value is (164,55,150). Sum of RGB (Red+Green+Blue) = 164+55+150=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A43796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43796 is #5BC869. Grayscale: #626262. Windows color (decimal): -6015082 or 9844644. OLE color: 9844644.
HSL color Cylindrical-coordinate representation of color #A43796: hue angle of 307.71º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43796 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 150 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.36 |
| HSL | 307.71º | 0.5% | 0.43% | - |
| HSV(B) | 307.71º | 0.66% | 0.64% | - |
| XYZ | 22.18 | 12.83 | 30.16 | - |
| YUV | 98.42 | 157.11 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 150 | 0 | 0.66 | 0.09 | 0.36 | 307.71 | 0.5 | 0.43 |
| Hex | A4 | 37 | 96 | 0 | 42 | 9 | 24 | 134 | 32 | 2B |
| Octal | 244 | 67 | 226 | 0 | 102 | 11 | 44 | 464 | 62 | 53 |
| Binary | 10100100 | 110111 | 10010110 | 0 | 1000010 | 1001 | 100100 | 100110100 | 110010 | 101011 |
Color Harmonies of #A43796
Complementary color
Monochromatic Colors of #A43796
Black with #A43796
Text Example
Text Example
White with #A43796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43796; }
p { color: rgb(164,55,150); }
H1.HeaderClassName
{
color: #A43796;
}
.AnyTagClassName
{
color: #A43796;
}
</style>
background-color css
<style>
a { background-color: #A43796; }
a { background-color: rgb(164,55,150); }
div.DivClassName
{
background-color: #A43796;
}
.BgClassName
{
background-color: #A43796;
}
</style>
border-color css
<style>
span { border-color: #A43796; }
span { border-color: rgb(164,55,150); }
td.TdClassName
{
border-color: #A43796;
}
.TagClassName
{
border-color: #A43796;
}
</style>