Shades of Vivid Violet #A3319D
Tints of Vivid Violet #A3319D
RGB
CMYK
RGB Variations
Color information
#A3319D (or 0xA3319D) is known color: Vivid Violet. HEX triplet: A3, 31 and 9D. RGB value is (163,49,157). Sum of RGB (Red+Green+Blue) = 163+49+157=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3319D is #5CCE62. Grayscale: #5F5F5F. Windows color (decimal): -6082147 or 10301859. OLE color: 10301859.
HSL color Cylindrical-coordinate representation of color #A3319D: hue angle of 303.16º 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 #A3319D is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 157 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.36 |
| HSL | 303.16º | 0.54% | 0.42% | - |
| HSV(B) | 303.16º | 0.7% | 0.64% | - |
| XYZ | 22.29 | 12.42 | 33.12 | - |
| YUV | 95.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 157 | 0 | 0.70 | 0.04 | 0.36 | 303.16 | 0.54 | 0.42 |
| Hex | A3 | 31 | 9D | 0 | 46 | 4 | 24 | 12F | 36 | 2A |
| Octal | 243 | 61 | 235 | 0 | 106 | 4 | 44 | 457 | 66 | 52 |
| Binary | 10100011 | 110001 | 10011101 | 0 | 1000110 | 100 | 100100 | 100101111 | 110110 | 101010 |
Color Harmonies of #A3319D
Complementary color
Monochromatic Colors of #A3319D
Black with #A3319D
Text Example
Text Example
White with #A3319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3319D; }
p { color: rgb(163,49,157); }
H1.HeaderClassName
{
color: #A3319D;
}
.AnyTagClassName
{
color: #A3319D;
}
</style>
background-color css
<style>
a { background-color: #A3319D; }
a { background-color: rgb(163,49,157); }
div.DivClassName
{
background-color: #A3319D;
}
.BgClassName
{
background-color: #A3319D;
}
</style>
border-color css
<style>
span { border-color: #A3319D; }
span { border-color: rgb(163,49,157); }
td.TdClassName
{
border-color: #A3319D;
}
.TagClassName
{
border-color: #A3319D;
}
</style>