Color Hex Logo

#a071ac Color Hex

#A071AC
(160,113,172)
0 Favorites   0 Comments

Color spaces of #a071ac

RGB 160113172
HSL0.800.260.56
HSV288°34°67°
CMYK 0.070.340.00   0.33
XYZ27.848722.262441.8590
Yxy22.26240.30280.2421
Hunter Lab47.183022.7852-19.5717
CIE-Lab54.304329.0565-24.2108

#a071ac color RGB value is (160,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 10101100
Octal 240 161 254
Decimal 160 113 172
Hex A0 71 AC

RGB Percentages of Color #a071ac

%35.96
%25.39
%38.65

CMYK Percentages of Color #a071ac

%7
%34
%0
%33

Triadic Colors of #a071ac

#a071ac #aca071 #71aca0

Analogous Colors of #a071ac

#a071ac #ac719b #8371ac

Monochromatic Colors of #a071ac

#a071ac

Complementary Color

#a071ac #7dac71

#a071ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ac Color CSS Codes

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

#a071ac Text Font Color

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

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


#a071ac Background Color

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

This div background color is #a071ac


#a071ac Border Color

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

This div border color is #a071ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ac


Comments

No comments written yet.

Please login to write comment.