Shades of Blue Violet #A31FF7
Tints of Blue Violet #A31FF7
RGB
CMYK
RGB Variations
Color information
#A31FF7 (or 0xA31FF7) is known color: Blue Violet. HEX triplet: A3, 1F and F7. RGB value is (163,31,247). Sum of RGB (Red+Green+Blue) = 163+31+247=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #A31FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FF7 is #5CE008. Grayscale: #5E5E5E. Windows color (decimal): -6086665 or 16195491. OLE color: 16195491.
HSL color Cylindrical-coordinate representation of color #A31FF7: hue angle of 276.67º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31FF7 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 31 | 247 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.03 |
| HSL | 276.67º | 0.93% | 0.55% | - |
| HSV(B) | 276.67º | 0.87% | 0.97% | - |
| XYZ | 32.38 | 15.48 | 89.28 | - |
| YUV | 95.09 | 213.73 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 247 | 0.34 | 0.87 | 0 | 0.03 | 276.67 | 0.93 | 0.55 |
| Hex | A3 | 1F | F7 | 22 | 57 | 0 | 3 | 115 | 5D | 37 |
| Octal | 243 | 37 | 367 | 42 | 127 | 0 | 3 | 425 | 135 | 67 |
| Binary | 10100011 | 11111 | 11110111 | 100010 | 1010111 | 0 | 11 | 100010101 | 1011101 | 110111 |
Color Harmonies of #A31FF7
Complementary color
Monochromatic Colors of #A31FF7
Black with #A31FF7
Text Example
Text Example
White with #A31FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FF7; }
p { color: rgb(163,31,247); }
H1.HeaderClassName
{
color: #A31FF7;
}
.AnyTagClassName
{
color: #A31FF7;
}
</style>
background-color css
<style>
a { background-color: #A31FF7; }
a { background-color: rgb(163,31,247); }
div.DivClassName
{
background-color: #A31FF7;
}
.BgClassName
{
background-color: #A31FF7;
}
</style>
border-color css
<style>
span { border-color: #A31FF7; }
span { border-color: rgb(163,31,247); }
td.TdClassName
{
border-color: #A31FF7;
}
.TagClassName
{
border-color: #A31FF7;
}
</style>