#A64BF6

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

Shades of Blue Violet #A64BF6

Tints of Blue Violet #A64BF6

Color information

#A64BF6 (or 0xA64BF6) is unknown color: approx Blue Violet. HEX triplet: A6, 4B and F6. RGB value is (166,75,246). Sum of RGB (Red+Green+Blue) = 166+75+246=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #A64BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BF6 is #59B409. Grayscale: #797979. Windows color (decimal): -5878794 or 16141222. OLE color: 16141222.

HSL color Cylindrical-coordinate representation of color #A64BF6: hue angle of 271.93º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64BF6 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16675246-
CMYK0.330.7000.04
HSL271.93º90.48%62.94%-
HSV(B)271.93º69.51%96.47%-
XYZ34.8819.7989.17-
YUV121.7198.15159.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.09%
GREEN value IS 75 (29.69% from 255) = 15.40%
BLUE value IS 246 (96.48% from 255) = 50.51%
R=34.09%
G=15.40%
B=50.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal166752460.330.7000.04271.9390.4862.94
HexA64BF62146041105a3f
Octal246113366411060442013277
Binary10100110100101111110110100001100011001001000100001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BF6; }

 p { color: rgb(166,75,246); }

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

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

 a { background-color: rgb(166,75,246); }

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

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

 span { border-color: rgb(166,75,246); }

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