Shades of Medium Red Violet #A43275
Tints of Medium Red Violet #A43275
RGB
CMYK
RGB Variations
Color information
#A43275 (or 0xA43275) is known color: Medium Red Violet. HEX triplet: A4, 32 and 75. RGB value is (164,50,117). Sum of RGB (Red+Green+Blue) = 164+50+117=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43275 is #5BCD8A. Grayscale: #5B5B5B. Windows color (decimal): -6016395 or 7680676. OLE color: 7680676.
HSL color Cylindrical-coordinate representation of color #A43275: hue angle of 324.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43275 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 50 | 117 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.36 |
| HSL | 324.74º | 0.53% | 0.42% | - |
| HSV(B) | 324.74º | 0.7% | 0.64% | - |
| XYZ | 19.66 | 11.46 | 18 | - |
| YUV | 91.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 50 | 117 | 0 | 0.70 | 0.29 | 0.36 | 324.74 | 0.53 | 0.42 |
| Hex | A4 | 32 | 75 | 0 | 46 | 1D | 24 | 145 | 35 | 2A |
| Octal | 244 | 62 | 165 | 0 | 106 | 35 | 44 | 505 | 65 | 52 |
| Binary | 10100100 | 110010 | 1110101 | 0 | 1000110 | 11101 | 100100 | 101000101 | 110101 | 101010 |
Color Harmonies of #A43275
Complementary color
Monochromatic Colors of #A43275
Black with #A43275
Text Example
Text Example
White with #A43275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43275; }
p { color: rgb(164,50,117); }
H1.HeaderClassName
{
color: #A43275;
}
.AnyTagClassName
{
color: #A43275;
}
</style>
background-color css
<style>
a { background-color: #A43275; }
a { background-color: rgb(164,50,117); }
div.DivClassName
{
background-color: #A43275;
}
.BgClassName
{
background-color: #A43275;
}
</style>
border-color css
<style>
span { border-color: #A43275; }
span { border-color: rgb(164,50,117); }
td.TdClassName
{
border-color: #A43275;
}
.TagClassName
{
border-color: #A43275;
}
</style>