Shades of Vivid Violet #A2319C
Tints of Vivid Violet #A2319C
RGB
CMYK
RGB Variations
Color information
#A2319C (or 0xA2319C) is known color: Vivid Violet. HEX triplet: A2, 31 and 9C. RGB value is (162,49,156). Sum of RGB (Red+Green+Blue) = 162+49+156=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A2319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2319C is #5DCE63. Grayscale: #5E5E5E. Windows color (decimal): -6147684 or 10236322. OLE color: 10236322.
HSL color Cylindrical-coordinate representation of color #A2319C: hue angle of 303.19º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2319C is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 156 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.36 |
| HSL | 303.19º | 0.54% | 0.41% | - |
| HSV(B) | 303.19º | 0.7% | 0.64% | - |
| XYZ | 22 | 12.28 | 32.66 | - |
| YUV | 94.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 156 | 0 | 0.70 | 0.04 | 0.36 | 303.19 | 0.54 | 0.41 |
| Hex | A2 | 31 | 9C | 0 | 46 | 4 | 24 | 12F | 36 | 29 |
| Octal | 242 | 61 | 234 | 0 | 106 | 4 | 44 | 457 | 66 | 51 |
| Binary | 10100010 | 110001 | 10011100 | 0 | 1000110 | 100 | 100100 | 100101111 | 110110 | 101001 |
Color Harmonies of #A2319C
Complementary color
Monochromatic Colors of #A2319C
Black with #A2319C
Text Example
Text Example
White with #A2319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2319C; }
p { color: rgb(162,49,156); }
H1.HeaderClassName
{
color: #A2319C;
}
.AnyTagClassName
{
color: #A2319C;
}
</style>
background-color css
<style>
a { background-color: #A2319C; }
a { background-color: rgb(162,49,156); }
div.DivClassName
{
background-color: #A2319C;
}
.BgClassName
{
background-color: #A2319C;
}
</style>
border-color css
<style>
span { border-color: #A2319C; }
span { border-color: rgb(162,49,156); }
td.TdClassName
{
border-color: #A2319C;
}
.TagClassName
{
border-color: #A2319C;
}
</style>