Color Hex Logo

#a495ac Color Hex

#A495AC
(164,149,172)
0 Favorites   0 Comments

Color spaces of #a495ac

RGB 164149172
HSL0.780.120.63
HSV279°13°67°
CMYK 0.050.130.00   0.33
XYZ33.503732.366043.5111
Yxy32.36600.30630.2959
Hunter Lab56.89115.5608-5.5220
CIE-Lab63.64429.9065-9.9961

#a495ac color RGB value is (164,149,172).

#a495ac hex color red value is 164, green value is 149 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a495ac hue: 0.78 , saturation: 0.12 and the lightness value of a495ac is 0.63.

The process color (four color CMYK) of #a495ac color hex is 0.05, 0.13, 0.00, 0.33. Web safe color of #a495ac is #999999. Color #a495ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10010101 10101100
Octal 244 225 254
Decimal 164 149 172
Hex A4 95 AC

RGB Percentages of Color #a495ac

%33.81
%30.72
%35.46

CMYK Percentages of Color #a495ac

%5
%13
%0
%33

Triadic Colors of #a495ac

#a495ac #aca495 #95aca4

Analogous Colors of #a495ac

#a495ac #ac95a9 #9995ac

Monochromatic Colors of #a495ac

#a495ac

Complementary Color

#a495ac #9dac95

#a495ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a495ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a495ac Color CSS Codes

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

#a495ac Text Font Color

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

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


#a495ac Background Color

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

This div background color is #a495ac


#a495ac Border Color

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

This div border color is #a495ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a495ac


Comments

No comments written yet.

Please login to write comment.