Shades of Blue Violet #A321EC
Tints of Blue Violet #A321EC
RGB
CMYK
RGB Variations
Color information
#A321EC (or 0xA321EC) is known color: Blue Violet. HEX triplet: A3, 21 and EC. RGB value is (163,33,236). Sum of RGB (Red+Green+Blue) = 163+33+236=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #A321EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A321EC is #5CDE13. Grayscale: #5E5E5E. Windows color (decimal): -6086164 or 15475107. OLE color: 15475107.
HSL color Cylindrical-coordinate representation of color #A321EC: hue angle of 278.42º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A321EC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 33 | 236 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.07 |
| HSL | 278.42º | 0.84% | 0.53% | - |
| HSV(B) | 278.42º | 0.86% | 0.93% | - |
| XYZ | 30.79 | 14.93 | 80.62 | - |
| YUV | 95.01 | 207.57 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 33 | 236 | 0.31 | 0.86 | 0 | 0.07 | 278.42 | 0.84 | 0.53 |
| Hex | A3 | 21 | EC | 1F | 56 | 0 | 7 | 116 | 54 | 35 |
| Octal | 243 | 41 | 354 | 37 | 126 | 0 | 7 | 426 | 124 | 65 |
| Binary | 10100011 | 100001 | 11101100 | 11111 | 1010110 | 0 | 111 | 100010110 | 1010100 | 110101 |
Color Harmonies of #A321EC
Complementary color
Monochromatic Colors of #A321EC
Black with #A321EC
Text Example
Text Example
White with #A321EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A321EC; }
p { color: rgb(163,33,236); }
H1.HeaderClassName
{
color: #A321EC;
}
.AnyTagClassName
{
color: #A321EC;
}
</style>
background-color css
<style>
a { background-color: #A321EC; }
a { background-color: rgb(163,33,236); }
div.DivClassName
{
background-color: #A321EC;
}
.BgClassName
{
background-color: #A321EC;
}
</style>
border-color css
<style>
span { border-color: #A321EC; }
span { border-color: rgb(163,33,236); }
td.TdClassName
{
border-color: #A321EC;
}
.TagClassName
{
border-color: #A321EC;
}
</style>