#A316F0

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

Shades of Blue Violet #A316F0

Tints of Blue Violet #A316F0

Color information

#A316F0 (or 0xA316F0) is unknown color: approx Blue Violet. HEX triplet: A3, 16 and F0. RGB value is (163,22,240). Sum of RGB (Red+Green+Blue) = 163+22+240=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #A316F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A316F0 is #5CE90F. Grayscale: #585858. Windows color (decimal): -6088976 or 15734435. OLE color: 15734435.

HSL color Cylindrical-coordinate representation of color #A316F0: hue angle of 278.81º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A316F0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16322240-
CMYK0.320.9100.06
HSL278.81º87.9%51.37%-
HSV(B)278.81º90.83%94.12%-
XYZ31.1214.6583.63-
YUV89.01213.21180.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.35%
GREEN value IS 22 (8.98% from 255) = 5.18%
BLUE value IS 240 (94.14% from 255) = 56.47%
R=38.35%
G=5.18%
B=56.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal163222400.320.9100.06278.8187.951.37
HexA316F0205B061175833
Octal24326360401330642713063
Binary101000111011011110000100000101101101101000101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A316F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A316F0; }

 p { color: rgb(163,22,240); }

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

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

 a { background-color: rgb(163,22,240); }

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

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

 span { border-color: rgb(163,22,240); }

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