Shades of Vivid Violet #A129A8
Tints of Vivid Violet #A129A8
RGB
CMYK
RGB Variations
Color information
#A129A8 (or 0xA129A8) is known color: Vivid Violet. HEX triplet: A1, 29 and A8. RGB value is (161,41,168). Sum of RGB (Red+Green+Blue) = 161+41+168=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 168 (66.02% from 255 or 45.41% from 370); Max value from RGB is 168 - color contains mainly: blue. Hex color #A129A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A8 is #5ED657. Grayscale: #5A5A5A. Windows color (decimal): -6215256 or 11020705. OLE color: 11020705.
HSL color Cylindrical-coordinate representation of color #A129A8: hue angle of 296.69º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A129A8 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 41 | 168 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.34 |
| HSL | 296.69º | 0.61% | 0.41% | - |
| HSV(B) | 296.69º | 0.76% | 0.66% | - |
| XYZ | 22.56 | 11.99 | 38.17 | - |
| YUV | 91.36 | 171.26 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 168 | 0.04 | 0.76 | 0 | 0.34 | 296.69 | 0.61 | 0.41 |
| Hex | A1 | 29 | A8 | 4 | 4C | 0 | 22 | 129 | 3D | 29 |
| Octal | 241 | 51 | 250 | 4 | 114 | 0 | 42 | 451 | 75 | 51 |
| Binary | 10100001 | 101001 | 10101000 | 100 | 1001100 | 0 | 100010 | 100101001 | 111101 | 101001 |
Color Harmonies of #A129A8
Complementary color
Monochromatic Colors of #A129A8
Black with #A129A8
Text Example
Text Example
White with #A129A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129A8; }
p { color: rgb(161,41,168); }
H1.HeaderClassName
{
color: #A129A8;
}
.AnyTagClassName
{
color: #A129A8;
}
</style>
background-color css
<style>
a { background-color: #A129A8; }
a { background-color: rgb(161,41,168); }
div.DivClassName
{
background-color: #A129A8;
}
.BgClassName
{
background-color: #A129A8;
}
</style>
border-color css
<style>
span { border-color: #A129A8; }
span { border-color: rgb(161,41,168); }
td.TdClassName
{
border-color: #A129A8;
}
.TagClassName
{
border-color: #A129A8;
}
</style>