Color Hex Logo

#a476ac Color Hex

#A476AC
(164,118,172)
0 Favorites   0 Comments

Color spaces of #a476ac

RGB 164118172
HSL0.810.250.57
HSV291°31°67°
CMYK 0.050.310.00   0.33
XYZ29.234723.827942.0881
Yxy23.82790.30720.2504
Hunter Lab48.813821.4798-16.9511
CIE-Lab55.915127.5339-21.6985

#a476ac color RGB value is (164,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 10101100
Octal 244 166 254
Decimal 164 118 172
Hex A4 76 AC

RGB Percentages of Color #a476ac

%36.12
%25.99
%37.89

CMYK Percentages of Color #a476ac

%5
%31
%0
%33

Triadic Colors of #a476ac

#a476ac #aca476 #76aca4

Analogous Colors of #a476ac

#a476ac #ac7699 #8976ac

Monochromatic Colors of #a476ac

#a476ac

Complementary Color

#a476ac #7eac76

#a476ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ac Color CSS Codes

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

#a476ac Text Font Color

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

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


#a476ac Background Color

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

This div background color is #a476ac


#a476ac Border Color

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

This div border color is #a476ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ac


Comments

No comments written yet.

Please login to write comment.