Color Hex Logo

#a656ac Color Hex

#A656AC
(166,86,172)
0 Favorites   0 Comments

Color spaces of #a656ac

RGB 16686172
HSL0.820.340.51
HSV296°50°67°
CMYK 0.030.500.00   0.33
XYZ26.500117.741141.0574
Yxy17.74110.31070.2080
Hunter Lab42.120238.5937-28.3099
CIE-Lab49.180645.6920-32.1106

#a656ac color RGB value is (166,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 10101100
Octal 246 126 254
Decimal 166 86 172
Hex A6 56 AC

RGB Percentages of Color #a656ac

%39.15
%20.28
%40.57

CMYK Percentages of Color #a656ac

%3
%50
%0
%33

Triadic Colors of #a656ac

#a656ac #aca656 #56aca6

Analogous Colors of #a656ac

#a656ac #ac5687 #7b56ac

Monochromatic Colors of #a656ac

#a656ac

Complementary Color

#a656ac #5cac56

#a656ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a656ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a656ac Color CSS Codes

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

#a656ac Text Font Color

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

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


#a656ac Background Color

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

This div background color is #a656ac


#a656ac Border Color

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

This div border color is #a656ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a656ac


Comments

No comments written yet.

Please login to write comment.