Shades of Vivid Violet #A3319C
Tints of Vivid Violet #A3319C
RGB
CMYK
RGB Variations
Color information
#A3319C (or 0xA3319C) is known color: Vivid Violet. HEX triplet: A3, 31 and 9C. RGB value is (163,49,156). Sum of RGB (Red+Green+Blue) = 163+49+156=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3319C is #5CCE63. Grayscale: #5E5E5E. Windows color (decimal): -6082148 or 10236323. OLE color: 10236323.
HSL color Cylindrical-coordinate representation of color #A3319C: hue angle of 303.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3319C is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 156 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.36 |
| HSL | 303.68º | 0.54% | 0.42% | - |
| HSV(B) | 303.68º | 0.7% | 0.64% | - |
| XYZ | 22.2 | 12.38 | 32.67 | - |
| YUV | 95.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 156 | 0 | 0.70 | 0.04 | 0.36 | 303.68 | 0.54 | 0.42 |
| Hex | A3 | 31 | 9C | 0 | 46 | 4 | 24 | 130 | 36 | 2A |
| Octal | 243 | 61 | 234 | 0 | 106 | 4 | 44 | 460 | 66 | 52 |
| Binary | 10100011 | 110001 | 10011100 | 0 | 1000110 | 100 | 100100 | 100110000 | 110110 | 101010 |
Color Harmonies of #A3319C
Complementary color
Monochromatic Colors of #A3319C
Black with #A3319C
Text Example
Text Example
White with #A3319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3319C; }
p { color: rgb(163,49,156); }
H1.HeaderClassName
{
color: #A3319C;
}
.AnyTagClassName
{
color: #A3319C;
}
</style>
background-color css
<style>
a { background-color: #A3319C; }
a { background-color: rgb(163,49,156); }
div.DivClassName
{
background-color: #A3319C;
}
.BgClassName
{
background-color: #A3319C;
}
</style>
border-color css
<style>
span { border-color: #A3319C; }
span { border-color: rgb(163,49,156); }
td.TdClassName
{
border-color: #A3319C;
}
.TagClassName
{
border-color: #A3319C;
}
</style>