Color Hex Logo

#a096af Color Hex

#A096AF
(160,150,175)
0 Favorites   0 Comments

Color spaces of #a096af

RGB 160150175
HSL0.730.140.64
HSV264°14°69°
CMYK 0.090.140.00   0.31
XYZ33.141432.381445.0609
Yxy32.38140.29970.2928
Hunter Lab56.90474.3757-7.1165
CIE-Lab63.65698.5743-11.7030

#a096af color RGB value is (160,150,175).

#a096af hex color red value is 160, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a096af hue: 0.73 , saturation: 0.14 and the lightness value of a096af is 0.64.

The process color (four color CMYK) of #a096af color hex is 0.09, 0.14, 0.00, 0.31. Web safe color of #a096af is #999999. Color #a096af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010110 10101111
Octal 240 226 257
Decimal 160 150 175
Hex A0 96 AF

RGB Percentages of Color #a096af

%32.99
%30.93
%36.08

CMYK Percentages of Color #a096af

%9
%14
%0
%31

Triadic Colors of #a096af

#a096af #afa096 #96afa0

Analogous Colors of #a096af

#a096af #ad96af #9699af

Monochromatic Colors of #a096af

#a096af

Complementary Color

#a096af #a5af96

#a096af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a096af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a096af Color CSS Codes

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

#a096af Text Font Color

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

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


#a096af Background Color

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

This div background color is #a096af


#a096af Border Color

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

This div border color is #a096af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,150,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a096af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a096af;
  -webkit-box-shadow: 1px 1px 3px 2px #a096af;
  box-shadow:         1px 1px 3px 2px #a096af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,150,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a096af


Comments

No comments written yet.

Please login to write comment.