#A62FF0

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

Shades of Blue Violet #A62FF0

Tints of Blue Violet #A62FF0

Color information

#A62FF0 (or 0xA62FF0) is unknown color: approx Blue Violet. HEX triplet: A6, 2F and F0. RGB value is (166,47,240). Sum of RGB (Red+Green+Blue) = 166+47+240=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 47 (18.75% from 255 or 10.38% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #A62FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A62FF0 is #59D00F. Grayscale: #676767. Windows color (decimal): -5885968 or 15740838. OLE color: 15740838.

HSL color Cylindrical-coordinate representation of color #A62FF0: hue angle of 276.99º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62FF0 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16647240-
CMYK0.310.8000.06
HSL276.99º86.55%56.27%-
HSV(B)276.99º80.42%94.12%-
XYZ32.4716.4383.9-
YUV104.58204.42171.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 47 (18.75% from 255) = 10.38%
BLUE value IS 240 (94.14% from 255) = 52.98%
R=36.64%
G=10.38%
B=52.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166472400.310.8000.06276.9986.5556.27
HexA62FF01F50061155738
Octal24657360371200642512770
Binary101001101011111111000011111101000001101000101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62FF0; }

 p { color: rgb(166,47,240); }

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

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

 a { background-color: rgb(166,47,240); }

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

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

 span { border-color: rgb(166,47,240); }

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