Shades of Medium Red Violet #A5207E
Tints of Medium Red Violet #A5207E
RGB
CMYK
RGB Variations
Color information
#A5207E (or 0xA5207E) is known color: Medium Red Violet. HEX triplet: A5, 20 and 7E. RGB value is (165,32,126). Sum of RGB (Red+Green+Blue) = 165+32+126=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5207E is #5ADF81. Grayscale: #525252. Windows color (decimal): -5955458 or 8265893. OLE color: 8265893.
HSL color Cylindrical-coordinate representation of color #A5207E: hue angle of 317.59º 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 #A5207E is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 126 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.35 |
| HSL | 317.59º | 0.68% | 0.39% | - |
| HSV(B) | 317.59º | 0.81% | 0.65% | - |
| XYZ | 19.8 | 10.54 | 20.73 | - |
| YUV | 82.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 126 | 0 | 0.81 | 0.24 | 0.35 | 317.59 | 0.68 | 0.39 |
| Hex | A5 | 20 | 7E | 0 | 51 | 18 | 23 | 13E | 44 | 27 |
| Octal | 245 | 40 | 176 | 0 | 121 | 30 | 43 | 476 | 104 | 47 |
| Binary | 10100101 | 100000 | 1111110 | 0 | 1010001 | 11000 | 100011 | 100111110 | 1000100 | 100111 |
Color Harmonies of #A5207E
Complementary color
Monochromatic Colors of #A5207E
Black with #A5207E
Text Example
Text Example
White with #A5207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5207E; }
p { color: rgb(165,32,126); }
H1.HeaderClassName
{
color: #A5207E;
}
.AnyTagClassName
{
color: #A5207E;
}
</style>
background-color css
<style>
a { background-color: #A5207E; }
a { background-color: rgb(165,32,126); }
div.DivClassName
{
background-color: #A5207E;
}
.BgClassName
{
background-color: #A5207E;
}
</style>
border-color css
<style>
span { border-color: #A5207E; }
span { border-color: rgb(165,32,126); }
td.TdClassName
{
border-color: #A5207E;
}
.TagClassName
{
border-color: #A5207E;
}
</style>