Shades of Blue Violet #A320F4
Tints of Blue Violet #A320F4
RGB
CMYK
RGB Variations
Color information
#A320F4 (or 0xA320F4) is known color: Blue Violet. HEX triplet: A3, 20 and F4. RGB value is (163,32,244). Sum of RGB (Red+Green+Blue) = 163+32+244=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #A320F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A320F4 is #5CDF0B. Grayscale: #5E5E5E. Windows color (decimal): -6086412 or 15999139. OLE color: 15999139.
HSL color Cylindrical-coordinate representation of color #A320F4: hue angle of 277.08º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A320F4 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 32 | 244 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.04 |
| HSL | 277.08º | 0.91% | 0.54% | - |
| HSV(B) | 277.08º | 0.87% | 0.96% | - |
| XYZ | 31.95 | 15.35 | 86.87 | - |
| YUV | 95.34 | 211.9 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 244 | 0.33 | 0.87 | 0 | 0.04 | 277.08 | 0.91 | 0.54 |
| Hex | A3 | 20 | F4 | 21 | 57 | 0 | 4 | 115 | 5B | 36 |
| Octal | 243 | 40 | 364 | 41 | 127 | 0 | 4 | 425 | 133 | 66 |
| Binary | 10100011 | 100000 | 11110100 | 100001 | 1010111 | 0 | 100 | 100010101 | 1011011 | 110110 |
Color Harmonies of #A320F4
Complementary color
Monochromatic Colors of #A320F4
Black with #A320F4
Text Example
Text Example
White with #A320F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A320F4; }
p { color: rgb(163,32,244); }
H1.HeaderClassName
{
color: #A320F4;
}
.AnyTagClassName
{
color: #A320F4;
}
</style>
background-color css
<style>
a { background-color: #A320F4; }
a { background-color: rgb(163,32,244); }
div.DivClassName
{
background-color: #A320F4;
}
.BgClassName
{
background-color: #A320F4;
}
</style>
border-color css
<style>
span { border-color: #A320F4; }
span { border-color: rgb(163,32,244); }
td.TdClassName
{
border-color: #A320F4;
}
.TagClassName
{
border-color: #A320F4;
}
</style>