#A64DAE

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

Shades of Violet Blue #A64DAE

Tints of Violet Blue #A64DAE

Color information

#A64DAE (or 0xA64DAE) is unknown color: approx Violet Blue. HEX triplet: A6, 4D and AE. RGB value is (166,77,174). Sum of RGB (Red+Green+Blue) = 166+77+174=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAE is #59B251. Grayscale: #727272. Windows color (decimal): -5878354 or 11423142. OLE color: 11423142.

HSL color Cylindrical-coordinate representation of color #A64DAE: hue angle of 295.05º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64DAE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16677174-
CMYK0.050.5600.32
HSL295.05º38.65%49.22%-
HSV(B)295.05º55.75%68.24%-
XYZ26.0216.4741.85-
YUV114.67161.49164.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 77 (30.47% from 255) = 18.47%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=39.81%
G=18.47%
B=41.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166771740.050.5600.32295.0538.6549.22
HexA64DAE5380201272731
Octal2461152565700404474761
Binary101001101001101101011101011110000100000100100111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64DAE; }

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

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

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

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

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

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

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

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