Shades of Blue Violet #A31EF0
Tints of Blue Violet #A31EF0
RGB
CMYK
RGB Variations
Color information
#A31EF0 (or 0xA31EF0) is known color: Blue Violet. HEX triplet: A3, 1E and F0. RGB value is (163,30,240). Sum of RGB (Red+Green+Blue) = 163+30+240=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #A31EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EF0 is #5CE10F. Grayscale: #5D5D5D. Windows color (decimal): -6086928 or 15736483. OLE color: 15736483.
HSL color Cylindrical-coordinate representation of color #A31EF0: hue angle of 278º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31EF0 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 30 | 240 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.06 |
| HSL | 278º | 0.88% | 0.53% | - |
| HSV(B) | 278º | 0.88% | 0.94% | - |
| XYZ | 31.3 | 15.01 | 83.69 | - |
| YUV | 93.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 240 | 0.32 | 0.87 | 0 | 0.06 | 278 | 0.88 | 0.53 |
| Hex | A3 | 1E | F0 | 20 | 57 | 0 | 6 | 116 | 58 | 35 |
| Octal | 243 | 36 | 360 | 40 | 127 | 0 | 6 | 426 | 130 | 65 |
| Binary | 10100011 | 11110 | 11110000 | 100000 | 1010111 | 0 | 110 | 100010110 | 1011000 | 110101 |
Color Harmonies of #A31EF0
Complementary color
Monochromatic Colors of #A31EF0
Black with #A31EF0
Text Example
Text Example
White with #A31EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EF0; }
p { color: rgb(163,30,240); }
H1.HeaderClassName
{
color: #A31EF0;
}
.AnyTagClassName
{
color: #A31EF0;
}
</style>
background-color css
<style>
a { background-color: #A31EF0; }
a { background-color: rgb(163,30,240); }
div.DivClassName
{
background-color: #A31EF0;
}
.BgClassName
{
background-color: #A31EF0;
}
</style>
border-color css
<style>
span { border-color: #A31EF0; }
span { border-color: rgb(163,30,240); }
td.TdClassName
{
border-color: #A31EF0;
}
.TagClassName
{
border-color: #A31EF0;
}
</style>