Color Hex Logo

#a171ac Color Hex

#A171AC
(161,113,172)
0 Favorites   0 Comments

Color spaces of #a171ac

RGB 161113172
HSL0.800.260.56
HSV289°34°67°
CMYK 0.060.340.00   0.33
XYZ28.049522.365941.8684
Yxy22.36590.30390.2424
Hunter Lab47.292623.1073-19.3849
CIE-Lab54.413129.3839-24.0342

#a171ac color RGB value is (161,113,172).

#a171ac hex color red value is 161, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a171ac hue: 0.80 , saturation: 0.26 and the lightness value of a171ac is 0.56.

The process color (four color CMYK) of #a171ac color hex is 0.06, 0.34, 0.00, 0.33. Web safe color of #a171ac is #996699. Color #a171ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110001 10101100
Octal 241 161 254
Decimal 161 113 172
Hex A1 71 AC

RGB Percentages of Color #a171ac

%36.10
%25.34
%38.57

CMYK Percentages of Color #a171ac

%6
%34
%0
%33

Triadic Colors of #a171ac

#a171ac #aca171 #71aca1

Analogous Colors of #a171ac

#a171ac #ac719a #8471ac

Monochromatic Colors of #a171ac

#a171ac

Complementary Color

#a171ac #7cac71

#a171ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a171ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a171ac Color CSS Codes

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

#a171ac Text Font Color

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

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


#a171ac Background Color

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

This div background color is #a171ac


#a171ac Border Color

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

This div border color is #a171ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a171ac


Comments

No comments written yet.

Please login to write comment.