Shades of Blue Violet #A429EC
Tints of Blue Violet #A429EC
RGB
CMYK
RGB Variations
Color information
#A429EC (or 0xA429EC) is known color: Blue Violet. HEX triplet: A4, 29 and EC. RGB value is (164,41,236). Sum of RGB (Red+Green+Blue) = 164+41+236=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #A429EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429EC is #5BD613. Grayscale: #636363. Windows color (decimal): -6018580 or 15477156. OLE color: 15477156.
HSL color Cylindrical-coordinate representation of color #A429EC: hue angle of 277.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429EC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 41 | 236 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.85º | 0.84% | 0.54% | - |
| HSV(B) | 277.85º | 0.83% | 0.93% | - |
| XYZ | 31.24 | 15.53 | 80.71 | - |
| YUV | 100.01 | 204.75 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 236 | 0.31 | 0.83 | 0 | 0.07 | 277.85 | 0.84 | 0.54 |
| Hex | A4 | 29 | EC | 1F | 53 | 0 | 7 | 116 | 54 | 36 |
| Octal | 244 | 51 | 354 | 37 | 123 | 0 | 7 | 426 | 124 | 66 |
| Binary | 10100100 | 101001 | 11101100 | 11111 | 1010011 | 0 | 111 | 100010110 | 1010100 | 110110 |
Color Harmonies of #A429EC
Complementary color
Monochromatic Colors of #A429EC
Black with #A429EC
Text Example
Text Example
White with #A429EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429EC; }
p { color: rgb(164,41,236); }
H1.HeaderClassName
{
color: #A429EC;
}
.AnyTagClassName
{
color: #A429EC;
}
</style>
background-color css
<style>
a { background-color: #A429EC; }
a { background-color: rgb(164,41,236); }
div.DivClassName
{
background-color: #A429EC;
}
.BgClassName
{
background-color: #A429EC;
}
</style>
border-color css
<style>
span { border-color: #A429EC; }
span { border-color: rgb(164,41,236); }
td.TdClassName
{
border-color: #A429EC;
}
.TagClassName
{
border-color: #A429EC;
}
</style>