Shades of Blue Violet #A31FEC
Tints of Blue Violet #A31FEC
RGB
CMYK
RGB Variations
Color information
#A31FEC (or 0xA31FEC) is known color: Blue Violet. HEX triplet: A3, 1F and EC. RGB value is (163,31,236). Sum of RGB (Red+Green+Blue) = 163+31+236=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #A31FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FEC is #5CE013. Grayscale: #5D5D5D. Windows color (decimal): -6086676 or 15474595. OLE color: 15474595.
HSL color Cylindrical-coordinate representation of color #A31FEC: hue angle of 278.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31FEC is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 31 | 236 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.07 |
| HSL | 278.63º | 0.84% | 0.52% | - |
| HSV(B) | 278.63º | 0.87% | 0.93% | - |
| XYZ | 30.73 | 14.82 | 80.6 | - |
| YUV | 93.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 31 | 236 | 0.31 | 0.87 | 0 | 0.07 | 278.63 | 0.84 | 0.52 |
| Hex | A3 | 1F | EC | 1F | 57 | 0 | 7 | 117 | 54 | 34 |
| Octal | 243 | 37 | 354 | 37 | 127 | 0 | 7 | 427 | 124 | 64 |
| Binary | 10100011 | 11111 | 11101100 | 11111 | 1010111 | 0 | 111 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A31FEC
Complementary color
Monochromatic Colors of #A31FEC
Black with #A31FEC
Text Example
Text Example
White with #A31FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31FEC; }
p { color: rgb(163,31,236); }
H1.HeaderClassName
{
color: #A31FEC;
}
.AnyTagClassName
{
color: #A31FEC;
}
</style>
background-color css
<style>
a { background-color: #A31FEC; }
a { background-color: rgb(163,31,236); }
div.DivClassName
{
background-color: #A31FEC;
}
.BgClassName
{
background-color: #A31FEC;
}
</style>
border-color css
<style>
span { border-color: #A31FEC; }
span { border-color: rgb(163,31,236); }
td.TdClassName
{
border-color: #A31FEC;
}
.TagClassName
{
border-color: #A31FEC;
}
</style>