Shades of Medium Red Violet #A43495
Tints of Medium Red Violet #A43495
RGB
CMYK
RGB Variations
Color information
#A43495 (or 0xA43495) is known color: Medium Red Violet. HEX triplet: A4, 34 and 95. RGB value is (164,52,149). Sum of RGB (Red+Green+Blue) = 164+52+149=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A43495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43495 is #5BCB6A. Grayscale: #606060. Windows color (decimal): -6015851 or 9778340. OLE color: 9778340.
HSL color Cylindrical-coordinate representation of color #A43495: hue angle of 308.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43495 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 52 | 149 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.36 |
| HSL | 308.04º | 0.52% | 0.42% | - |
| HSV(B) | 308.04º | 0.68% | 0.64% | - |
| XYZ | 21.96 | 12.52 | 29.69 | - |
| YUV | 96.55 | 157.61 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 52 | 149 | 0 | 0.68 | 0.09 | 0.36 | 308.04 | 0.52 | 0.42 |
| Hex | A4 | 34 | 95 | 0 | 44 | 9 | 24 | 134 | 34 | 2A |
| Octal | 244 | 64 | 225 | 0 | 104 | 11 | 44 | 464 | 64 | 52 |
| Binary | 10100100 | 110100 | 10010101 | 0 | 1000100 | 1001 | 100100 | 100110100 | 110100 | 101010 |
Color Harmonies of #A43495
Complementary color
Monochromatic Colors of #A43495
Black with #A43495
Text Example
Text Example
White with #A43495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43495; }
p { color: rgb(164,52,149); }
H1.HeaderClassName
{
color: #A43495;
}
.AnyTagClassName
{
color: #A43495;
}
</style>
background-color css
<style>
a { background-color: #A43495; }
a { background-color: rgb(164,52,149); }
div.DivClassName
{
background-color: #A43495;
}
.BgClassName
{
background-color: #A43495;
}
</style>
border-color css
<style>
span { border-color: #A43495; }
span { border-color: rgb(164,52,149); }
td.TdClassName
{
border-color: #A43495;
}
.TagClassName
{
border-color: #A43495;
}
</style>