Shades of Vivid Violet #A129A0
Tints of Vivid Violet #A129A0
RGB
CMYK
RGB Variations
Color information
#A129A0 (or 0xA129A0) is known color: Vivid Violet. HEX triplet: A1, 29 and A0. RGB value is (161,41,160). Sum of RGB (Red+Green+Blue) = 161+41+160=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A129A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A0 is #5ED65F. Grayscale: #5A5A5A. Windows color (decimal): -6215264 or 10496417. OLE color: 10496417.
HSL color Cylindrical-coordinate representation of color #A129A0: hue angle of 300.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A129A0 is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 41 | 160 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.37 |
| HSL | 300.5º | 0.59% | 0.4% | - |
| HSV(B) | 300.5º | 0.75% | 0.63% | - |
| XYZ | 21.84 | 11.7 | 34.37 | - |
| YUV | 90.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 160 | 0 | 0.75 | 0.01 | 0.37 | 300.5 | 0.59 | 0.4 |
| Hex | A1 | 29 | A0 | 0 | 4B | 1 | 25 | 12C | 3B | 28 |
| Octal | 241 | 51 | 240 | 0 | 113 | 1 | 45 | 454 | 73 | 50 |
| Binary | 10100001 | 101001 | 10100000 | 0 | 1001011 | 1 | 100101 | 100101100 | 111011 | 101000 |
Color Harmonies of #A129A0
Complementary color
Monochromatic Colors of #A129A0
Black with #A129A0
Text Example
Text Example
White with #A129A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129A0; }
p { color: rgb(161,41,160); }
H1.HeaderClassName
{
color: #A129A0;
}
.AnyTagClassName
{
color: #A129A0;
}
</style>
background-color css
<style>
a { background-color: #A129A0; }
a { background-color: rgb(161,41,160); }
div.DivClassName
{
background-color: #A129A0;
}
.BgClassName
{
background-color: #A129A0;
}
</style>
border-color css
<style>
span { border-color: #A129A0; }
span { border-color: rgb(161,41,160); }
td.TdClassName
{
border-color: #A129A0;
}
.TagClassName
{
border-color: #A129A0;
}
</style>