Shades of Blue Violet #A329ED
Tints of Blue Violet #A329ED
RGB
CMYK
RGB Variations
Color information
#A329ED (or 0xA329ED) is known color: Blue Violet. HEX triplet: A3, 29 and ED. RGB value is (163,41,237). Sum of RGB (Red+Green+Blue) = 163+41+237=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #A329ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A329ED is #5CD612. Grayscale: #636363. Windows color (decimal): -6084115 or 15542691. OLE color: 15542691.
HSL color Cylindrical-coordinate representation of color #A329ED: hue angle of 277.35º degrees, saturation: 0.84, 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 #A329ED is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 41 | 237 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.35º | 0.84% | 0.55% | - |
| HSV(B) | 277.35º | 0.83% | 0.93% | - |
| XYZ | 31.18 | 15.49 | 81.47 | - |
| YUV | 99.82 | 205.42 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 237 | 0.31 | 0.83 | 0 | 0.07 | 277.35 | 0.84 | 0.55 |
| Hex | A3 | 29 | ED | 1F | 53 | 0 | 7 | 115 | 54 | 37 |
| Octal | 243 | 51 | 355 | 37 | 123 | 0 | 7 | 425 | 124 | 67 |
| Binary | 10100011 | 101001 | 11101101 | 11111 | 1010011 | 0 | 111 | 100010101 | 1010100 | 110111 |
Color Harmonies of #A329ED
Complementary color
Monochromatic Colors of #A329ED
Black with #A329ED
Text Example
Text Example
White with #A329ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A329ED; }
p { color: rgb(163,41,237); }
H1.HeaderClassName
{
color: #A329ED;
}
.AnyTagClassName
{
color: #A329ED;
}
</style>
background-color css
<style>
a { background-color: #A329ED; }
a { background-color: rgb(163,41,237); }
div.DivClassName
{
background-color: #A329ED;
}
.BgClassName
{
background-color: #A329ED;
}
</style>
border-color css
<style>
span { border-color: #A329ED; }
span { border-color: rgb(163,41,237); }
td.TdClassName
{
border-color: #A329ED;
}
.TagClassName
{
border-color: #A329ED;
}
</style>