Shades of Vivid Violet #A1319E
Tints of Vivid Violet #A1319E
RGB
CMYK
RGB Variations
Color information
#A1319E (or 0xA1319E) is known color: Vivid Violet. HEX triplet: A1, 31 and 9E. RGB value is (161,49,158). Sum of RGB (Red+Green+Blue) = 161+49+158=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1319E is #5ECE61. Grayscale: #5E5E5E. Windows color (decimal): -6213218 or 10367393. OLE color: 10367393.
HSL color Cylindrical-coordinate representation of color #A1319E: hue angle of 301.61º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1319E is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 158 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.37 |
| HSL | 301.61º | 0.53% | 0.41% | - |
| HSV(B) | 301.61º | 0.7% | 0.63% | - |
| XYZ | 21.97 | 12.24 | 33.55 | - |
| YUV | 94.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 158 | 0 | 0.70 | 0.02 | 0.37 | 301.61 | 0.53 | 0.41 |
| Hex | A1 | 31 | 9E | 0 | 46 | 2 | 25 | 12E | 35 | 29 |
| Octal | 241 | 61 | 236 | 0 | 106 | 2 | 45 | 456 | 65 | 51 |
| Binary | 10100001 | 110001 | 10011110 | 0 | 1000110 | 10 | 100101 | 100101110 | 110101 | 101001 |
Color Harmonies of #A1319E
Complementary color
Monochromatic Colors of #A1319E
Black with #A1319E
Text Example
Text Example
White with #A1319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1319E; }
p { color: rgb(161,49,158); }
H1.HeaderClassName
{
color: #A1319E;
}
.AnyTagClassName
{
color: #A1319E;
}
</style>
background-color css
<style>
a { background-color: #A1319E; }
a { background-color: rgb(161,49,158); }
div.DivClassName
{
background-color: #A1319E;
}
.BgClassName
{
background-color: #A1319E;
}
</style>
border-color css
<style>
span { border-color: #A1319E; }
span { border-color: rgb(161,49,158); }
td.TdClassName
{
border-color: #A1319E;
}
.TagClassName
{
border-color: #A1319E;
}
</style>