Shades of Blue Violet #A129EA
Tints of Blue Violet #A129EA
RGB
CMYK
RGB Variations
Color information
#A129EA (or 0xA129EA) is known color: Blue Violet. HEX triplet: A1, 29 and EA. RGB value is (161,41,234). Sum of RGB (Red+Green+Blue) = 161+41+234=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #A129EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129EA is #5ED615. Grayscale: #626262. Windows color (decimal): -6215190 or 15346081. OLE color: 15346081.
HSL color Cylindrical-coordinate representation of color #A129EA: hue angle of 277.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A129EA is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 41 | 234 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.08 |
| HSL | 277.31º | 0.82% | 0.54% | - |
| HSV(B) | 277.31º | 0.82% | 0.92% | - |
| XYZ | 30.34 | 15.1 | 79.16 | - |
| YUV | 98.88 | 204.26 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 234 | 0.31 | 0.82 | 0 | 0.08 | 277.31 | 0.82 | 0.54 |
| Hex | A1 | 29 | EA | 1F | 52 | 0 | 8 | 115 | 52 | 36 |
| Octal | 241 | 51 | 352 | 37 | 122 | 0 | 10 | 425 | 122 | 66 |
| Binary | 10100001 | 101001 | 11101010 | 11111 | 1010010 | 0 | 1000 | 100010101 | 1010010 | 110110 |
Color Harmonies of #A129EA
Complementary color
Monochromatic Colors of #A129EA
Black with #A129EA
Text Example
Text Example
White with #A129EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129EA; }
p { color: rgb(161,41,234); }
H1.HeaderClassName
{
color: #A129EA;
}
.AnyTagClassName
{
color: #A129EA;
}
</style>
background-color css
<style>
a { background-color: #A129EA; }
a { background-color: rgb(161,41,234); }
div.DivClassName
{
background-color: #A129EA;
}
.BgClassName
{
background-color: #A129EA;
}
</style>
border-color css
<style>
span { border-color: #A129EA; }
span { border-color: rgb(161,41,234); }
td.TdClassName
{
border-color: #A129EA;
}
.TagClassName
{
border-color: #A129EA;
}
</style>