Color Hex Logo

#a095aa Color Hex

#A095AA
(160,149,170)
0 Favorites   0 Comments

Color spaces of #a095aa

RGB 160149170
HSL0.750.110.63
HSV271°12°67°
CMYK 0.060.120.00   0.33
XYZ32.500331.870842.4689
Yxy31.87080.30420.2983
Hunter Lab56.45423.9663-5.0842
CIE-Lab63.23608.1045-9.5143

#a095aa color RGB value is (160,149,170).

#a095aa hex color red value is 160, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a095aa hue: 0.75 , saturation: 0.11 and the lightness value of a095aa is 0.63.

The process color (four color CMYK) of #a095aa color hex is 0.06, 0.12, 0.00, 0.33. Web safe color of #a095aa is #999999. Color #a095aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 10101010
Octal 240 225 252
Decimal 160 149 170
Hex A0 95 AA

RGB Percentages of Color #a095aa

%33.40
%31.11
%35.49

CMYK Percentages of Color #a095aa

%6
%12
%0
%33

Triadic Colors of #a095aa

#a095aa #aaa095 #95aaa0

Analogous Colors of #a095aa

#a095aa #aa95aa #9695aa

Monochromatic Colors of #a095aa

#a095aa

Complementary Color

#a095aa #9faa95

#a095aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095aa Color CSS Codes

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

#a095aa Text Font Color

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

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


#a095aa Background Color

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

This div background color is #a095aa


#a095aa Border Color

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

This div border color is #a095aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095aa


Comments

No comments written yet.

Please login to write comment.