Color Hex Logo

#a756ac Color Hex

#A756AC
(167,86,172)
0 Favorites   0 Comments

Color spaces of #a756ac

RGB 16786172
HSL0.820.340.51
HSV297°50°67°
CMYK 0.030.500.00   0.33
XYZ26.710517.849641.0672
Yxy17.84960.31190.2085
Hunter Lab42.248838.9158-28.0577
CIE-Lab49.313245.9826-31.8935

#a756ac color RGB value is (167,86,172).

#a756ac hex color red value is 167, green value is 86 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a756ac hue: 0.82 , saturation: 0.34 and the lightness value of a756ac is 0.51.

The process color (four color CMYK) of #a756ac color hex is 0.03, 0.50, 0.00, 0.33. Web safe color of #a756ac is #996699. Color #a756ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010110 10101100
Octal 247 126 254
Decimal 167 86 172
Hex A7 56 AC

RGB Percentages of Color #a756ac

%39.29
%20.24
%40.47

CMYK Percentages of Color #a756ac

%3
%50
%0
%33

Triadic Colors of #a756ac

#a756ac #aca756 #56aca7

Analogous Colors of #a756ac

#a756ac #ac5686 #7c56ac

Monochromatic Colors of #a756ac

#a756ac

Complementary Color

#a756ac #5bac56

#a756ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a756ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a756ac Color CSS Codes

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

#a756ac Text Font Color

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

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


#a756ac Background Color

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

This div background color is #a756ac


#a756ac Border Color

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

This div border color is #a756ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a756ac


Comments

No comments written yet.

Please login to write comment.