Color Hex Logo

#a195ac Color Hex

#A195AC
(161,149,172)
0 Favorites   0 Comments

Color spaces of #a195ac

RGB 161149172
HSL0.750.120.63
HSV271°13°67°
CMYK 0.060.130.00   0.33
XYZ32.891832.050543.4825
Yxy32.05050.30340.2956
Hunter Lab56.61324.6341-5.9093
CIE-Lab63.38468.8622-10.4115

#a195ac color RGB value is (161,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 10101100
Octal 241 225 254
Decimal 161 149 172
Hex A1 95 AC

RGB Percentages of Color #a195ac

%33.40
%30.91
%35.68

CMYK Percentages of Color #a195ac

%6
%13
%0
%33

Triadic Colors of #a195ac

#a195ac #aca195 #95aca1

Analogous Colors of #a195ac

#a195ac #ac95ac #9695ac

Monochromatic Colors of #a195ac

#a195ac

Complementary Color

#a195ac #a0ac95

#a195ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a195ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a195ac Color CSS Codes

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

#a195ac Text Font Color

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

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


#a195ac Background Color

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

This div background color is #a195ac


#a195ac Border Color

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

This div border color is #a195ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a195ac


Comments

No comments written yet.

Please login to write comment.