Shades of Medium Red Violet #A53275
Tints of Medium Red Violet #A53275
RGB
CMYK
RGB Variations
Color information
#A53275 (or 0xA53275) is known color: Medium Red Violet. HEX triplet: A5, 32 and 75. RGB value is (165,50,117). Sum of RGB (Red+Green+Blue) = 165+50+117=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A53275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53275 is #5ACD8A. Grayscale: #5B5B5B. Windows color (decimal): -5950859 or 7680677. OLE color: 7680677.
HSL color Cylindrical-coordinate representation of color #A53275: hue angle of 325.04º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53275 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 117 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.35 |
| HSL | 325.04º | 0.53% | 0.42% | - |
| HSV(B) | 325.04º | 0.7% | 0.65% | - |
| XYZ | 19.87 | 11.56 | 18.01 | - |
| YUV | 92.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 117 | 0 | 0.70 | 0.29 | 0.35 | 325.04 | 0.53 | 0.42 |
| Hex | A5 | 32 | 75 | 0 | 46 | 1D | 23 | 145 | 35 | 2A |
| Octal | 245 | 62 | 165 | 0 | 106 | 35 | 43 | 505 | 65 | 52 |
| Binary | 10100101 | 110010 | 1110101 | 0 | 1000110 | 11101 | 100011 | 101000101 | 110101 | 101010 |
Color Harmonies of #A53275
Complementary color
Monochromatic Colors of #A53275
Black with #A53275
Text Example
Text Example
White with #A53275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53275; }
p { color: rgb(165,50,117); }
H1.HeaderClassName
{
color: #A53275;
}
.AnyTagClassName
{
color: #A53275;
}
</style>
background-color css
<style>
a { background-color: #A53275; }
a { background-color: rgb(165,50,117); }
div.DivClassName
{
background-color: #A53275;
}
.BgClassName
{
background-color: #A53275;
}
</style>
border-color css
<style>
span { border-color: #A53275; }
span { border-color: rgb(165,50,117); }
td.TdClassName
{
border-color: #A53275;
}
.TagClassName
{
border-color: #A53275;
}
</style>