Color Hex Logo

#a64aaa Color Hex

#A64AAA
(166,74,170)
0 Favorites   0 Comments

Color spaces of #a64aaa

RGB 16674170
HSL0.830.390.48
HSV298°56°67°
CMYK 0.020.560.00   0.33
XYZ25.430415.906839.7602
Yxy15.90680.31360.1961
Hunter Lab39.883344.0193-31.1886
CIE-Lab46.852051.2735-34.5874

#a64aaa color RGB value is (166,74,170).

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

The process color (four color CMYK) of #a64aaa color hex is 0.02, 0.56, 0.00, 0.33. Web safe color of #a64aaa is #993399. Color #a64aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001010 10101010
Octal 246 112 252
Decimal 166 74 170
Hex A6 4A AA

RGB Percentages of Color #a64aaa

%40.49
%18.05
%41.46

CMYK Percentages of Color #a64aaa

%2
%56
%0
%33

Triadic Colors of #a64aaa

#a64aaa #aaa64a #4aaaa6

Analogous Colors of #a64aaa

#a64aaa #aa4a7e #764aaa

Monochromatic Colors of #a64aaa

#a64aaa

Complementary Color

#a64aaa #4eaa4a

#a64aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64aaa Color CSS Codes

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

#a64aaa Text Font Color

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

This sample text font color is #a64aaa
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.


#a64aaa Background Color

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

This div background color is #a64aaa


#a64aaa Border Color

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

This div border color is #a64aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,74,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 #a64aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64aaa


Comments

No comments written yet.

Please login to write comment.