Shades of Vivid Violet #A129A6
Tints of Vivid Violet #A129A6
RGB
CMYK
RGB Variations
Color information
#A129A6 (or 0xA129A6) is known color: Vivid Violet. HEX triplet: A1, 29 and A6. RGB value is (161,41,166). Sum of RGB (Red+Green+Blue) = 161+41+166=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 166 - color contains mainly: blue. Hex color #A129A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129A6 is #5ED659. Grayscale: #5A5A5A. Windows color (decimal): -6215258 or 10889633. OLE color: 10889633.
HSL color Cylindrical-coordinate representation of color #A129A6: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A129A6 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 41 | 166 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.35 |
| HSL | 297.6º | 0.6% | 0.41% | - |
| HSV(B) | 297.6º | 0.75% | 0.65% | - |
| XYZ | 22.37 | 11.92 | 37.2 | - |
| YUV | 91.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 166 | 0.03 | 0.75 | 0 | 0.35 | 297.6 | 0.6 | 0.41 |
| Hex | A1 | 29 | A6 | 3 | 4B | 0 | 23 | 12A | 3C | 29 |
| Octal | 241 | 51 | 246 | 3 | 113 | 0 | 43 | 452 | 74 | 51 |
| Binary | 10100001 | 101001 | 10100110 | 11 | 1001011 | 0 | 100011 | 100101010 | 111100 | 101001 |
Color Harmonies of #A129A6
Complementary color
Monochromatic Colors of #A129A6
Black with #A129A6
Text Example
Text Example
White with #A129A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129A6; }
p { color: rgb(161,41,166); }
H1.HeaderClassName
{
color: #A129A6;
}
.AnyTagClassName
{
color: #A129A6;
}
</style>
background-color css
<style>
a { background-color: #A129A6; }
a { background-color: rgb(161,41,166); }
div.DivClassName
{
background-color: #A129A6;
}
.BgClassName
{
background-color: #A129A6;
}
</style>
border-color css
<style>
span { border-color: #A129A6; }
span { border-color: rgb(161,41,166); }
td.TdClassName
{
border-color: #A129A6;
}
.TagClassName
{
border-color: #A129A6;
}
</style>