Color Hex Logo

#a044aa Color Hex

#A044AA
(160,68,170)
0 Favorites   0 Comments

Color spaces of #a044aa

RGB 16068170
HSL0.820.430.47
HSV294°60°67°
CMYK 0.060.600.00   0.33
XYZ23.820014.510139.5755
Yxy14.51010.30580.1863
Hunter Lab38.092144.9595-34.9344
CIE-Lab44.955852.4971-37.6350

#a044aa color RGB value is (160,68,170).

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

The process color (four color CMYK) of #a044aa color hex is 0.06, 0.60, 0.00, 0.33. Web safe color of #a044aa is #993399. Color #a044aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 10101010
Octal 240 104 252
Decimal 160 68 170
Hex A0 44 AA

RGB Percentages of Color #a044aa

%40.20
%17.09
%42.71

CMYK Percentages of Color #a044aa

%6
%60
%0
%33

Triadic Colors of #a044aa

#a044aa #aaa044 #44aaa0

Analogous Colors of #a044aa

#a044aa #aa4481 #6d44aa

Monochromatic Colors of #a044aa

#a044aa

Complementary Color

#a044aa #4eaa44

#a044aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044aa Color CSS Codes

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

#a044aa Text Font Color

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

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


#a044aa Background Color

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

This div background color is #a044aa


#a044aa Border Color

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

This div border color is #a044aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044aa


Comments

No comments written yet.

Please login to write comment.