Color Hex Logo

#a080aa Color Hex

#A080AA
(160,128,170)
0 Favorites   0 Comments

Color spaces of #a080aa

RGB 160128170
HSL0.790.200.58
HSV286°25°67°
CMYK 0.060.250.00   0.33
XYZ29.472125.814241.4595
Yxy25.81420.30460.2668
Hunter Lab50.807714.6294-12.8158
CIE-Lab57.860320.0606-17.6158

#a080aa color RGB value is (160,128,170).

#a080aa hex color red value is 160, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a080aa hue: 0.79 , saturation: 0.20 and the lightness value of a080aa is 0.58.

The process color (four color CMYK) of #a080aa color hex is 0.06, 0.25, 0.00, 0.33. Web safe color of #a080aa is #999999. Color #a080aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000000 10101010
Octal 240 200 252
Decimal 160 128 170
Hex A0 80 AA

RGB Percentages of Color #a080aa

%34.93
%27.95
%37.12

CMYK Percentages of Color #a080aa

%6
%25
%0
%33

Triadic Colors of #a080aa

#a080aa #aaa080 #80aaa0

Analogous Colors of #a080aa

#a080aa #aa809f #8b80aa

Monochromatic Colors of #a080aa

#a080aa

Complementary Color

#a080aa #8aaa80

#a080aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a080aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a080aa Color CSS Codes

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

#a080aa Text Font Color

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

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


#a080aa Background Color

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

This div background color is #a080aa


#a080aa Border Color

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

This div border color is #a080aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a080aa


Comments

No comments written yet.

Please login to write comment.