Color Hex Logo

#a96faa Color Hex

#A96FAA
(169,111,170)
0 Favorites   0 Comments

Color spaces of #a96faa

RGB 169111170
HSL0.830.260.55
HSV299°35°67°
CMYK 0.010.350.00   0.33
XYZ29.302322.706240.8685
Yxy22.70620.31550.2445
Hunter Lab47.651026.3767-17.4951
CIE-Lab54.768432.7363-22.2544

#a96faa color RGB value is (169,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101111 10101010
Octal 251 157 252
Decimal 169 111 170
Hex A9 6F AA

RGB Percentages of Color #a96faa

%37.56
%24.67
%37.78

CMYK Percentages of Color #a96faa

%1
%35
%0
%33

Triadic Colors of #a96faa

#a96faa #aaa96f #6faaa9

Analogous Colors of #a96faa

#a96faa #aa6f8e #8c6faa

Monochromatic Colors of #a96faa

#a96faa

Complementary Color

#a96faa #70aa6f

#a96faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96faa Color CSS Codes

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

#a96faa Text Font Color

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

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


#a96faa Background Color

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

This div background color is #a96faa


#a96faa Border Color

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

This div border color is #a96faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96faa


Comments

No comments written yet.

Please login to write comment.