Color Hex Logo

#a576ac Color Hex

#A576AC
(165,118,172)
0 Favorites   0 Comments

Color spaces of #a576ac

RGB 165118172
HSL0.810.250.57
HSV292°31°67°
CMYK 0.040.310.00   0.33
XYZ29.441923.934842.0978
Yxy23.93480.30840.2507
Hunter Lab48.923221.8054-16.7721
CIE-Lab56.022527.8665-21.5245

#a576ac color RGB value is (165,118,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 10101100
Octal 245 166 254
Decimal 165 118 172
Hex A5 76 AC

RGB Percentages of Color #a576ac

%36.26
%25.93
%37.80

CMYK Percentages of Color #a576ac

%4
%31
%0
%33

Triadic Colors of #a576ac

#a576ac #aca576 #76aca5

Analogous Colors of #a576ac

#a576ac #ac7698 #8a76ac

Monochromatic Colors of #a576ac

#a576ac

Complementary Color

#a576ac #7dac76

#a576ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a576ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a576ac Color CSS Codes

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

#a576ac Text Font Color

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

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


#a576ac Background Color

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

This div background color is #a576ac


#a576ac Border Color

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

This div border color is #a576ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a576ac


Comments

No comments written yet.

Please login to write comment.