Shades of Vivid Violet #A3329C
Tints of Vivid Violet #A3329C
RGB
CMYK
RGB Variations
Color information
#A3329C (or 0xA3329C) is known color: Vivid Violet. HEX triplet: A3, 32 and 9C. RGB value is (163,50,156). Sum of RGB (Red+Green+Blue) = 163+50+156=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3329C is #5CCD63. Grayscale: #5F5F5F. Windows color (decimal): -6081892 or 10236579. OLE color: 10236579.
HSL color Cylindrical-coordinate representation of color #A3329C: hue angle of 303.72º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3329C is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 156 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.36 |
| HSL | 303.72º | 0.53% | 0.42% | - |
| HSV(B) | 303.72º | 0.69% | 0.64% | - |
| XYZ | 22.25 | 12.47 | 32.69 | - |
| YUV | 95.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 156 | 0 | 0.69 | 0.04 | 0.36 | 303.72 | 0.53 | 0.42 |
| Hex | A3 | 32 | 9C | 0 | 45 | 4 | 24 | 130 | 35 | 2A |
| Octal | 243 | 62 | 234 | 0 | 105 | 4 | 44 | 460 | 65 | 52 |
| Binary | 10100011 | 110010 | 10011100 | 0 | 1000101 | 100 | 100100 | 100110000 | 110101 | 101010 |
Color Harmonies of #A3329C
Complementary color
Monochromatic Colors of #A3329C
Black with #A3329C
Text Example
Text Example
White with #A3329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3329C; }
p { color: rgb(163,50,156); }
H1.HeaderClassName
{
color: #A3329C;
}
.AnyTagClassName
{
color: #A3329C;
}
</style>
background-color css
<style>
a { background-color: #A3329C; }
a { background-color: rgb(163,50,156); }
div.DivClassName
{
background-color: #A3329C;
}
.BgClassName
{
background-color: #A3329C;
}
</style>
border-color css
<style>
span { border-color: #A3329C; }
span { border-color: rgb(163,50,156); }
td.TdClassName
{
border-color: #A3329C;
}
.TagClassName
{
border-color: #A3329C;
}
</style>