Color Hex Logo

#a96aab Color Hex

#A96AAB
(169,106,171)
0 Favorites   0 Comments

Color spaces of #a96aab

RGB 169106171
HSL0.830.280.54
HSV298°38°67°
CMYK 0.010.380.00   0.33
XYZ28.866921.683441.1919
Yxy21.68340.31470.2364
Hunter Lab46.565429.1664-19.8523
CIE-Lab53.689535.7057-24.4942

#a96aab color RGB value is (169,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10101011
Octal 251 152 253
Decimal 169 106 171
Hex A9 6A AB

RGB Percentages of Color #a96aab

%37.89
%23.77
%38.34

CMYK Percentages of Color #a96aab

%1
%38
%0
%33

Triadic Colors of #a96aab

#a96aab #aba96a #6aaba9

Analogous Colors of #a96aab

#a96aab #ab6a8d #896aab

Monochromatic Colors of #a96aab

#a96aab

Complementary Color

#a96aab #6cab6a

#a96aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aab Color CSS Codes

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

#a96aab Text Font Color

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

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


#a96aab Background Color

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

This div background color is #a96aab


#a96aab Border Color

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

This div border color is #a96aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aab


Comments

No comments written yet.

Please login to write comment.