#A31FE3

Color #A31FE3 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A31FE3

Tints of Blue Violet #A31FE3

Color information

#A31FE3 (or 0xA31FE3) is unknown color: approx Blue Violet. HEX triplet: A3, 1F and E3. RGB value is (163,31,227). Sum of RGB (Red+Green+Blue) = 163+31+227=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #A31FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FE3 is #5CE01C. Grayscale: #5C5C5C. Windows color (decimal): -6086685 or 14884771. OLE color: 14884771.

HSL color Cylindrical-coordinate representation of color #A31FE3: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31FE3 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16331227-
CMYK0.280.8600.11
HSL280.41º77.78%50.59%-
HSV(B)280.41º86.34%89.02%-
XYZ29.4614.3173.88-
YUV92.81203.73178.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 38.72%
GREEN value IS 31 (12.5% from 255) = 7.36%
BLUE value IS 227 (89.06% from 255) = 53.92%
R=38.72%
G=7.36%
B=53.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163312270.280.8600.11280.4177.7850.59
HexA31FE31C560B1184e33
Octal243373433412601343011663
Binary101000111111111100011111001010110010111000110001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31FE3; }

 p { color: rgb(163,31,227); }

 H1.HeaderClassName
 {
   color: #A31FE3;
 }
 .AnyTagClassName
 {
   color: #A31FE3;
 }
</style>
background-color css

<style>
 a { background-color: #A31FE3; }

 a { background-color: rgb(163,31,227); }

 div.DivClassName
 {
   background-color: #A31FE3;
 }
 .BgClassName
 {
   background-color: #A31FE3;
 }
</style>
border-color css

<style>
 span { border-color: #A31FE3; }

 span { border-color: rgb(163,31,227); }

 td.TdClassName
 {
   border-color: #A31FE3;
 }
 .TagClassName
 {
   border-color: #A31FE3;
 }
</style>