#A64DFB

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

Shades of Blue Violet #A64DFB

Tints of Blue Violet #A64DFB

Color information

#A64DFB (or 0xA64DFB) is unknown color: approx Blue Violet. HEX triplet: A6, 4D and FB. RGB value is (166,77,251). Sum of RGB (Red+Green+Blue) = 166+77+251=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A64DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFB is #59B204. Grayscale: #7A7A7A. Windows color (decimal): -5878277 or 16469414. OLE color: 16469414.

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

Color convert

RGB16677251-
CMYK0.340.6900.02
HSL270.69º95.6%64.31%-
HSV(B)270.69º69.32%98.43%-
XYZ35.7920.3893.31-
YUV123.45199.99158.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 77 (30.47% from 255) = 15.59%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=33.60%
G=15.59%
B=50.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal166772510.340.6900.02270.6995.664.31
HexA64DFB22450210f6040
Octal2461153734210502417140100
Binary10100110100110111111011100010100010101010000111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DFB; }

 p { color: rgb(166,77,251); }

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

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

 a { background-color: rgb(166,77,251); }

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

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

 span { border-color: rgb(166,77,251); }

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