Color Hex Logo

#a969aa Color Hex

#A969AA
(169,105,170)
0 Favorites   0 Comments

Color spaces of #a969aa

RGB 169105170
HSL0.830.280.54
HSV299°38°67°
CMYK 0.010.380.00   0.33
XYZ28.669521.440440.6576
Yxy21.44040.31590.2362
Hunter Lab46.303829.4886-19.6477
CIE-Lab53.428236.0642-24.3166

#a969aa color RGB value is (169,105,170).

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

The process color (four color CMYK) of #a969aa color hex is 0.01, 0.38, 0.00, 0.33. Web safe color of #a969aa is #996699. Color #a969aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 10101010
Octal 251 151 252
Decimal 169 105 170
Hex A9 69 AA

RGB Percentages of Color #a969aa

%38.06
%23.65
%38.29

CMYK Percentages of Color #a969aa

%1
%38
%0
%33

Triadic Colors of #a969aa

#a969aa #aaa969 #69aaa9

Analogous Colors of #a969aa

#a969aa #aa698b #8969aa

Monochromatic Colors of #a969aa

#a969aa

Complementary Color

#a969aa #6aaa69

#a969aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969aa Color CSS Codes

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

#a969aa Text Font Color

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

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


#a969aa Background Color

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

This div background color is #a969aa


#a969aa Border Color

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

This div border color is #a969aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969aa


Comments

No comments written yet.

Please login to write comment.