Shades of Medium Red Violet #A53A86
Tints of Medium Red Violet #A53A86
RGB
CMYK
RGB Variations
Color information
#A53A86 (or 0xA53A86) is known color: Medium Red Violet. HEX triplet: A5, 3A and 86. RGB value is (165,58,134). Sum of RGB (Red+Green+Blue) = 165+58+134=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53A86 is #5AC579. Grayscale: #626262. Windows color (decimal): -5948794 or 8796837. OLE color: 8796837.
HSL color Cylindrical-coordinate representation of color #A53A86: hue angle of 317.38º 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 #A53A86 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 134 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.35 |
| HSL | 317.38º | 0.48% | 0.44% | - |
| HSV(B) | 317.38º | 0.65% | 0.65% | - |
| XYZ | 21.33 | 12.75 | 23.89 | - |
| YUV | 98.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 134 | 0 | 0.65 | 0.19 | 0.35 | 317.38 | 0.48 | 0.44 |
| Hex | A5 | 3A | 86 | 0 | 41 | 13 | 23 | 13D | 30 | 2C |
| Octal | 245 | 72 | 206 | 0 | 101 | 23 | 43 | 475 | 60 | 54 |
| Binary | 10100101 | 111010 | 10000110 | 0 | 1000001 | 10011 | 100011 | 100111101 | 110000 | 101100 |
Color Harmonies of #A53A86
Complementary color
Monochromatic Colors of #A53A86
Black with #A53A86
Text Example
Text Example
White with #A53A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53A86; }
p { color: rgb(165,58,134); }
H1.HeaderClassName
{
color: #A53A86;
}
.AnyTagClassName
{
color: #A53A86;
}
</style>
background-color css
<style>
a { background-color: #A53A86; }
a { background-color: rgb(165,58,134); }
div.DivClassName
{
background-color: #A53A86;
}
.BgClassName
{
background-color: #A53A86;
}
</style>
border-color css
<style>
span { border-color: #A53A86; }
span { border-color: rgb(165,58,134); }
td.TdClassName
{
border-color: #A53A86;
}
.TagClassName
{
border-color: #A53A86;
}
</style>