Color Hex Logo

#a96aaa Color Hex

#A96AAA
(169,106,170)
0 Favorites   0 Comments

Color spaces of #a96aaa

RGB 169106170
HSL0.830.270.54
HSV299°38°67°
CMYK 0.010.380.00   0.33
XYZ28.771921.645440.6917
Yxy21.64540.31580.2376
Hunter Lab46.524628.9705-19.2894
CIE-Lab53.648735.5122-23.9766

#a96aaa color RGB value is (169,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10101010
Octal 251 152 252
Decimal 169 106 170
Hex A9 6A AA

RGB Percentages of Color #a96aaa

%37.98
%23.82
%38.20

CMYK Percentages of Color #a96aaa

%1
%38
%0
%33

Triadic Colors of #a96aaa

#a96aaa #aaa96a #6aaaa9

Analogous Colors of #a96aaa

#a96aaa #aa6a8b #896aaa

Monochromatic Colors of #a96aaa

#a96aaa

Complementary Color

#a96aaa #6baa6a

#a96aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aaa Color CSS Codes

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

#a96aaa Text Font Color

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

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


#a96aaa Background Color

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

This div background color is #a96aaa


#a96aaa Border Color

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

This div border color is #a96aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aaa


Comments

No comments written yet.

Please login to write comment.