#A63DFA

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

Shades of Blue Violet #A63DFA

Tints of Blue Violet #A63DFA

Color information

#A63DFA (or 0xA63DFA) is unknown color: approx Blue Violet. HEX triplet: A6, 3D and FA. RGB value is (166,61,250). Sum of RGB (Red+Green+Blue) = 166+61+250=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 61 (24.22% from 255 or 12.79% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #A63DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63DFA is #59C205. Grayscale: #717171. Windows color (decimal): -5882374 or 16399782. OLE color: 16399782.

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

Color convert

RGB16661250-
CMYK0.340.7600.02
HSL273.33º94.97%60.98%-
HSV(B)273.33º75.6%98.04%-
XYZ34.6518.3592.16-
YUV113.94204.79165.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 61 (24.22% from 255) = 12.79%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=34.80%
G=12.79%
B=52.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166612500.340.7600.02273.3394.9760.98
HexA63DFA224C021115f3d
Octal24675372421140242113775
Binary101001101111011111101010001010011000101000100011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63DFA; }

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

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

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

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

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

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

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

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