Color Hex Logo

#a197aa Color Hex

#A197AA
(161,151,170)
0 Favorites   0 Comments

Color spaces of #a197aa

RGB 161151170
HSL0.750.100.63
HSV272°11°67°
CMYK 0.050.110.00   0.33
XYZ33.020232.612642.5847
Yxy32.61260.30510.3014
Hunter Lab57.10743.2728-4.2370
CIE-Lab63.84607.3296-8.5953

#a197aa color RGB value is (161,151,170).

#a197aa hex color red value is 161, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a197aa hue: 0.75 , saturation: 0.10 and the lightness value of a197aa is 0.63.

The process color (four color CMYK) of #a197aa color hex is 0.05, 0.11, 0.00, 0.33. Web safe color of #a197aa is #999999. Color #a197aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010111 10101010
Octal 241 227 252
Decimal 161 151 170
Hex A1 97 AA

RGB Percentages of Color #a197aa

%33.40
%31.33
%35.27

CMYK Percentages of Color #a197aa

%5
%11
%0
%33

Triadic Colors of #a197aa

#a197aa #aaa197 #97aaa1

Analogous Colors of #a197aa

#a197aa #aa97aa #9897aa

Monochromatic Colors of #a197aa

#a197aa

Complementary Color

#a197aa #a0aa97

#a197aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a197aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a197aa Color CSS Codes

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

#a197aa Text Font Color

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

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


#a197aa Background Color

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

This div background color is #a197aa


#a197aa Border Color

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

This div border color is #a197aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a197aa


Comments

No comments written yet.

Please login to write comment.