Shades of Blue Violet #A429F2
Tints of Blue Violet #A429F2
RGB
CMYK
RGB Variations
Color information
#A429F2 (or 0xA429F2) is known color: Blue Violet. HEX triplet: A4, 29 and F2. RGB value is (164,41,242). Sum of RGB (Red+Green+Blue) = 164+41+242=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #A429F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429F2 is #5BD60D. Grayscale: #646464. Windows color (decimal): -6018574 or 15870372. OLE color: 15870372.
HSL color Cylindrical-coordinate representation of color #A429F2: hue angle of 276.72º degrees, saturation: 0.89, 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 #A429F2 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 41 | 242 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.05 |
| HSL | 276.72º | 0.89% | 0.55% | - |
| HSV(B) | 276.72º | 0.83% | 0.95% | - |
| XYZ | 32.13 | 15.89 | 85.38 | - |
| YUV | 100.69 | 207.75 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 242 | 0.32 | 0.83 | 0 | 0.05 | 276.72 | 0.89 | 0.55 |
| Hex | A4 | 29 | F2 | 20 | 53 | 0 | 5 | 115 | 59 | 37 |
| Octal | 244 | 51 | 362 | 40 | 123 | 0 | 5 | 425 | 131 | 67 |
| Binary | 10100100 | 101001 | 11110010 | 100000 | 1010011 | 0 | 101 | 100010101 | 1011001 | 110111 |
Color Harmonies of #A429F2
Complementary color
Monochromatic Colors of #A429F2
Black with #A429F2
Text Example
Text Example
White with #A429F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429F2; }
p { color: rgb(164,41,242); }
H1.HeaderClassName
{
color: #A429F2;
}
.AnyTagClassName
{
color: #A429F2;
}
</style>
background-color css
<style>
a { background-color: #A429F2; }
a { background-color: rgb(164,41,242); }
div.DivClassName
{
background-color: #A429F2;
}
.BgClassName
{
background-color: #A429F2;
}
</style>
border-color css
<style>
span { border-color: #A429F2; }
span { border-color: rgb(164,41,242); }
td.TdClassName
{
border-color: #A429F2;
}
.TagClassName
{
border-color: #A429F2;
}
</style>