Color Hex Logo

#a980aa Color Hex

#A980AA
(169,128,170)
0 Favorites   0 Comments

Color spaces of #a980aa

RGB 169128170
HSL0.830.200.58
HSV299°25°67°
CMYK 0.010.250.00   0.33
XYZ31.337126.775641.5468
Yxy26.77560.31440.2687
Hunter Lab51.745117.5464-11.3831
CIE-Lab58.766023.1494-16.1558

#a980aa color RGB value is (169,128,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 10101010
Octal 251 200 252
Decimal 169 128 170
Hex A9 80 AA

RGB Percentages of Color #a980aa

%36.19
%27.41
%36.40

CMYK Percentages of Color #a980aa

%1
%25
%0
%33

Triadic Colors of #a980aa

#a980aa #aaa980 #80aaa9

Analogous Colors of #a980aa

#a980aa #aa8096 #9480aa

Monochromatic Colors of #a980aa

#a980aa

Complementary Color

#a980aa #81aa80

#a980aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980aa Color CSS Codes

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

#a980aa Text Font Color

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

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


#a980aa Background Color

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

This div background color is #a980aa


#a980aa Border Color

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

This div border color is #a980aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980aa


Comments

No comments written yet.

Please login to write comment.