Shades of Vivid Violet #A1319D
Tints of Vivid Violet #A1319D
RGB
CMYK
RGB Variations
Color information
#A1319D (or 0xA1319D) is known color: Vivid Violet. HEX triplet: A1, 31 and 9D. RGB value is (161,49,157). Sum of RGB (Red+Green+Blue) = 161+49+157=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1319D is #5ECE62. Grayscale: #5E5E5E. Windows color (decimal): -6213219 or 10301857. OLE color: 10301857.
HSL color Cylindrical-coordinate representation of color #A1319D: hue angle of 302.14º 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 #A1319D is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 157 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.37 |
| HSL | 302.14º | 0.53% | 0.41% | - |
| HSV(B) | 302.14º | 0.7% | 0.63% | - |
| XYZ | 21.88 | 12.21 | 33.1 | - |
| YUV | 94.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 157 | 0 | 0.70 | 0.02 | 0.37 | 302.14 | 0.53 | 0.41 |
| Hex | A1 | 31 | 9D | 0 | 46 | 2 | 25 | 12E | 35 | 29 |
| Octal | 241 | 61 | 235 | 0 | 106 | 2 | 45 | 456 | 65 | 51 |
| Binary | 10100001 | 110001 | 10011101 | 0 | 1000110 | 10 | 100101 | 100101110 | 110101 | 101001 |
Color Harmonies of #A1319D
Complementary color
Monochromatic Colors of #A1319D
Black with #A1319D
Text Example
Text Example
White with #A1319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1319D; }
p { color: rgb(161,49,157); }
H1.HeaderClassName
{
color: #A1319D;
}
.AnyTagClassName
{
color: #A1319D;
}
</style>
background-color css
<style>
a { background-color: #A1319D; }
a { background-color: rgb(161,49,157); }
div.DivClassName
{
background-color: #A1319D;
}
.BgClassName
{
background-color: #A1319D;
}
</style>
border-color css
<style>
span { border-color: #A1319D; }
span { border-color: rgb(161,49,157); }
td.TdClassName
{
border-color: #A1319D;
}
.TagClassName
{
border-color: #A1319D;
}
</style>