Shades of Blue Violet #A329EA
Tints of Blue Violet #A329EA
RGB
CMYK
RGB Variations
Color information
#A329EA (or 0xA329EA) is known color: Blue Violet. HEX triplet: A3, 29 and EA. RGB value is (163,41,234). Sum of RGB (Red+Green+Blue) = 163+41+234=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #A329EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329EA is #5CD615. Grayscale: #626262. Windows color (decimal): -6084118 or 15346083. OLE color: 15346083.
HSL color Cylindrical-coordinate representation of color #A329EA: hue angle of 277.93º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A329EA is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 41 | 234 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.08 |
| HSL | 277.93º | 0.82% | 0.54% | - |
| HSV(B) | 277.93º | 0.82% | 0.92% | - |
| XYZ | 30.75 | 15.31 | 79.18 | - |
| YUV | 99.48 | 203.92 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 234 | 0.30 | 0.82 | 0 | 0.08 | 277.93 | 0.82 | 0.54 |
| Hex | A3 | 29 | EA | 1E | 52 | 0 | 8 | 116 | 52 | 36 |
| Octal | 243 | 51 | 352 | 36 | 122 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100011 | 101001 | 11101010 | 11110 | 1010010 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A329EA
Complementary color
Monochromatic Colors of #A329EA
Black with #A329EA
Text Example
Text Example
White with #A329EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329EA; }
p { color: rgb(163,41,234); }
H1.HeaderClassName
{
color: #A329EA;
}
.AnyTagClassName
{
color: #A329EA;
}
</style>
background-color css
<style>
a { background-color: #A329EA; }
a { background-color: rgb(163,41,234); }
div.DivClassName
{
background-color: #A329EA;
}
.BgClassName
{
background-color: #A329EA;
}
</style>
border-color css
<style>
span { border-color: #A329EA; }
span { border-color: rgb(163,41,234); }
td.TdClassName
{
border-color: #A329EA;
}
.TagClassName
{
border-color: #A329EA;
}
</style>