Shades of Blue Violet #A320EF
Tints of Blue Violet #A320EF
RGB
CMYK
RGB Variations
Color information
#A320EF (or 0xA320EF) is known color: Blue Violet. HEX triplet: A3, 20 and EF. RGB value is (163,32,239). Sum of RGB (Red+Green+Blue) = 163+32+239=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #A320EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320EF is #5CDF10. Grayscale: #5E5E5E. Windows color (decimal): -6086417 or 15671459. OLE color: 15671459.
HSL color Cylindrical-coordinate representation of color #A320EF: hue angle of 277.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A320EF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 32 | 239 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.06 |
| HSL | 277.97º | 0.87% | 0.53% | - |
| HSV(B) | 277.97º | 0.87% | 0.94% | - |
| XYZ | 31.2 | 15.05 | 82.92 | - |
| YUV | 94.77 | 209.4 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 239 | 0.32 | 0.87 | 0 | 0.06 | 277.97 | 0.87 | 0.53 |
| Hex | A3 | 20 | EF | 20 | 57 | 0 | 6 | 116 | 57 | 35 |
| Octal | 243 | 40 | 357 | 40 | 127 | 0 | 6 | 426 | 127 | 65 |
| Binary | 10100011 | 100000 | 11101111 | 100000 | 1010111 | 0 | 110 | 100010110 | 1010111 | 110101 |
Color Harmonies of #A320EF
Complementary color
Monochromatic Colors of #A320EF
Black with #A320EF
Text Example
Text Example
White with #A320EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320EF; }
p { color: rgb(163,32,239); }
H1.HeaderClassName
{
color: #A320EF;
}
.AnyTagClassName
{
color: #A320EF;
}
</style>
background-color css
<style>
a { background-color: #A320EF; }
a { background-color: rgb(163,32,239); }
div.DivClassName
{
background-color: #A320EF;
}
.BgClassName
{
background-color: #A320EF;
}
</style>
border-color css
<style>
span { border-color: #A320EF; }
span { border-color: rgb(163,32,239); }
td.TdClassName
{
border-color: #A320EF;
}
.TagClassName
{
border-color: #A320EF;
}
</style>