Shades of Blue Violet #A31FF4
Tints of Blue Violet #A31FF4
RGB
CMYK
RGB Variations
Color information
#A31FF4 (or 0xA31FF4) is known color: Blue Violet. HEX triplet: A3, 1F and F4. RGB value is (163,31,244). Sum of RGB (Red+Green+Blue) = 163+31+244=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #A31FF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FF4 is #5CE00B. Grayscale: #5E5E5E. Windows color (decimal): -6086668 or 15998883. OLE color: 15998883.
HSL color Cylindrical-coordinate representation of color #A31FF4: hue angle of 277.18º 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 #A31FF4 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 31 | 244 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.04 |
| HSL | 277.18º | 0.91% | 0.54% | - |
| HSV(B) | 277.18º | 0.87% | 0.96% | - |
| XYZ | 31.92 | 15.3 | 86.86 | - |
| YUV | 94.75 | 212.23 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 244 | 0.33 | 0.87 | 0 | 0.04 | 277.18 | 0.91 | 0.54 |
| Hex | A3 | 1F | F4 | 21 | 57 | 0 | 4 | 115 | 5B | 36 |
| Octal | 243 | 37 | 364 | 41 | 127 | 0 | 4 | 425 | 133 | 66 |
| Binary | 10100011 | 11111 | 11110100 | 100001 | 1010111 | 0 | 100 | 100010101 | 1011011 | 110110 |
Color Harmonies of #A31FF4
Complementary color
Monochromatic Colors of #A31FF4
Black with #A31FF4
Text Example
Text Example
White with #A31FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FF4; }
p { color: rgb(163,31,244); }
H1.HeaderClassName
{
color: #A31FF4;
}
.AnyTagClassName
{
color: #A31FF4;
}
</style>
background-color css
<style>
a { background-color: #A31FF4; }
a { background-color: rgb(163,31,244); }
div.DivClassName
{
background-color: #A31FF4;
}
.BgClassName
{
background-color: #A31FF4;
}
</style>
border-color css
<style>
span { border-color: #A31FF4; }
span { border-color: rgb(163,31,244); }
td.TdClassName
{
border-color: #A31FF4;
}
.TagClassName
{
border-color: #A31FF4;
}
</style>