Shades of Blue Violet #A328EA
Tints of Blue Violet #A328EA
RGB
CMYK
RGB Variations
Color information
#A328EA (or 0xA328EA) is known color: Blue Violet. HEX triplet: A3, 28 and EA. RGB value is (163,40,234). Sum of RGB (Red+Green+Blue) = 163+40+234=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #A328EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A328EA is #5CD715. Grayscale: #626262. Windows color (decimal): -6084374 or 15345827. OLE color: 15345827.
HSL color Cylindrical-coordinate representation of color #A328EA: hue angle of 278.04º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A328EA is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 40 | 234 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.08 |
| HSL | 278.04º | 0.82% | 0.54% | - |
| HSV(B) | 278.04º | 0.83% | 0.92% | - |
| XYZ | 30.71 | 15.24 | 79.17 | - |
| YUV | 98.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 40 | 234 | 0.30 | 0.83 | 0 | 0.08 | 278.04 | 0.82 | 0.54 |
| Hex | A3 | 28 | EA | 1E | 53 | 0 | 8 | 116 | 52 | 36 |
| Octal | 243 | 50 | 352 | 36 | 123 | 0 | 10 | 426 | 122 | 66 |
| Binary | 10100011 | 101000 | 11101010 | 11110 | 1010011 | 0 | 1000 | 100010110 | 1010010 | 110110 |
Color Harmonies of #A328EA
Complementary color
Monochromatic Colors of #A328EA
Black with #A328EA
Text Example
Text Example
White with #A328EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A328EA; }
p { color: rgb(163,40,234); }
H1.HeaderClassName
{
color: #A328EA;
}
.AnyTagClassName
{
color: #A328EA;
}
</style>
background-color css
<style>
a { background-color: #A328EA; }
a { background-color: rgb(163,40,234); }
div.DivClassName
{
background-color: #A328EA;
}
.BgClassName
{
background-color: #A328EA;
}
</style>
border-color css
<style>
span { border-color: #A328EA; }
span { border-color: rgb(163,40,234); }
td.TdClassName
{
border-color: #A328EA;
}
.TagClassName
{
border-color: #A328EA;
}
</style>