Color Hex Logo

#aa97af Color Hex

#AA97AF
(170,151,175)
0 Favorites   0 Comments

Color spaces of #aa97af

RGB 170151175
HSL0.800.130.64
HSV288°14°69°
CMYK 0.030.140.00   0.31
XYZ35.382033.774445.2117
Yxy33.77440.30940.2953
Hunter Lab58.11576.9717-5.4442
CIE-Lab64.783111.4784-9.9273

#aa97af color RGB value is (170,151,175).

#aa97af hex color red value is 170, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa97af hue: 0.80 , saturation: 0.13 and the lightness value of aa97af is 0.64.

The process color (four color CMYK) of #aa97af color hex is 0.03, 0.14, 0.00, 0.31. Web safe color of #aa97af is #999999. Color #aa97af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 10101111
Octal 252 227 257
Decimal 170 151 175
Hex AA 97 AF

RGB Percentages of Color #aa97af

%34.27
%30.44
%35.28

CMYK Percentages of Color #aa97af

%3
%14
%0
%31

Triadic Colors of #aa97af

#aa97af #afaa97 #97afaa

Analogous Colors of #aa97af

#aa97af #af97a8 #9e97af

Monochromatic Colors of #aa97af

#aa97af

Complementary Color

#aa97af #9caf97

#aa97af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa97af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa97af Color CSS Codes

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

#aa97af Text Font Color

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

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


#aa97af Background Color

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

This div background color is #aa97af


#aa97af Border Color

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

This div border color is #aa97af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,151,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa97af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa97af


Comments

No comments written yet.

Please login to write comment.