Shades of Vivid Violet #A0329A
Tints of Vivid Violet #A0329A
RGB
CMYK
RGB Variations
Color information
#A0329A (or 0xA0329A) is known color: Vivid Violet. HEX triplet: A0, 32 and 9A. RGB value is (160,50,154). Sum of RGB (Red+Green+Blue) = 160+50+154=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0329A is #5FCD65. Grayscale: #5E5E5E. Windows color (decimal): -6278502 or 10105504. OLE color: 10105504.
HSL color Cylindrical-coordinate representation of color #A0329A: hue angle of 303.27º degrees, saturation: 0.52, 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 #A0329A is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 154 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.37 |
| HSL | 303.27º | 0.52% | 0.41% | - |
| HSV(B) | 303.27º | 0.69% | 0.63% | - |
| XYZ | 21.47 | 12.09 | 31.77 | - |
| YUV | 94.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 154 | 0 | 0.69 | 0.04 | 0.37 | 303.27 | 0.52 | 0.41 |
| Hex | A0 | 32 | 9A | 0 | 45 | 4 | 25 | 12F | 34 | 29 |
| Octal | 240 | 62 | 232 | 0 | 105 | 4 | 45 | 457 | 64 | 51 |
| Binary | 10100000 | 110010 | 10011010 | 0 | 1000101 | 100 | 100101 | 100101111 | 110100 | 101001 |
Color Harmonies of #A0329A
Complementary color
Monochromatic Colors of #A0329A
Black with #A0329A
Text Example
Text Example
White with #A0329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0329A; }
p { color: rgb(160,50,154); }
H1.HeaderClassName
{
color: #A0329A;
}
.AnyTagClassName
{
color: #A0329A;
}
</style>
background-color css
<style>
a { background-color: #A0329A; }
a { background-color: rgb(160,50,154); }
div.DivClassName
{
background-color: #A0329A;
}
.BgClassName
{
background-color: #A0329A;
}
</style>
border-color css
<style>
span { border-color: #A0329A; }
span { border-color: rgb(160,50,154); }
td.TdClassName
{
border-color: #A0329A;
}
.TagClassName
{
border-color: #A0329A;
}
</style>