Shades of Vivid Violet #A1329C
Tints of Vivid Violet #A1329C
RGB
CMYK
RGB Variations
Color information
#A1329C (or 0xA1329C) is known color: Vivid Violet. HEX triplet: A1, 32 and 9C. RGB value is (161,50,156). Sum of RGB (Red+Green+Blue) = 161+50+156=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1329C is #5ECD63. Grayscale: #5E5E5E. Windows color (decimal): -6212964 or 10236577. OLE color: 10236577.
HSL color Cylindrical-coordinate representation of color #A1329C: hue angle of 302.7º degrees, saturation: 0.53, 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 #A1329C is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 156 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.37 |
| HSL | 302.7º | 0.53% | 0.41% | - |
| HSV(B) | 302.7º | 0.69% | 0.63% | - |
| XYZ | 21.84 | 12.26 | 32.67 | - |
| YUV | 95.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 156 | 0 | 0.69 | 0.03 | 0.37 | 302.7 | 0.53 | 0.41 |
| Hex | A1 | 32 | 9C | 0 | 45 | 3 | 25 | 12F | 35 | 29 |
| Octal | 241 | 62 | 234 | 0 | 105 | 3 | 45 | 457 | 65 | 51 |
| Binary | 10100001 | 110010 | 10011100 | 0 | 1000101 | 11 | 100101 | 100101111 | 110101 | 101001 |
Color Harmonies of #A1329C
Complementary color
Monochromatic Colors of #A1329C
Black with #A1329C
Text Example
Text Example
White with #A1329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1329C; }
p { color: rgb(161,50,156); }
H1.HeaderClassName
{
color: #A1329C;
}
.AnyTagClassName
{
color: #A1329C;
}
</style>
background-color css
<style>
a { background-color: #A1329C; }
a { background-color: rgb(161,50,156); }
div.DivClassName
{
background-color: #A1329C;
}
.BgClassName
{
background-color: #A1329C;
}
</style>
border-color css
<style>
span { border-color: #A1329C; }
span { border-color: rgb(161,50,156); }
td.TdClassName
{
border-color: #A1329C;
}
.TagClassName
{
border-color: #A1329C;
}
</style>