Color Hex Logo

#a297aa Color Hex

#A297AA
(162,151,170)
0 Favorites   0 Comments

Color spaces of #a297aa

RGB 162151170
HSL0.760.100.63
HSV275°11°67°
CMYK 0.050.110.00   0.33
XYZ33.222632.716942.5942
Yxy32.71690.30610.3014
Hunter Lab57.19873.5801-4.1125
CIE-Lab63.93107.6798-8.4595

#a297aa color RGB value is (162,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010111 10101010
Octal 242 227 252
Decimal 162 151 170
Hex A2 97 AA

RGB Percentages of Color #a297aa

%33.54
%31.26
%35.20

CMYK Percentages of Color #a297aa

%5
%11
%0
%33

Triadic Colors of #a297aa

#a297aa #aaa297 #97aaa2

Analogous Colors of #a297aa

#a297aa #aa97a9 #9997aa

Monochromatic Colors of #a297aa

#a297aa

Complementary Color

#a297aa #9faa97

#a297aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a297aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a297aa Color CSS Codes

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

#a297aa Text Font Color

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

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


#a297aa Background Color

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

This div background color is #a297aa


#a297aa Border Color

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

This div border color is #a297aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a297aa


Comments

No comments written yet.

Please login to write comment.