Color Hex Logo

#a97aae Color Hex

#A97AAE
(169,122,174)
0 Favorites   0 Comments

Color spaces of #a97aae

RGB 169122174
HSL0.820.240.58
HSV294°30°68°
CMYK 0.030.300.00   0.32
XYZ30.961725.410143.3172
Yxy25.41010.31060.2549
Hunter Lab50.408421.4229-15.6634
CIE-Lab57.472827.3387-20.4173

#a97aae color RGB value is (169,122,174).

#a97aae hex color red value is 169, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a97aae hue: 0.82 , saturation: 0.24 and the lightness value of a97aae is 0.58.

The process color (four color CMYK) of #a97aae color hex is 0.03, 0.30, 0.00, 0.32. Web safe color of #a97aae is #996699. Color #a97aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 10101110
Octal 251 172 256
Decimal 169 122 174
Hex A9 7A AE

RGB Percentages of Color #a97aae

%36.34
%26.24
%37.42

CMYK Percentages of Color #a97aae

%3
%30
%0
%32

Triadic Colors of #a97aae

#a97aae #aea97a #7aaea9

Analogous Colors of #a97aae

#a97aae #ae7a99 #8f7aae

Monochromatic Colors of #a97aae

#a97aae

Complementary Color

#a97aae #7fae7a

#a97aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97aae Color CSS Codes

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

#a97aae Text Font Color

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

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


#a97aae Background Color

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

This div background color is #a97aae


#a97aae Border Color

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

This div border color is #a97aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,122,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97aae


Comments

No comments written yet.

Please login to write comment.