Shades of Blue Violet #A429F9
Tints of Blue Violet #A429F9
RGB
CMYK
RGB Variations
Color information
#A429F9 (or 0xA429F9) is known color: Blue Violet. HEX triplet: A4, 29 and F9. RGB value is (164,41,249). Sum of RGB (Red+Green+Blue) = 164+41+249=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #A429F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429F9 is #5BD606. Grayscale: #646464. Windows color (decimal): -6018567 or 16329124. OLE color: 16329124.
HSL color Cylindrical-coordinate representation of color #A429F9: hue angle of 275.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A429F9 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 41 | 249 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.02 |
| HSL | 275.48º | 0.95% | 0.57% | - |
| HSV(B) | 275.48º | 0.84% | 0.98% | - |
| XYZ | 33.2 | 16.32 | 91.02 | - |
| YUV | 101.49 | 211.25 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 249 | 0.34 | 0.84 | 0 | 0.02 | 275.48 | 0.95 | 0.57 |
| Hex | A4 | 29 | F9 | 22 | 54 | 0 | 2 | 113 | 5F | 39 |
| Octal | 244 | 51 | 371 | 42 | 124 | 0 | 2 | 423 | 137 | 71 |
| Binary | 10100100 | 101001 | 11111001 | 100010 | 1010100 | 0 | 10 | 100010011 | 1011111 | 111001 |
Color Harmonies of #A429F9
Complementary color
Monochromatic Colors of #A429F9
Black with #A429F9
Text Example
Text Example
White with #A429F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429F9; }
p { color: rgb(164,41,249); }
H1.HeaderClassName
{
color: #A429F9;
}
.AnyTagClassName
{
color: #A429F9;
}
</style>
background-color css
<style>
a { background-color: #A429F9; }
a { background-color: rgb(164,41,249); }
div.DivClassName
{
background-color: #A429F9;
}
.BgClassName
{
background-color: #A429F9;
}
</style>
border-color css
<style>
span { border-color: #A429F9; }
span { border-color: rgb(164,41,249); }
td.TdClassName
{
border-color: #A429F9;
}
.TagClassName
{
border-color: #A429F9;
}
</style>