#a31eff

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

Shades of Blue Violet #A31EFF

Tints of Blue Violet #A31EFF

Color information

#A31EFF (or 0xA31EFF) is unknown color: approx Blue Violet. HEX triplet: A3, 1E and FF. RGB value is (163,30,255). Sum of RGB (Red+Green+Blue) = 163+30+255=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #A31EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFF is #5CE100. Grayscale: #5E5E5E. Windows color (decimal): -6086913 or 16719523. OLE color: 16719523.

HSL color Cylindrical-coordinate representation of color #A31EFF: hue angle of 275.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31EFF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16330255-
CMYK0.360.8800
HSL275.47º100%55.88%-
HSV(B)275.47º88.24%100%-
XYZ33.6215.9495.91-
YUV95.42218.06176.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 30 (12.11% from 255) = 6.70%
BLUE value IS 255 (100% from 255) = 56.92%
R=36.38%
G=6.70%
B=56.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal163302550.360.8800275.4710055.88
HexA31EFF2458001136438
Octal24336377441300042314470
Binary1010001111110111111111001001011000001000100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a31eff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a31eff; }

 p { color: rgb(163,30,255); }

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

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

 a { background-color: rgb(163,30,255); }

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

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

 span { border-color: rgb(163,30,255); }

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