Shades of Medium Red Violet #A53891
Tints of Medium Red Violet #A53891
RGB
CMYK
RGB Variations
Color information
#A53891 (or 0xA53891) is known color: Medium Red Violet. HEX triplet: A5, 38 and 91. RGB value is (165,56,145). Sum of RGB (Red+Green+Blue) = 165+56+145=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A53891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53891 is #5AC76E. Grayscale: #626262. Windows color (decimal): -5949295 or 9517221. OLE color: 9517221.
HSL color Cylindrical-coordinate representation of color #A53891: hue angle of 311.01º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53891 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 56 | 145 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.35 |
| HSL | 311.01º | 0.49% | 0.43% | - |
| HSV(B) | 311.01º | 0.66% | 0.65% | - |
| XYZ | 22.04 | 12.87 | 28.11 | - |
| YUV | 98.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 145 | 0 | 0.66 | 0.12 | 0.35 | 311.01 | 0.49 | 0.43 |
| Hex | A5 | 38 | 91 | 0 | 42 | C | 23 | 137 | 31 | 2B |
| Octal | 245 | 70 | 221 | 0 | 102 | 14 | 43 | 467 | 61 | 53 |
| Binary | 10100101 | 111000 | 10010001 | 0 | 1000010 | 1100 | 100011 | 100110111 | 110001 | 101011 |
Color Harmonies of #A53891
Complementary color
Monochromatic Colors of #A53891
Black with #A53891
Text Example
Text Example
White with #A53891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53891; }
p { color: rgb(165,56,145); }
H1.HeaderClassName
{
color: #A53891;
}
.AnyTagClassName
{
color: #A53891;
}
</style>
background-color css
<style>
a { background-color: #A53891; }
a { background-color: rgb(165,56,145); }
div.DivClassName
{
background-color: #A53891;
}
.BgClassName
{
background-color: #A53891;
}
</style>
border-color css
<style>
span { border-color: #A53891; }
span { border-color: rgb(165,56,145); }
td.TdClassName
{
border-color: #A53891;
}
.TagClassName
{
border-color: #A53891;
}
</style>