Color Hex Logo

#a990aa Color Hex

#A990AA
(169,144,170)
0 Favorites   0 Comments

Color spaces of #a990aa

RGB 169144170
HSL0.830.130.62
HSV298°15°67°
CMYK 0.010.150.00   0.33
XYZ33.591131.283842.2981
Yxy31.28380.31340.2919
Hunter Lab55.93199.3211-5.6853
CIE-Lab62.746514.0830-10.1621

#a990aa color RGB value is (169,144,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 10101010
Octal 251 220 252
Decimal 169 144 170
Hex A9 90 AA

RGB Percentages of Color #a990aa

%34.99
%29.81
%35.20

CMYK Percentages of Color #a990aa

%1
%15
%0
%33

Triadic Colors of #a990aa

#a990aa #aaa990 #90aaa9

Analogous Colors of #a990aa

#a990aa #aa909e #9c90aa

Monochromatic Colors of #a990aa

#a990aa

Complementary Color

#a990aa #91aa90

#a990aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990aa Color CSS Codes

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

#a990aa Text Font Color

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

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


#a990aa Background Color

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

This div background color is #a990aa


#a990aa Border Color

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

This div border color is #a990aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990aa


Comments

No comments written yet.

Please login to write comment.