Shades of Medium Red Violet #A53D90
Tints of Medium Red Violet #A53D90
RGB
CMYK
RGB Variations
Color information
#A53D90 (or 0xA53D90) is known color: Medium Red Violet. HEX triplet: A5, 3D and 90. RGB value is (165,61,144). Sum of RGB (Red+Green+Blue) = 165+61+144=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D90 is #5AC26F. Grayscale: #656565. Windows color (decimal): -5948016 or 9452965. OLE color: 9452965.
HSL color Cylindrical-coordinate representation of color #A53D90: hue angle of 312.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53D90 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 144 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.35 |
| HSL | 312.12º | 0.46% | 0.44% | - |
| HSV(B) | 312.12º | 0.63% | 0.65% | - |
| XYZ | 22.22 | 13.35 | 27.79 | - |
| YUV | 101.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 144 | 0 | 0.63 | 0.13 | 0.35 | 312.12 | 0.46 | 0.44 |
| Hex | A5 | 3D | 90 | 0 | 3F | D | 23 | 138 | 2E | 2C |
| Octal | 245 | 75 | 220 | 0 | 77 | 15 | 43 | 470 | 56 | 54 |
| Binary | 10100101 | 111101 | 10010000 | 0 | 111111 | 1101 | 100011 | 100111000 | 101110 | 101100 |
Color Harmonies of #A53D90
Complementary color
Monochromatic Colors of #A53D90
Black with #A53D90
Text Example
Text Example
White with #A53D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53D90; }
p { color: rgb(165,61,144); }
H1.HeaderClassName
{
color: #A53D90;
}
.AnyTagClassName
{
color: #A53D90;
}
</style>
background-color css
<style>
a { background-color: #A53D90; }
a { background-color: rgb(165,61,144); }
div.DivClassName
{
background-color: #A53D90;
}
.BgClassName
{
background-color: #A53D90;
}
</style>
border-color css
<style>
span { border-color: #A53D90; }
span { border-color: rgb(165,61,144); }
td.TdClassName
{
border-color: #A53D90;
}
.TagClassName
{
border-color: #A53D90;
}
</style>