#A64BFF

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

Shades of Blue Violet #A64BFF

Tints of Blue Violet #A64BFF

Color information

#A64BFF (or 0xA64BFF) is unknown color: approx Blue Violet. HEX triplet: A6, 4B and FF. RGB value is (166,75,255). Sum of RGB (Red+Green+Blue) = 166+75+255=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64BFF is #59B400. Grayscale: #7A7A7A. Windows color (decimal): -5878785 or 16731046. OLE color: 16731046.

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

Color convert

RGB16675255-
CMYK0.350.7100
HSL270.33º100%64.71%-
HSV(B)270.33º70.59%100%-
XYZ36.2920.3696.62-
YUV122.73202.65158.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 75 (29.69% from 255) = 15.12%
BLUE value IS 255 (100% from 255) = 51.41%
R=33.47%
G=15.12%
B=51.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal166752550.350.7100270.3310064.71
HexA64BFF23470010e6441
Octal2461133774310700416144101
Binary1010011010010111111111110001110001110010000111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64BFF; }

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

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

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

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

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

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

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

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