Shades of Blue Violet #A429FE
Tints of Blue Violet #A429FE
RGB
CMYK
RGB Variations
Color information
#A429FE (or 0xA429FE) is known color: Blue Violet. HEX triplet: A4, 29 and FE. RGB value is (164,41,254). Sum of RGB (Red+Green+Blue) = 164+41+254=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #A429FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429FE is #5BD601. Grayscale: #656565. Windows color (decimal): -6018562 or 16656804. OLE color: 16656804.
HSL color Cylindrical-coordinate representation of color #A429FE: hue angle of 274.65º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A429FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 41 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 274.65º | 0.99% | 0.58% | - |
| HSV(B) | 274.65º | 0.84% | 1% | - |
| XYZ | 33.99 | 16.63 | 95.19 | - |
| YUV | 102.06 | 213.75 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 254 | 0.35 | 0.84 | 0 | 0.00 | 274.65 | 0.99 | 0.58 |
| Hex | A4 | 29 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 244 | 51 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100100 | 101001 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A429FE
Complementary color
Monochromatic Colors of #A429FE
Black with #A429FE
Text Example
Text Example
White with #A429FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429FE; }
p { color: rgb(164,41,254); }
H1.HeaderClassName
{
color: #A429FE;
}
.AnyTagClassName
{
color: #A429FE;
}
</style>
background-color css
<style>
a { background-color: #A429FE; }
a { background-color: rgb(164,41,254); }
div.DivClassName
{
background-color: #A429FE;
}
.BgClassName
{
background-color: #A429FE;
}
</style>
border-color css
<style>
span { border-color: #A429FE; }
span { border-color: rgb(164,41,254); }
td.TdClassName
{
border-color: #A429FE;
}
.TagClassName
{
border-color: #A429FE;
}
</style>