Shades of Blue Violet #A129E5
Tints of Blue Violet #A129E5
RGB
CMYK
RGB Variations
Color information
#A129E5 (or 0xA129E5) is known color: Blue Violet. HEX triplet: A1, 29 and E5. RGB value is (161,41,229). Sum of RGB (Red+Green+Blue) = 161+41+229=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 41 (16.41% from 255 or 9.51% from 431); Blue value is 229 (89.84% from 255 or 53.13% from 431); Max value from RGB is 229 - color contains mainly: blue. Hex color #A129E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129E5 is #5ED61A. Grayscale: #616161. Windows color (decimal): -6215195 or 15018401. OLE color: 15018401.
HSL color Cylindrical-coordinate representation of color #A129E5: hue angle of 278.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A129E5 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 41 | 229 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.10 |
| HSL | 278.3º | 0.78% | 0.53% | - |
| HSV(B) | 278.3º | 0.82% | 0.9% | - |
| XYZ | 29.63 | 14.82 | 75.43 | - |
| YUV | 98.31 | 201.76 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 229 | 0.30 | 0.82 | 0 | 0.10 | 278.3 | 0.78 | 0.53 |
| Hex | A1 | 29 | E5 | 1E | 52 | 0 | A | 116 | 4E | 35 |
| Octal | 241 | 51 | 345 | 36 | 122 | 0 | 12 | 426 | 116 | 65 |
| Binary | 10100001 | 101001 | 11100101 | 11110 | 1010010 | 0 | 1010 | 100010110 | 1001110 | 110101 |
Color Harmonies of #A129E5
Complementary color
Monochromatic Colors of #A129E5
Black with #A129E5
Text Example
Text Example
White with #A129E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129E5; }
p { color: rgb(161,41,229); }
H1.HeaderClassName
{
color: #A129E5;
}
.AnyTagClassName
{
color: #A129E5;
}
</style>
background-color css
<style>
a { background-color: #A129E5; }
a { background-color: rgb(161,41,229); }
div.DivClassName
{
background-color: #A129E5;
}
.BgClassName
{
background-color: #A129E5;
}
</style>
border-color css
<style>
span { border-color: #A129E5; }
span { border-color: rgb(161,41,229); }
td.TdClassName
{
border-color: #A129E5;
}
.TagClassName
{
border-color: #A129E5;
}
</style>