Shades of Medium Red Violet #A53E7A
Tints of Medium Red Violet #A53E7A
RGB
CMYK
RGB Variations
Color information
#A53E7A (or 0xA53E7A) is known color: Medium Red Violet. HEX triplet: A5, 3E and 7A. RGB value is (165,62,122). Sum of RGB (Red+Green+Blue) = 165+62+122=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53E7A is #5AC185. Grayscale: #636363. Windows color (decimal): -5947782 or 8011429. OLE color: 8011429.
HSL color Cylindrical-coordinate representation of color #A53E7A: hue angle of 325.05º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A53E7A is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 122 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.35 |
| HSL | 325.05º | 0.45% | 0.45% | - |
| HSV(B) | 325.05º | 0.62% | 0.65% | - |
| XYZ | 20.75 | 12.85 | 19.8 | - |
| YUV | 99.64 | 140.62 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 122 | 0 | 0.62 | 0.26 | 0.35 | 325.05 | 0.45 | 0.45 |
| Hex | A5 | 3E | 7A | 0 | 3E | 1A | 23 | 145 | 2D | 2D |
| Octal | 245 | 76 | 172 | 0 | 76 | 32 | 43 | 505 | 55 | 55 |
| Binary | 10100101 | 111110 | 1111010 | 0 | 111110 | 11010 | 100011 | 101000101 | 101101 | 101101 |
Color Harmonies of #A53E7A
Complementary color
Monochromatic Colors of #A53E7A
Black with #A53E7A
Text Example
Text Example
White with #A53E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E7A; }
p { color: rgb(165,62,122); }
H1.HeaderClassName
{
color: #A53E7A;
}
.AnyTagClassName
{
color: #A53E7A;
}
</style>
background-color css
<style>
a { background-color: #A53E7A; }
a { background-color: rgb(165,62,122); }
div.DivClassName
{
background-color: #A53E7A;
}
.BgClassName
{
background-color: #A53E7A;
}
</style>
border-color css
<style>
span { border-color: #A53E7A; }
span { border-color: rgb(165,62,122); }
td.TdClassName
{
border-color: #A53E7A;
}
.TagClassName
{
border-color: #A53E7A;
}
</style>