Shades of Blue Violet #A320F1
Tints of Blue Violet #A320F1
RGB
CMYK
RGB Variations
Color information
#A320F1 (or 0xA320F1) is known color: Blue Violet. HEX triplet: A3, 20 and F1. RGB value is (163,32,241). Sum of RGB (Red+Green+Blue) = 163+32+241=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #A320F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320F1 is #5CDF0E. Grayscale: #5E5E5E. Windows color (decimal): -6086415 or 15802531. OLE color: 15802531.
HSL color Cylindrical-coordinate representation of color #A320F1: hue angle of 277.61º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A320F1 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 32 | 241 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.05 |
| HSL | 277.61º | 0.88% | 0.54% | - |
| HSV(B) | 277.61º | 0.87% | 0.95% | - |
| XYZ | 31.5 | 15.17 | 84.49 | - |
| YUV | 95 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 241 | 0.32 | 0.87 | 0 | 0.05 | 277.61 | 0.88 | 0.54 |
| Hex | A3 | 20 | F1 | 20 | 57 | 0 | 5 | 116 | 58 | 36 |
| Octal | 243 | 40 | 361 | 40 | 127 | 0 | 5 | 426 | 130 | 66 |
| Binary | 10100011 | 100000 | 11110001 | 100000 | 1010111 | 0 | 101 | 100010110 | 1011000 | 110110 |
Color Harmonies of #A320F1
Complementary color
Monochromatic Colors of #A320F1
Black with #A320F1
Text Example
Text Example
White with #A320F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320F1; }
p { color: rgb(163,32,241); }
H1.HeaderClassName
{
color: #A320F1;
}
.AnyTagClassName
{
color: #A320F1;
}
</style>
background-color css
<style>
a { background-color: #A320F1; }
a { background-color: rgb(163,32,241); }
div.DivClassName
{
background-color: #A320F1;
}
.BgClassName
{
background-color: #A320F1;
}
</style>
border-color css
<style>
span { border-color: #A320F1; }
span { border-color: rgb(163,32,241); }
td.TdClassName
{
border-color: #A320F1;
}
.TagClassName
{
border-color: #A320F1;
}
</style>