Shades of Medium Red Violet #A43C96
Tints of Medium Red Violet #A43C96
RGB
CMYK
RGB Variations
Color information
#A43C96 (or 0xA43C96) is known color: Medium Red Violet. HEX triplet: A4, 3C and 96. RGB value is (164,60,150). Sum of RGB (Red+Green+Blue) = 164+60+150=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C96 is #5BC369. Grayscale: #656565. Windows color (decimal): -6013802 or 9845924. OLE color: 9845924.
HSL color Cylindrical-coordinate representation of color #A43C96: hue angle of 308.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A43C96 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 60 | 150 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.36 |
| HSL | 308.08º | 0.46% | 0.44% | - |
| HSV(B) | 308.08º | 0.63% | 0.64% | - |
| XYZ | 22.43 | 13.33 | 30.24 | - |
| YUV | 101.36 | 155.46 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 150 | 0 | 0.63 | 0.09 | 0.36 | 308.08 | 0.46 | 0.44 |
| Hex | A4 | 3C | 96 | 0 | 3F | 9 | 24 | 134 | 2E | 2C |
| Octal | 244 | 74 | 226 | 0 | 77 | 11 | 44 | 464 | 56 | 54 |
| Binary | 10100100 | 111100 | 10010110 | 0 | 111111 | 1001 | 100100 | 100110100 | 101110 | 101100 |
Color Harmonies of #A43C96
Complementary color
Monochromatic Colors of #A43C96
Black with #A43C96
Text Example
Text Example
White with #A43C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43C96; }
p { color: rgb(164,60,150); }
H1.HeaderClassName
{
color: #A43C96;
}
.AnyTagClassName
{
color: #A43C96;
}
</style>
background-color css
<style>
a { background-color: #A43C96; }
a { background-color: rgb(164,60,150); }
div.DivClassName
{
background-color: #A43C96;
}
.BgClassName
{
background-color: #A43C96;
}
</style>
border-color css
<style>
span { border-color: #A43C96; }
span { border-color: rgb(164,60,150); }
td.TdClassName
{
border-color: #A43C96;
}
.TagClassName
{
border-color: #A43C96;
}
</style>