Shades of Blue Violet #A329E9
Tints of Blue Violet #A329E9
RGB
CMYK
RGB Variations
Color information
#A329E9 (or 0xA329E9) is known color: Blue Violet. HEX triplet: A3, 29 and E9. RGB value is (163,41,233). Sum of RGB (Red+Green+Blue) = 163+41+233=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 233 (91.41% from 255 or 53.32% from 437); Max value from RGB is 233 - color contains mainly: blue. Hex color #A329E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329E9 is #5CD616. Grayscale: #626262. Windows color (decimal): -6084119 or 15280547. OLE color: 15280547.
HSL color Cylindrical-coordinate representation of color #A329E9: hue angle of 278.12º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A329E9 is Cyan = 0.30, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 41 | 233 | - |
| CMYK | 0.30 | 0.82 | 0 | 0.09 |
| HSL | 278.13º | 0.81% | 0.54% | - |
| HSV(B) | 278.13º | 0.82% | 0.91% | - |
| XYZ | 30.61 | 15.26 | 78.42 | - |
| YUV | 99.37 | 203.42 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 233 | 0.30 | 0.82 | 0 | 0.09 | 278.13 | 0.81 | 0.54 |
| Hex | A3 | 29 | E9 | 1E | 52 | 0 | 9 | 116 | 51 | 36 |
| Octal | 243 | 51 | 351 | 36 | 122 | 0 | 11 | 426 | 121 | 66 |
| Binary | 10100011 | 101001 | 11101001 | 11110 | 1010010 | 0 | 1001 | 100010110 | 1010001 | 110110 |
Color Harmonies of #A329E9
Complementary color
Monochromatic Colors of #A329E9
Black with #A329E9
Text Example
Text Example
White with #A329E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329E9; }
p { color: rgb(163,41,233); }
H1.HeaderClassName
{
color: #A329E9;
}
.AnyTagClassName
{
color: #A329E9;
}
</style>
background-color css
<style>
a { background-color: #A329E9; }
a { background-color: rgb(163,41,233); }
div.DivClassName
{
background-color: #A329E9;
}
.BgClassName
{
background-color: #A329E9;
}
</style>
border-color css
<style>
span { border-color: #A329E9; }
span { border-color: rgb(163,41,233); }
td.TdClassName
{
border-color: #A329E9;
}
.TagClassName
{
border-color: #A329E9;
}
</style>