Shades of Blue Violet #A429EE
Tints of Blue Violet #A429EE
RGB
CMYK
RGB Variations
Color information
#A429EE (or 0xA429EE) is known color: Blue Violet. HEX triplet: A4, 29 and EE. RGB value is (164,41,238). Sum of RGB (Red+Green+Blue) = 164+41+238=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #A429EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A429EE is #5BD611. Grayscale: #636363. Windows color (decimal): -6018578 or 15608228. OLE color: 15608228.
HSL color Cylindrical-coordinate representation of color #A429EE: hue angle of 277.46º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A429EE is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 41 | 238 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.46º | 0.85% | 0.55% | - |
| HSV(B) | 277.46º | 0.83% | 0.93% | - |
| XYZ | 31.54 | 15.65 | 82.25 | - |
| YUV | 100.24 | 205.75 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 41 | 238 | 0.31 | 0.83 | 0 | 0.07 | 277.46 | 0.85 | 0.55 |
| Hex | A4 | 29 | EE | 1F | 53 | 0 | 7 | 115 | 55 | 37 |
| Octal | 244 | 51 | 356 | 37 | 123 | 0 | 7 | 425 | 125 | 67 |
| Binary | 10100100 | 101001 | 11101110 | 11111 | 1010011 | 0 | 111 | 100010101 | 1010101 | 110111 |
Color Harmonies of #A429EE
Complementary color
Monochromatic Colors of #A429EE
Black with #A429EE
Text Example
Text Example
White with #A429EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A429EE; }
p { color: rgb(164,41,238); }
H1.HeaderClassName
{
color: #A429EE;
}
.AnyTagClassName
{
color: #A429EE;
}
</style>
background-color css
<style>
a { background-color: #A429EE; }
a { background-color: rgb(164,41,238); }
div.DivClassName
{
background-color: #A429EE;
}
.BgClassName
{
background-color: #A429EE;
}
</style>
border-color css
<style>
span { border-color: #A429EE; }
span { border-color: rgb(164,41,238); }
td.TdClassName
{
border-color: #A429EE;
}
.TagClassName
{
border-color: #A429EE;
}
</style>