Shades of Medium Red Violet #A43A95
Tints of Medium Red Violet #A43A95
RGB
CMYK
RGB Variations
Color information
#A43A95 (or 0xA43A95) is known color: Medium Red Violet. HEX triplet: A4, 3A and 95. RGB value is (164,58,149). Sum of RGB (Red+Green+Blue) = 164+58+149=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A95 is #5BC56A. Grayscale: #636363. Windows color (decimal): -6014315 or 9779876. OLE color: 9779876.
HSL color Cylindrical-coordinate representation of color #A43A95: hue angle of 308.49º 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 #A43A95 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 58 | 149 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.36 |
| HSL | 308.49º | 0.48% | 0.44% | - |
| HSV(B) | 308.49º | 0.65% | 0.64% | - |
| XYZ | 22.25 | 13.09 | 29.79 | - |
| YUV | 100.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 58 | 149 | 0 | 0.65 | 0.09 | 0.36 | 308.49 | 0.48 | 0.44 |
| Hex | A4 | 3A | 95 | 0 | 41 | 9 | 24 | 134 | 30 | 2C |
| Octal | 244 | 72 | 225 | 0 | 101 | 11 | 44 | 464 | 60 | 54 |
| Binary | 10100100 | 111010 | 10010101 | 0 | 1000001 | 1001 | 100100 | 100110100 | 110000 | 101100 |
Color Harmonies of #A43A95
Complementary color
Monochromatic Colors of #A43A95
Black with #A43A95
Text Example
Text Example
White with #A43A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43A95; }
p { color: rgb(164,58,149); }
H1.HeaderClassName
{
color: #A43A95;
}
.AnyTagClassName
{
color: #A43A95;
}
</style>
background-color css
<style>
a { background-color: #A43A95; }
a { background-color: rgb(164,58,149); }
div.DivClassName
{
background-color: #A43A95;
}
.BgClassName
{
background-color: #A43A95;
}
</style>
border-color css
<style>
span { border-color: #A43A95; }
span { border-color: rgb(164,58,149); }
td.TdClassName
{
border-color: #A43A95;
}
.TagClassName
{
border-color: #A43A95;
}
</style>