Shades of Blue Violet #A129ED
Tints of Blue Violet #A129ED
RGB
CMYK
RGB Variations
Color information
#A129ED (or 0xA129ED) is known color: Blue Violet. HEX triplet: A1, 29 and ED. RGB value is (161,41,237). Sum of RGB (Red+Green+Blue) = 161+41+237=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #A129ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A129ED is #5ED612. Grayscale: #626262. Windows color (decimal): -6215187 or 15542689. OLE color: 15542689.
HSL color Cylindrical-coordinate representation of color #A129ED: hue angle of 276.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A129ED is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 41 | 237 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.07 |
| HSL | 276.73º | 0.84% | 0.55% | - |
| HSV(B) | 276.73º | 0.83% | 0.93% | - |
| XYZ | 30.78 | 15.28 | 81.45 | - |
| YUV | 99.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 237 | 0.32 | 0.83 | 0 | 0.07 | 276.73 | 0.84 | 0.55 |
| Hex | A1 | 29 | ED | 20 | 53 | 0 | 7 | 115 | 54 | 37 |
| Octal | 241 | 51 | 355 | 40 | 123 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100001 | 101001 | 11101101 | 100000 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A129ED
Complementary color
Monochromatic Colors of #A129ED
Black with #A129ED
Text Example
Text Example
White with #A129ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129ED; }
p { color: rgb(161,41,237); }
H1.HeaderClassName
{
color: #A129ED;
}
.AnyTagClassName
{
color: #A129ED;
}
</style>
background-color css
<style>
a { background-color: #A129ED; }
a { background-color: rgb(161,41,237); }
div.DivClassName
{
background-color: #A129ED;
}
.BgClassName
{
background-color: #A129ED;
}
</style>
border-color css
<style>
span { border-color: #A129ED; }
span { border-color: rgb(161,41,237); }
td.TdClassName
{
border-color: #A129ED;
}
.TagClassName
{
border-color: #A129ED;
}
</style>