#A63DF0

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

Shades of Blue Violet #A63DF0

Tints of Blue Violet #A63DF0

Color information

#A63DF0 (or 0xA63DF0) is unknown color: approx Blue Violet. HEX triplet: A6, 3D and F0. RGB value is (166,61,240). Sum of RGB (Red+Green+Blue) = 166+61+240=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #A63DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DF0 is #59C20F. Grayscale: #707070. Windows color (decimal): -5882384 or 15744422. OLE color: 15744422.

HSL color Cylindrical-coordinate representation of color #A63DF0: hue angle of 275.2º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A63DF0 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16661240-
CMYK0.310.7500.06
HSL275.2º85.65%59.02%-
HSV(B)275.2º74.58%94.12%-
XYZ33.1217.7484.12-
YUV112.8199.79165.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 61 (24.22% from 255) = 13.06%
BLUE value IS 240 (94.14% from 255) = 51.39%
R=35.55%
G=13.06%
B=51.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166612400.310.7500.06275.285.6559.02
HexA63DF01F4B06113563b
Octal24675360371130642312673
Binary101001101111011111000011111100101101101000100111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DF0; }

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

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

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

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

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

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

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

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