Color Hex Logo

#a437aa Color Hex

#A437AA
(164,55,170)
0 Favorites   0 Comments

Color spaces of #a437aa

RGB 16455170
HSL0.820.510.44
HSV297°68°67°
CMYK 0.040.680.00   0.33
XYZ23.931713.527239.3799
Yxy13.52720.31150.1760
Hunter Lab36.779351.7831-37.7367
CIE-Lab43.547159.0609-39.8282

#a437aa color RGB value is (164,55,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110111 10101010
Octal 244 67 252
Decimal 164 55 170
Hex A4 37 AA

RGB Percentages of Color #a437aa

%42.16
%14.14
%43.70

CMYK Percentages of Color #a437aa

%4
%68
%0
%33

Triadic Colors of #a437aa

#a437aa #aaa437 #37aaa4

Analogous Colors of #a437aa

#a437aa #aa3777 #6b37aa

Monochromatic Colors of #a437aa

#a437aa

Complementary Color

#a437aa #3daa37

#a437aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a437aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a437aa Color CSS Codes

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

#a437aa Text Font Color

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

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


#a437aa Background Color

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

This div background color is #a437aa


#a437aa Border Color

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

This div border color is #a437aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a437aa


Comments

No comments written yet.

Please login to write comment.