Color Hex Logo

#a076ac Color Hex

#A076AC
(160,118,172)
0 Favorites   0 Comments

Color spaces of #a076ac

RGB 160118172
HSL0.800.250.57
HSV287°31°67°
CMYK 0.070.310.00   0.33
XYZ28.422023.409042.0501
Yxy23.40900.30270.2493
Hunter Lab48.382820.1880-17.6616
CIE-Lab55.491126.2042-22.3855

#a076ac color RGB value is (160,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 10101100
Octal 240 166 254
Decimal 160 118 172
Hex A0 76 AC

RGB Percentages of Color #a076ac

%35.56
%26.22
%38.22

CMYK Percentages of Color #a076ac

%7
%31
%0
%33

Triadic Colors of #a076ac

#a076ac #aca076 #76aca0

Analogous Colors of #a076ac

#a076ac #ac769d #8576ac

Monochromatic Colors of #a076ac

#a076ac

Complementary Color

#a076ac #82ac76

#a076ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076ac Color CSS Codes

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

#a076ac Text Font Color

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

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


#a076ac Background Color

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

This div background color is #a076ac


#a076ac Border Color

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

This div border color is #a076ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076ac


Comments

No comments written yet.

Please login to write comment.