Shades of Blue Violet #A328EC
Tints of Blue Violet #A328EC
RGB
CMYK
RGB Variations
Color information
#A328EC (or 0xA328EC) is known color: Blue Violet. HEX triplet: A3, 28 and EC. RGB value is (163,40,236). Sum of RGB (Red+Green+Blue) = 163+40+236=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #A328EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328EC is #5CD713. Grayscale: #626262. Windows color (decimal): -6084372 or 15476899. OLE color: 15476899.
HSL color Cylindrical-coordinate representation of color #A328EC: hue angle of 277.65º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328EC is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 40 | 236 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.07 |
| HSL | 277.65º | 0.84% | 0.54% | - |
| HSV(B) | 277.65º | 0.83% | 0.93% | - |
| XYZ | 31 | 15.36 | 80.69 | - |
| YUV | 99.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 236 | 0.31 | 0.83 | 0 | 0.07 | 277.65 | 0.84 | 0.54 |
| Hex | A3 | 28 | EC | 1F | 53 | 0 | 7 | 116 | 54 | 36 |
| Octal | 243 | 50 | 354 | 37 | 123 | 0 | 7 | 426 | 124 | 66 |
| Binary | 10100011 | 101000 | 11101100 | 11111 | 1010011 | 0 | 111 | 100010110 | 1010100 | 110110 |
Color Harmonies of #A328EC
Complementary color
Monochromatic Colors of #A328EC
Black with #A328EC
Text Example
Text Example
White with #A328EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328EC; }
p { color: rgb(163,40,236); }
H1.HeaderClassName
{
color: #A328EC;
}
.AnyTagClassName
{
color: #A328EC;
}
</style>
background-color css
<style>
a { background-color: #A328EC; }
a { background-color: rgb(163,40,236); }
div.DivClassName
{
background-color: #A328EC;
}
.BgClassName
{
background-color: #A328EC;
}
</style>
border-color css
<style>
span { border-color: #A328EC; }
span { border-color: rgb(163,40,236); }
td.TdClassName
{
border-color: #A328EC;
}
.TagClassName
{
border-color: #A328EC;
}
</style>