Shades of Blue Violet #A31FEF
Tints of Blue Violet #A31FEF
RGB
CMYK
RGB Variations
Color information
#A31FEF (or 0xA31FEF) is known color: Blue Violet. HEX triplet: A3, 1F and EF. RGB value is (163,31,239). Sum of RGB (Red+Green+Blue) = 163+31+239=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #A31FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FEF is #5CE010. Grayscale: #5D5D5D. Windows color (decimal): -6086673 or 15671203. OLE color: 15671203.
HSL color Cylindrical-coordinate representation of color #A31FEF: hue angle of 278.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31FEF is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 31 | 239 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.06 |
| HSL | 278.08º | 0.87% | 0.53% | - |
| HSV(B) | 278.08º | 0.87% | 0.94% | - |
| XYZ | 31.17 | 15 | 82.91 | - |
| YUV | 94.18 | 209.73 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 239 | 0.32 | 0.87 | 0 | 0.06 | 278.08 | 0.87 | 0.53 |
| Hex | A3 | 1F | EF | 20 | 57 | 0 | 6 | 116 | 57 | 35 |
| Octal | 243 | 37 | 357 | 40 | 127 | 0 | 6 | 426 | 127 | 65 |
| Binary | 10100011 | 11111 | 11101111 | 100000 | 1010111 | 0 | 110 | 100010110 | 1010111 | 110101 |
Color Harmonies of #A31FEF
Complementary color
Monochromatic Colors of #A31FEF
Black with #A31FEF
Text Example
Text Example
White with #A31FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FEF; }
p { color: rgb(163,31,239); }
H1.HeaderClassName
{
color: #A31FEF;
}
.AnyTagClassName
{
color: #A31FEF;
}
</style>
background-color css
<style>
a { background-color: #A31FEF; }
a { background-color: rgb(163,31,239); }
div.DivClassName
{
background-color: #A31FEF;
}
.BgClassName
{
background-color: #A31FEF;
}
</style>
border-color css
<style>
span { border-color: #A31FEF; }
span { border-color: rgb(163,31,239); }
td.TdClassName
{
border-color: #A31FEF;
}
.TagClassName
{
border-color: #A31FEF;
}
</style>