Shades of Medium Red Violet #A53A94
Tints of Medium Red Violet #A53A94
RGB
CMYK
RGB Variations
Color information
#A53A94 (or 0xA53A94) is known color: Medium Red Violet. HEX triplet: A5, 3A and 94. RGB value is (165,58,148). Sum of RGB (Red+Green+Blue) = 165+58+148=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A94 is #5AC56B. Grayscale: #646464. Windows color (decimal): -5948780 or 9714341. OLE color: 9714341.
HSL color Cylindrical-coordinate representation of color #A53A94: hue angle of 309.53º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53A94 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 148 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.35 |
| HSL | 309.53º | 0.48% | 0.44% | - |
| HSV(B) | 309.53º | 0.65% | 0.65% | - |
| XYZ | 22.38 | 13.16 | 29.38 | - |
| YUV | 100.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 148 | 0 | 0.65 | 0.10 | 0.35 | 309.53 | 0.48 | 0.44 |
| Hex | A5 | 3A | 94 | 0 | 41 | A | 23 | 136 | 30 | 2C |
| Octal | 245 | 72 | 224 | 0 | 101 | 12 | 43 | 466 | 60 | 54 |
| Binary | 10100101 | 111010 | 10010100 | 0 | 1000001 | 1010 | 100011 | 100110110 | 110000 | 101100 |
Color Harmonies of #A53A94
Complementary color
Monochromatic Colors of #A53A94
Black with #A53A94
Text Example
Text Example
White with #A53A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A94; }
p { color: rgb(165,58,148); }
H1.HeaderClassName
{
color: #A53A94;
}
.AnyTagClassName
{
color: #A53A94;
}
</style>
background-color css
<style>
a { background-color: #A53A94; }
a { background-color: rgb(165,58,148); }
div.DivClassName
{
background-color: #A53A94;
}
.BgClassName
{
background-color: #A53A94;
}
</style>
border-color css
<style>
span { border-color: #A53A94; }
span { border-color: rgb(165,58,148); }
td.TdClassName
{
border-color: #A53A94;
}
.TagClassName
{
border-color: #A53A94;
}
</style>