Shades of Vivid Violet #A0319A
Tints of Vivid Violet #A0319A
RGB
CMYK
RGB Variations
Color information
#A0319A (or 0xA0319A) is known color: Vivid Violet. HEX triplet: A0, 31 and 9A. RGB value is (160,49,154). Sum of RGB (Red+Green+Blue) = 160+49+154=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0319A is #5FCE65. Grayscale: #5D5D5D. Windows color (decimal): -6278758 or 10105248. OLE color: 10105248.
HSL color Cylindrical-coordinate representation of color #A0319A: hue angle of 303.24º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0319A is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 154 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.37 |
| HSL | 303.24º | 0.53% | 0.41% | - |
| HSV(B) | 303.24º | 0.69% | 0.63% | - |
| XYZ | 21.43 | 12 | 31.76 | - |
| YUV | 94.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 154 | 0 | 0.69 | 0.04 | 0.37 | 303.24 | 0.53 | 0.41 |
| Hex | A0 | 31 | 9A | 0 | 45 | 4 | 25 | 12F | 35 | 29 |
| Octal | 240 | 61 | 232 | 0 | 105 | 4 | 45 | 457 | 65 | 51 |
| Binary | 10100000 | 110001 | 10011010 | 0 | 1000101 | 100 | 100101 | 100101111 | 110101 | 101001 |
Color Harmonies of #A0319A
Complementary color
Monochromatic Colors of #A0319A
Black with #A0319A
Text Example
Text Example
White with #A0319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0319A; }
p { color: rgb(160,49,154); }
H1.HeaderClassName
{
color: #A0319A;
}
.AnyTagClassName
{
color: #A0319A;
}
</style>
background-color css
<style>
a { background-color: #A0319A; }
a { background-color: rgb(160,49,154); }
div.DivClassName
{
background-color: #A0319A;
}
.BgClassName
{
background-color: #A0319A;
}
</style>
border-color css
<style>
span { border-color: #A0319A; }
span { border-color: rgb(160,49,154); }
td.TdClassName
{
border-color: #A0319A;
}
.TagClassName
{
border-color: #A0319A;
}
</style>