Shades of Blue Violet #A629EA
Tints of Blue Violet #A629EA
RGB
CMYK
RGB Variations
Color information
#A629EA (or 0xA629EA) is known color: Blue Violet. HEX triplet: A6, 29 and EA. RGB value is (166,41,234). Sum of RGB (Red+Green+Blue) = 166+41+234=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #A629EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A629EA is #59D615. Grayscale: #636363. Windows color (decimal): -5887510 or 15346086. OLE color: 15346086.
HSL color Cylindrical-coordinate representation of color #A629EA: hue angle of 278.86º 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 #A629EA is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 41 | 234 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.08 |
| HSL | 278.86º | 0.82% | 0.54% | - |
| HSV(B) | 278.86º | 0.82% | 0.92% | - |
| XYZ | 31.37 | 15.63 | 79.21 | - |
| YUV | 100.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 234 | 0.29 | 0.82 | 0 | 0.08 | 278.86 | 0.82 | 0.54 |
| Hex | A6 | 29 | EA | 1D | 52 | 0 | 8 | 117 | 52 | 36 |
| Octal | 246 | 51 | 352 | 35 | 122 | 0 | 10 | 427 | 122 | 66 |
| Binary | 10100110 | 101001 | 11101010 | 11101 | 1010010 | 0 | 1000 | 100010111 | 1010010 | 110110 |
Color Harmonies of #A629EA
Complementary color
Monochromatic Colors of #A629EA
Black with #A629EA
Text Example
Text Example
White with #A629EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629EA; }
p { color: rgb(166,41,234); }
H1.HeaderClassName
{
color: #A629EA;
}
.AnyTagClassName
{
color: #A629EA;
}
</style>
background-color css
<style>
a { background-color: #A629EA; }
a { background-color: rgb(166,41,234); }
div.DivClassName
{
background-color: #A629EA;
}
.BgClassName
{
background-color: #A629EA;
}
</style>
border-color css
<style>
span { border-color: #A629EA; }
span { border-color: rgb(166,41,234); }
td.TdClassName
{
border-color: #A629EA;
}
.TagClassName
{
border-color: #A629EA;
}
</style>