Color Hex Logo

#a993aa Color Hex

#A993AA
(169,147,170)
0 Favorites   0 Comments

Color spaces of #a993aa

RGB 169147170
HSL0.830.120.62
HSV297°14°67°
CMYK 0.010.140.00   0.33
XYZ34.051632.204742.4516
Yxy32.20470.31320.2962
Hunter Lab56.74927.7955-4.6278
CIE-Lab63.511712.3927-9.0191

#a993aa color RGB value is (169,147,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010011 10101010
Octal 251 223 252
Decimal 169 147 170
Hex A9 93 AA

RGB Percentages of Color #a993aa

%34.77
%30.25
%34.98

CMYK Percentages of Color #a993aa

%1
%14
%0
%33

Triadic Colors of #a993aa

#a993aa #aaa993 #93aaa9

Analogous Colors of #a993aa

#a993aa #aa93a0 #9e93aa

Monochromatic Colors of #a993aa

#a993aa

Complementary Color

#a993aa #94aa93

#a993aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a993aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a993aa Color CSS Codes

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

#a993aa Text Font Color

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

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


#a993aa Background Color

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

This div background color is #a993aa


#a993aa Border Color

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

This div border color is #a993aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a993aa


Comments

No comments written yet.

Please login to write comment.