Color Hex Logo

#a96aad Color Hex

#A96AAD
(169,106,173)
0 Favorites   0 Comments

Color spaces of #a96aad

RGB 169106173
HSL0.820.290.55
HSV296°39°68°
CMYK 0.020.390.00   0.32
XYZ29.059021.760242.2037
Yxy21.76020.31240.2339
Hunter Lab46.647829.5619-20.9880
CIE-Lab53.771636.0953-25.5273

#a96aad color RGB value is (169,106,173).

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

The process color (four color CMYK) of #a96aad color hex is 0.02, 0.39, 0.00, 0.32. Web safe color of #a96aad is #996699. Color #a96aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101010 10101101
Octal 251 152 255
Decimal 169 106 173
Hex A9 6A AD

RGB Percentages of Color #a96aad

%37.72
%23.66
%38.62

CMYK Percentages of Color #a96aad

%2
%39
%0
%32

Triadic Colors of #a96aad

#a96aad #ada96a #6aada9

Analogous Colors of #a96aad

#a96aad #ad6a90 #886aad

Monochromatic Colors of #a96aad

#a96aad

Complementary Color

#a96aad #6ead6a

#a96aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96aad Color CSS Codes

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

#a96aad Text Font Color

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

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


#a96aad Background Color

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

This div background color is #a96aad


#a96aad Border Color

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

This div border color is #a96aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96aad


Comments

No comments written yet.

Please login to write comment.