Shades of Vivid Violet #A0329D
Tints of Vivid Violet #A0329D
RGB
CMYK
RGB Variations
Color information
#A0329D (or 0xA0329D) is known color: Vivid Violet. HEX triplet: A0, 32 and 9D. RGB value is (160,50,157). Sum of RGB (Red+Green+Blue) = 160+50+157=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0329D is #5FCD62. Grayscale: #5E5E5E. Windows color (decimal): -6278499 or 10302112. OLE color: 10302112.
HSL color Cylindrical-coordinate representation of color #A0329D: hue angle of 301.64º 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 #A0329D is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 157 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.37 |
| HSL | 301.64º | 0.52% | 0.41% | - |
| HSV(B) | 301.64º | 0.69% | 0.63% | - |
| XYZ | 21.72 | 12.19 | 33.11 | - |
| YUV | 95.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 157 | 0 | 0.69 | 0.02 | 0.37 | 301.64 | 0.52 | 0.41 |
| Hex | A0 | 32 | 9D | 0 | 45 | 2 | 25 | 12E | 34 | 29 |
| Octal | 240 | 62 | 235 | 0 | 105 | 2 | 45 | 456 | 64 | 51 |
| Binary | 10100000 | 110010 | 10011101 | 0 | 1000101 | 10 | 100101 | 100101110 | 110100 | 101001 |
Color Harmonies of #A0329D
Complementary color
Monochromatic Colors of #A0329D
Black with #A0329D
Text Example
Text Example
White with #A0329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0329D; }
p { color: rgb(160,50,157); }
H1.HeaderClassName
{
color: #A0329D;
}
.AnyTagClassName
{
color: #A0329D;
}
</style>
background-color css
<style>
a { background-color: #A0329D; }
a { background-color: rgb(160,50,157); }
div.DivClassName
{
background-color: #A0329D;
}
.BgClassName
{
background-color: #A0329D;
}
</style>
border-color css
<style>
span { border-color: #A0329D; }
span { border-color: rgb(160,50,157); }
td.TdClassName
{
border-color: #A0329D;
}
.TagClassName
{
border-color: #A0329D;
}
</style>