#A63CF8

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

Shades of Blue Violet #A63CF8

Tints of Blue Violet #A63CF8

Color information

#A63CF8 (or 0xA63CF8) is unknown color: approx Blue Violet. HEX triplet: A6, 3C and F8. RGB value is (166,60,248). Sum of RGB (Red+Green+Blue) = 166+60+248=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #A63CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63CF8 is #59C307. Grayscale: #707070. Windows color (decimal): -5882632 or 16268454. OLE color: 16268454.

HSL color Cylindrical-coordinate representation of color #A63CF8: hue angle of 273.83º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A63CF8 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16660248-
CMYK0.330.7600.03
HSL273.83º93.07%60.39%-
HSV(B)273.83º75.81%97.25%-
XYZ34.2918.1290.5-
YUV113.13204.12165.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 60 (23.83% from 255) = 12.66%
BLUE value IS 248 (97.27% from 255) = 52.32%
R=35.02%
G=12.66%
B=52.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal166602480.330.7600.03273.8393.0760.39
HexA63CF8214C031125d3c
Octal24674370411140342213574
Binary101001101111001111100010000110011000111000100101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63CF8; }

 p { color: rgb(166,60,248); }

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

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

 a { background-color: rgb(166,60,248); }

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

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

 span { border-color: rgb(166,60,248); }

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