Color Hex Logo

#a039aa Color Hex

#A039AA
(160,57,170)
0 Favorites   0 Comments

Color spaces of #a039aa

RGB 16057170
HSL0.820.500.45
HSV295°66°67°
CMYK 0.060.660.00   0.33
XYZ23.216013.302139.3742
Yxy13.30210.30590.1753
Hunter Lab36.472049.7967-38.4774
CIE-Lab43.215057.3132-40.3940

#a039aa color RGB value is (160,57,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 10101010
Octal 240 71 252
Decimal 160 57 170
Hex A0 39 AA

RGB Percentages of Color #a039aa

%41.34
%14.73
%43.93

CMYK Percentages of Color #a039aa

%6
%66
%0
%33

Triadic Colors of #a039aa

#a039aa #aaa039 #39aaa0

Analogous Colors of #a039aa

#a039aa #aa397c #6839aa

Monochromatic Colors of #a039aa

#a039aa

Complementary Color

#a039aa #43aa39

#a039aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a039aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a039aa Color CSS Codes

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

#a039aa Text Font Color

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

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


#a039aa Background Color

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

This div background color is #a039aa


#a039aa Border Color

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

This div border color is #a039aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a039aa


Comments

No comments written yet.

Please login to write comment.