#A63EFB

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

Shades of Blue Violet #A63EFB

Tints of Blue Violet #A63EFB

Color information

#A63EFB (or 0xA63EFB) is unknown color: approx Blue Violet. HEX triplet: A6, 3E and FB. RGB value is (166,62,251). Sum of RGB (Red+Green+Blue) = 166+62+251=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #A63EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EFB is #59C104. Grayscale: #717171. Windows color (decimal): -5882117 or 16465574. OLE color: 16465574.

HSL color Cylindrical-coordinate representation of color #A63EFB: hue angle of 273.02º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63EFB is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16662251-
CMYK0.340.7500.02
HSL273.02º95.94%61.37%-
HSV(B)273.02º75.3%98.43%-
XYZ34.8618.5293-
YUV114.64204.96164.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 62 (24.61% from 255) = 12.94%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=34.66%
G=12.94%
B=52.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166622510.340.7500.02273.0295.9461.37
HexA63EFB224B02111603d
Octal24676373421130242114075
Binary101001101111101111101110001010010110101000100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63EFB; }

 p { color: rgb(166,62,251); }

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

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

 a { background-color: rgb(166,62,251); }

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

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

 span { border-color: rgb(166,62,251); }

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