Shades of Blue Violet #A429F0
Tints of Blue Violet #A429F0
RGB
CMYK
RGB Variations
Color information
#A429F0 (or 0xA429F0) is known color: Blue Violet. HEX triplet: A4, 29 and F0. RGB value is (164,41,240). Sum of RGB (Red+Green+Blue) = 164+41+240=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #A429F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429F0 is #5BD60F. Grayscale: #636363. Windows color (decimal): -6018576 or 15739300. OLE color: 15739300.
HSL color Cylindrical-coordinate representation of color #A429F0: hue angle of 277.09º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429F0 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 41 | 240 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.06 |
| HSL | 277.09º | 0.87% | 0.55% | - |
| HSV(B) | 277.09º | 0.83% | 0.94% | - |
| XYZ | 31.83 | 15.77 | 83.8 | - |
| YUV | 100.46 | 206.75 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 240 | 0.32 | 0.83 | 0 | 0.06 | 277.09 | 0.87 | 0.55 |
| Hex | A4 | 29 | F0 | 20 | 53 | 0 | 6 | 115 | 57 | 37 |
| Octal | 244 | 51 | 360 | 40 | 123 | 0 | 6 | 425 | 127 | 67 |
| Binary | 10100100 | 101001 | 11110000 | 100000 | 1010011 | 0 | 110 | 100010101 | 1010111 | 110111 |
Color Harmonies of #A429F0
Complementary color
Monochromatic Colors of #A429F0
Black with #A429F0
Text Example
Text Example
White with #A429F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429F0; }
p { color: rgb(164,41,240); }
H1.HeaderClassName
{
color: #A429F0;
}
.AnyTagClassName
{
color: #A429F0;
}
</style>
background-color css
<style>
a { background-color: #A429F0; }
a { background-color: rgb(164,41,240); }
div.DivClassName
{
background-color: #A429F0;
}
.BgClassName
{
background-color: #A429F0;
}
</style>
border-color css
<style>
span { border-color: #A429F0; }
span { border-color: rgb(164,41,240); }
td.TdClassName
{
border-color: #A429F0;
}
.TagClassName
{
border-color: #A429F0;
}
</style>