Shades of Medium Red Violet #A53E89
Tints of Medium Red Violet #A53E89
RGB
CMYK
RGB Variations
Color information
#A53E89 (or 0xA53E89) is known color: Medium Red Violet. HEX triplet: A5, 3E and 89. RGB value is (165,62,137). Sum of RGB (Red+Green+Blue) = 165+62+137=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A53E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53E89 is #5AC176. Grayscale: #656565. Windows color (decimal): -5947767 or 8994469. OLE color: 8994469.
HSL color Cylindrical-coordinate representation of color #A53E89: hue angle of 316.31º 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 #A53E89 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 62 | 137 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.35 |
| HSL | 316.31º | 0.45% | 0.45% | - |
| HSV(B) | 316.31º | 0.62% | 0.65% | - |
| XYZ | 21.76 | 13.25 | 25.08 | - |
| YUV | 101.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 137 | 0 | 0.62 | 0.17 | 0.35 | 316.31 | 0.45 | 0.45 |
| Hex | A5 | 3E | 89 | 0 | 3E | 11 | 23 | 13C | 2D | 2D |
| Octal | 245 | 76 | 211 | 0 | 76 | 21 | 43 | 474 | 55 | 55 |
| Binary | 10100101 | 111110 | 10001001 | 0 | 111110 | 10001 | 100011 | 100111100 | 101101 | 101101 |
Color Harmonies of #A53E89
Complementary color
Monochromatic Colors of #A53E89
Black with #A53E89
Text Example
Text Example
White with #A53E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53E89; }
p { color: rgb(165,62,137); }
H1.HeaderClassName
{
color: #A53E89;
}
.AnyTagClassName
{
color: #A53E89;
}
</style>
background-color css
<style>
a { background-color: #A53E89; }
a { background-color: rgb(165,62,137); }
div.DivClassName
{
background-color: #A53E89;
}
.BgClassName
{
background-color: #A53E89;
}
</style>
border-color css
<style>
span { border-color: #A53E89; }
span { border-color: rgb(165,62,137); }
td.TdClassName
{
border-color: #A53E89;
}
.TagClassName
{
border-color: #A53E89;
}
</style>