#A64DFF

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

Shades of Blue Violet #A64DFF

Tints of Blue Violet #A64DFF

Color information

#A64DFF (or 0xA64DFF) is unknown color: approx Blue Violet. HEX triplet: A6, 4D and FF. RGB value is (166,77,255). Sum of RGB (Red+Green+Blue) = 166+77+255=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFF is #59B200. Grayscale: #7B7B7B. Windows color (decimal): -5878273 or 16731558. OLE color: 16731558.

HSL color Cylindrical-coordinate representation of color #A64DFF: hue angle of 270º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64DFF is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16677255-
CMYK0.350.7000
HSL270º100%65.1%-
HSV(B)270º69.8%100%-
XYZ36.4320.6396.67-
YUV123.9201.99158.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.33%
GREEN value IS 77 (30.47% from 255) = 15.46%
BLUE value IS 255 (100% from 255) = 51.20%
R=33.33%
G=15.46%
B=51.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal166772550.350.700027010065.1
HexA64DFF23460010e6441
Octal2461153774310600416144101
Binary1010011010011011111111110001110001100010000111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DFF; }

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

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

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

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

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

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

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

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