Shades of Blue Violet #A329F2
Tints of Blue Violet #A329F2
RGB
CMYK
RGB Variations
Color information
#A329F2 (or 0xA329F2) is known color: Blue Violet. HEX triplet: A3, 29 and F2. RGB value is (163,41,242). Sum of RGB (Red+Green+Blue) = 163+41+242=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #A329F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329F2 is #5CD60D. Grayscale: #636363. Windows color (decimal): -6084110 or 15870371. OLE color: 15870371.
HSL color Cylindrical-coordinate representation of color #A329F2: hue angle of 276.42º 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 #A329F2 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 41 | 242 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.05 |
| HSL | 276.42º | 0.89% | 0.55% | - |
| HSV(B) | 276.42º | 0.83% | 0.95% | - |
| XYZ | 31.92 | 15.78 | 85.37 | - |
| YUV | 100.39 | 207.92 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 242 | 0.33 | 0.83 | 0 | 0.05 | 276.42 | 0.89 | 0.55 |
| Hex | A3 | 29 | F2 | 21 | 53 | 0 | 5 | 114 | 59 | 37 |
| Octal | 243 | 51 | 362 | 41 | 123 | 0 | 5 | 424 | 131 | 67 |
| Binary | 10100011 | 101001 | 11110010 | 100001 | 1010011 | 0 | 101 | 100010100 | 1011001 | 110111 |
Color Harmonies of #A329F2
Complementary color
Monochromatic Colors of #A329F2
Black with #A329F2
Text Example
Text Example
White with #A329F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329F2; }
p { color: rgb(163,41,242); }
H1.HeaderClassName
{
color: #A329F2;
}
.AnyTagClassName
{
color: #A329F2;
}
</style>
background-color css
<style>
a { background-color: #A329F2; }
a { background-color: rgb(163,41,242); }
div.DivClassName
{
background-color: #A329F2;
}
.BgClassName
{
background-color: #A329F2;
}
</style>
border-color css
<style>
span { border-color: #A329F2; }
span { border-color: rgb(163,41,242); }
td.TdClassName
{
border-color: #A329F2;
}
.TagClassName
{
border-color: #A329F2;
}
</style>