Color Hex Logo

#a96aac Color Hex

#A96AAC
(169,106,172)
0 Favorites   0 Comments

Color spaces of #a96aac

RGB 169106172
HSL0.830.280.55
HSV297°38°67°
CMYK 0.020.380.00   0.33
XYZ28.962621.721641.6959
Yxy21.72160.31350.2351
Hunter Lab46.606429.3638-20.4186
CIE-Lab53.730435.9004-25.0113

#a96aac color RGB value is (169,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10101100
Octal 251 152 254
Decimal 169 106 172
Hex A9 6A AC

RGB Percentages of Color #a96aac

%37.81
%23.71
%38.48

CMYK Percentages of Color #a96aac

%2
%38
%0
%33

Triadic Colors of #a96aac

#a96aac #aca96a #6aaca9

Analogous Colors of #a96aac

#a96aac #ac6a8e #886aac

Monochromatic Colors of #a96aac

#a96aac

Complementary Color

#a96aac #6dac6a

#a96aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aac Color CSS Codes

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

#a96aac Text Font Color

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

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


#a96aac Background Color

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

This div background color is #a96aac


#a96aac Border Color

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

This div border color is #a96aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aac


Comments

No comments written yet.

Please login to write comment.