Shades of Blue Violet #A429F1
Tints of Blue Violet #A429F1
RGB
CMYK
RGB Variations
Color information
#A429F1 (or 0xA429F1) is known color: Blue Violet. HEX triplet: A4, 29 and F1. RGB value is (164,41,241). Sum of RGB (Red+Green+Blue) = 164+41+241=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #A429F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429F1 is #5BD60E. Grayscale: #636363. Windows color (decimal): -6018575 or 15804836. OLE color: 15804836.
HSL color Cylindrical-coordinate representation of color #A429F1: hue angle of 276.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429F1 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 41 | 241 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.05 |
| HSL | 276.9º | 0.88% | 0.55% | - |
| HSV(B) | 276.9º | 0.83% | 0.95% | - |
| XYZ | 31.98 | 15.83 | 84.59 | - |
| YUV | 100.58 | 207.25 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 241 | 0.32 | 0.83 | 0 | 0.05 | 276.9 | 0.88 | 0.55 |
| Hex | A4 | 29 | F1 | 20 | 53 | 0 | 5 | 115 | 58 | 37 |
| Octal | 244 | 51 | 361 | 40 | 123 | 0 | 5 | 425 | 130 | 67 |
| Binary | 10100100 | 101001 | 11110001 | 100000 | 1010011 | 0 | 101 | 100010101 | 1011000 | 110111 |
Color Harmonies of #A429F1
Complementary color
Monochromatic Colors of #A429F1
Black with #A429F1
Text Example
Text Example
White with #A429F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429F1; }
p { color: rgb(164,41,241); }
H1.HeaderClassName
{
color: #A429F1;
}
.AnyTagClassName
{
color: #A429F1;
}
</style>
background-color css
<style>
a { background-color: #A429F1; }
a { background-color: rgb(164,41,241); }
div.DivClassName
{
background-color: #A429F1;
}
.BgClassName
{
background-color: #A429F1;
}
</style>
border-color css
<style>
span { border-color: #A429F1; }
span { border-color: rgb(164,41,241); }
td.TdClassName
{
border-color: #A429F1;
}
.TagClassName
{
border-color: #A429F1;
}
</style>