Shades of Vivid Violet #A1319B
Tints of Vivid Violet #A1319B
RGB
CMYK
RGB Variations
Color information
#A1319B (or 0xA1319B) is known color: Vivid Violet. HEX triplet: A1, 31 and 9B. RGB value is (161,49,155). Sum of RGB (Red+Green+Blue) = 161+49+155=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A1319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1319B is #5ECE64. Grayscale: #5E5E5E. Windows color (decimal): -6213221 or 10170785. OLE color: 10170785.
HSL color Cylindrical-coordinate representation of color #A1319B: hue angle of 303.21º 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 #A1319B is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 155 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.37 |
| HSL | 303.21º | 0.53% | 0.41% | - |
| HSV(B) | 303.21º | 0.7% | 0.63% | - |
| XYZ | 21.71 | 12.14 | 32.21 | - |
| YUV | 94.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 155 | 0 | 0.70 | 0.04 | 0.37 | 303.21 | 0.53 | 0.41 |
| Hex | A1 | 31 | 9B | 0 | 46 | 4 | 25 | 12F | 35 | 29 |
| Octal | 241 | 61 | 233 | 0 | 106 | 4 | 45 | 457 | 65 | 51 |
| Binary | 10100001 | 110001 | 10011011 | 0 | 1000110 | 100 | 100101 | 100101111 | 110101 | 101001 |
Color Harmonies of #A1319B
Complementary color
Monochromatic Colors of #A1319B
Black with #A1319B
Text Example
Text Example
White with #A1319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1319B; }
p { color: rgb(161,49,155); }
H1.HeaderClassName
{
color: #A1319B;
}
.AnyTagClassName
{
color: #A1319B;
}
</style>
background-color css
<style>
a { background-color: #A1319B; }
a { background-color: rgb(161,49,155); }
div.DivClassName
{
background-color: #A1319B;
}
.BgClassName
{
background-color: #A1319B;
}
</style>
border-color css
<style>
span { border-color: #A1319B; }
span { border-color: rgb(161,49,155); }
td.TdClassName
{
border-color: #A1319B;
}
.TagClassName
{
border-color: #A1319B;
}
</style>