Shades of Vivid Violet #A329A1
Tints of Vivid Violet #A329A1
RGB
CMYK
RGB Variations
Color information
#A329A1 (or 0xA329A1) is known color: Vivid Violet. HEX triplet: A3, 29 and A1. RGB value is (163,41,161). Sum of RGB (Red+Green+Blue) = 163+41+161=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A329A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A329A1 is #5CD65E. Grayscale: #5A5A5A. Windows color (decimal): -6084191 or 10561955. OLE color: 10561955.
HSL color Cylindrical-coordinate representation of color #A329A1: hue angle of 300.98º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A329A1 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 161 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.36 |
| HSL | 300.98º | 0.6% | 0.4% | - |
| HSV(B) | 300.98º | 0.75% | 0.64% | - |
| XYZ | 22.33 | 11.95 | 34.85 | - |
| YUV | 91.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 161 | 0 | 0.75 | 0.01 | 0.36 | 300.98 | 0.6 | 0.4 |
| Hex | A3 | 29 | A1 | 0 | 4B | 1 | 24 | 12D | 3C | 28 |
| Octal | 243 | 51 | 241 | 0 | 113 | 1 | 44 | 455 | 74 | 50 |
| Binary | 10100011 | 101001 | 10100001 | 0 | 1001011 | 1 | 100100 | 100101101 | 111100 | 101000 |
Color Harmonies of #A329A1
Complementary color
Monochromatic Colors of #A329A1
Black with #A329A1
Text Example
Text Example
White with #A329A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329A1; }
p { color: rgb(163,41,161); }
H1.HeaderClassName
{
color: #A329A1;
}
.AnyTagClassName
{
color: #A329A1;
}
</style>
background-color css
<style>
a { background-color: #A329A1; }
a { background-color: rgb(163,41,161); }
div.DivClassName
{
background-color: #A329A1;
}
.BgClassName
{
background-color: #A329A1;
}
</style>
border-color css
<style>
span { border-color: #A329A1; }
span { border-color: rgb(163,41,161); }
td.TdClassName
{
border-color: #A329A1;
}
.TagClassName
{
border-color: #A329A1;
}
</style>