Color Hex Logo

#a64faa Color Hex

#A64FAA
(166,79,170)
0 Favorites   0 Comments

Color spaces of #a64faa

RGB 16679170
HSL0.830.370.49
HSV297°54°67°
CMYK 0.020.540.00   0.33
XYZ25.777616.601239.8759
Yxy16.60120.31340.2018
Hunter Lab40.744641.6274-29.5047
CIE-Lab47.753648.8470-33.1714

#a64faa color RGB value is (166,79,170).

#a64faa hex color red value is 166, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a64faa hue: 0.83 , saturation: 0.37 and the lightness value of a64faa is 0.49.

The process color (four color CMYK) of #a64faa color hex is 0.02, 0.54, 0.00, 0.33. Web safe color of #a64faa is #996699. Color #a64faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001111 10101010
Octal 246 117 252
Decimal 166 79 170
Hex A6 4F AA

RGB Percentages of Color #a64faa

%40.00
%19.04
%40.96

CMYK Percentages of Color #a64faa

%2
%54
%0
%33

Triadic Colors of #a64faa

#a64faa #aaa64f #4faaa6

Analogous Colors of #a64faa

#a64faa #aa4f81 #794faa

Monochromatic Colors of #a64faa

#a64faa

Complementary Color

#a64faa #53aa4f

#a64faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64faa Color CSS Codes

.mybgcolor {background-color:#a64faa; } 
.myforecolor {color:#a64faa; }
.mybordercolor {border:3px solid #a64faa; }

#a64faa Text Font Color

<p style="color:#a64faa">Text here</p>

This sample text font color is #a64faa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a64faa Background Color

<div style="background-color:#a64faa">
Div content here</div>

This div background color is #a64faa


#a64faa Border Color

<div style="border:3px solid #a64faa">
Div here</div>

This div border color is #a64faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,79,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a64faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a64faa;
  -webkit-box-shadow: 1px 1px 3px 2px #a64faa;
  box-shadow:         1px 1px 3px 2px #a64faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,79,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a64faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a64faa;
  -webkit-box-shadow: 1px 1px 3px 2px #a64faa;
  box-shadow:         1px 1px 3px 2px #a64faa;">
Div content here</div>

This div box has shadow with color #a64faa


Comments

No comments written yet.

Please login to write comment.