Shades of Medium Red Violet #A5319B
Tints of Medium Red Violet #A5319B
RGB
CMYK
RGB Variations
Color information
#A5319B (or 0xA5319B) is known color: Medium Red Violet. HEX triplet: A5, 31 and 9B. RGB value is (165,49,155). Sum of RGB (Red+Green+Blue) = 165+49+155=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5319B is #5ACE64. Grayscale: #5F5F5F. Windows color (decimal): -5951077 or 10170789. OLE color: 10170789.
HSL color Cylindrical-coordinate representation of color #A5319B: hue angle of 305.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5319B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 49 | 155 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.35 |
| HSL | 305.17º | 0.54% | 0.42% | - |
| HSV(B) | 305.17º | 0.7% | 0.65% | - |
| XYZ | 22.53 | 12.56 | 32.25 | - |
| YUV | 95.77 | 161.43 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 155 | 0 | 0.70 | 0.06 | 0.35 | 305.17 | 0.54 | 0.42 |
| Hex | A5 | 31 | 9B | 0 | 46 | 6 | 23 | 131 | 36 | 2A |
| Octal | 245 | 61 | 233 | 0 | 106 | 6 | 43 | 461 | 66 | 52 |
| Binary | 10100101 | 110001 | 10011011 | 0 | 1000110 | 110 | 100011 | 100110001 | 110110 | 101010 |
Color Harmonies of #A5319B
Complementary color
Monochromatic Colors of #A5319B
Black with #A5319B
Text Example
Text Example
White with #A5319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5319B; }
p { color: rgb(165,49,155); }
H1.HeaderClassName
{
color: #A5319B;
}
.AnyTagClassName
{
color: #A5319B;
}
</style>
background-color css
<style>
a { background-color: #A5319B; }
a { background-color: rgb(165,49,155); }
div.DivClassName
{
background-color: #A5319B;
}
.BgClassName
{
background-color: #A5319B;
}
</style>
border-color css
<style>
span { border-color: #A5319B; }
span { border-color: rgb(165,49,155); }
td.TdClassName
{
border-color: #A5319B;
}
.TagClassName
{
border-color: #A5319B;
}
</style>