Shades of Medium Red Violet #A53285
Tints of Medium Red Violet #A53285
RGB
CMYK
RGB Variations
Color information
#A53285 (or 0xA53285) is known color: Medium Red Violet. HEX triplet: A5, 32 and 85. RGB value is (165,50,133). Sum of RGB (Red+Green+Blue) = 165+50+133=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A53285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53285 is #5ACD7A. Grayscale: #5D5D5D. Windows color (decimal): -5950843 or 8729253. OLE color: 8729253.
HSL color Cylindrical-coordinate representation of color #A53285: hue angle of 316.7º 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 #A53285 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 50 | 133 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.35 |
| HSL | 316.7º | 0.53% | 0.42% | - |
| HSV(B) | 316.7º | 0.7% | 0.65% | - |
| XYZ | 20.89 | 11.97 | 23.4 | - |
| YUV | 93.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 50 | 133 | 0 | 0.70 | 0.19 | 0.35 | 316.7 | 0.53 | 0.42 |
| Hex | A5 | 32 | 85 | 0 | 46 | 13 | 23 | 13D | 35 | 2A |
| Octal | 245 | 62 | 205 | 0 | 106 | 23 | 43 | 475 | 65 | 52 |
| Binary | 10100101 | 110010 | 10000101 | 0 | 1000110 | 10011 | 100011 | 100111101 | 110101 | 101010 |
Color Harmonies of #A53285
Complementary color
Monochromatic Colors of #A53285
Black with #A53285
Text Example
Text Example
White with #A53285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53285; }
p { color: rgb(165,50,133); }
H1.HeaderClassName
{
color: #A53285;
}
.AnyTagClassName
{
color: #A53285;
}
</style>
background-color css
<style>
a { background-color: #A53285; }
a { background-color: rgb(165,50,133); }
div.DivClassName
{
background-color: #A53285;
}
.BgClassName
{
background-color: #A53285;
}
</style>
border-color css
<style>
span { border-color: #A53285; }
span { border-color: rgb(165,50,133); }
td.TdClassName
{
border-color: #A53285;
}
.TagClassName
{
border-color: #A53285;
}
</style>