Shades of Medium Red Violet #A5318D
Tints of Medium Red Violet #A5318D
RGB
CMYK
RGB Variations
Color information
#A5318D (or 0xA5318D) is known color: Medium Red Violet. HEX triplet: A5, 31 and 8D. RGB value is (165,49,141). Sum of RGB (Red+Green+Blue) = 165+49+141=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5318D is #5ACE72. Grayscale: #5D5D5D. Windows color (decimal): -5951091 or 9253285. OLE color: 9253285.
HSL color Cylindrical-coordinate representation of color #A5318D: hue angle of 312.41º 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 #A5318D is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 49 | 141 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.35 |
| HSL | 312.41º | 0.54% | 0.42% | - |
| HSV(B) | 312.41º | 0.7% | 0.65% | - |
| XYZ | 21.42 | 12.12 | 26.41 | - |
| YUV | 94.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 49 | 141 | 0 | 0.70 | 0.15 | 0.35 | 312.41 | 0.54 | 0.42 |
| Hex | A5 | 31 | 8D | 0 | 46 | F | 23 | 138 | 36 | 2A |
| Octal | 245 | 61 | 215 | 0 | 106 | 17 | 43 | 470 | 66 | 52 |
| Binary | 10100101 | 110001 | 10001101 | 0 | 1000110 | 1111 | 100011 | 100111000 | 110110 | 101010 |
Color Harmonies of #A5318D
Complementary color
Monochromatic Colors of #A5318D
Black with #A5318D
Text Example
Text Example
White with #A5318D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5318D; }
p { color: rgb(165,49,141); }
H1.HeaderClassName
{
color: #A5318D;
}
.AnyTagClassName
{
color: #A5318D;
}
</style>
background-color css
<style>
a { background-color: #A5318D; }
a { background-color: rgb(165,49,141); }
div.DivClassName
{
background-color: #A5318D;
}
.BgClassName
{
background-color: #A5318D;
}
</style>
border-color css
<style>
span { border-color: #A5318D; }
span { border-color: rgb(165,49,141); }
td.TdClassName
{
border-color: #A5318D;
}
.TagClassName
{
border-color: #A5318D;
}
</style>