Color Hex Logo

#a447aa Color Hex

#A447AA
(164,71,170)
0 Favorites   0 Comments

Color spaces of #a447aa

RGB 16471170
HSL0.820.410.47
HSV296°58°67°
CMYK 0.040.580.00   0.33
XYZ24.818815.301339.6756
Yxy15.30130.31100.1918
Hunter Lab39.116944.7998-32.7551
CIE-Lab46.044152.1517-35.8787

#a447aa color RGB value is (164,71,170).

#a447aa hex color red value is 164, green value is 71 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a447aa hue: 0.82 , saturation: 0.41 and the lightness value of a447aa is 0.47.

The process color (four color CMYK) of #a447aa color hex is 0.04, 0.58, 0.00, 0.33. Web safe color of #a447aa is #993399. Color #a447aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000111 10101010
Octal 244 107 252
Decimal 164 71 170
Hex A4 47 AA

RGB Percentages of Color #a447aa

%40.49
%17.53
%41.98

CMYK Percentages of Color #a447aa

%4
%58
%0
%33

Triadic Colors of #a447aa

#a447aa #aaa447 #47aaa4

Analogous Colors of #a447aa

#a447aa #aa477f #7347aa

Monochromatic Colors of #a447aa

#a447aa

Complementary Color

#a447aa #4daa47

#a447aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a447aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a447aa Color CSS Codes

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

#a447aa Text Font Color

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

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


#a447aa Background Color

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

This div background color is #a447aa


#a447aa Border Color

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

This div border color is #a447aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a447aa


Comments

No comments written yet.

Please login to write comment.