Shades of Medium Red Violet #A52097
Tints of Medium Red Violet #A52097
RGB
CMYK
RGB Variations
Color information
#A52097 (or 0xA52097) is known color: Medium Red Violet. HEX triplet: A5, 20 and 97. RGB value is (165,32,151). Sum of RGB (Red+Green+Blue) = 165+32+151=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A52097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52097 is #5ADF68. Grayscale: #545454. Windows color (decimal): -5955433 or 9904293. OLE color: 9904293.
HSL color Cylindrical-coordinate representation of color #A52097: hue angle of 306.32º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52097 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 151 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.35 |
| HSL | 306.32º | 0.68% | 0.39% | - |
| HSV(B) | 306.32º | 0.81% | 0.65% | - |
| XYZ | 21.62 | 11.27 | 30.31 | - |
| YUV | 85.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 151 | 0 | 0.81 | 0.08 | 0.35 | 306.32 | 0.68 | 0.39 |
| Hex | A5 | 20 | 97 | 0 | 51 | 8 | 23 | 132 | 44 | 27 |
| Octal | 245 | 40 | 227 | 0 | 121 | 10 | 43 | 462 | 104 | 47 |
| Binary | 10100101 | 100000 | 10010111 | 0 | 1010001 | 1000 | 100011 | 100110010 | 1000100 | 100111 |
Color Harmonies of #A52097
Complementary color
Monochromatic Colors of #A52097
Black with #A52097
Text Example
Text Example
White with #A52097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52097; }
p { color: rgb(165,32,151); }
H1.HeaderClassName
{
color: #A52097;
}
.AnyTagClassName
{
color: #A52097;
}
</style>
background-color css
<style>
a { background-color: #A52097; }
a { background-color: rgb(165,32,151); }
div.DivClassName
{
background-color: #A52097;
}
.BgClassName
{
background-color: #A52097;
}
</style>
border-color css
<style>
span { border-color: #A52097; }
span { border-color: rgb(165,32,151); }
td.TdClassName
{
border-color: #A52097;
}
.TagClassName
{
border-color: #A52097;
}
</style>