Color Hex Logo

#a170ac Color Hex

#A170AC
(161,112,172)
0 Favorites   0 Comments

Color spaces of #a170ac

RGB 161112172
HSL0.800.270.56
HSV289°35°67°
CMYK 0.060.350.00   0.33
XYZ27.938522.144041.8314
Yxy22.14400.30400.2409
Hunter Lab47.057423.6269-19.7653
CIE-Lab54.179529.9512-24.3941

#a170ac color RGB value is (161,112,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110000 10101100
Octal 241 160 254
Decimal 161 112 172
Hex A1 70 AC

RGB Percentages of Color #a170ac

%36.18
%25.17
%38.65

CMYK Percentages of Color #a170ac

%6
%35
%0
%33

Triadic Colors of #a170ac

#a170ac #aca170 #70aca1

Analogous Colors of #a170ac

#a170ac #ac7099 #8370ac

Monochromatic Colors of #a170ac

#a170ac

Complementary Color

#a170ac #7bac70

#a170ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a170ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a170ac Color CSS Codes

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

#a170ac Text Font Color

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

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


#a170ac Background Color

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

This div background color is #a170ac


#a170ac Border Color

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

This div border color is #a170ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a170ac


Comments

No comments written yet.

Please login to write comment.