Color Hex Logo

#a929ac Color Hex

#A929AC
(169,41,172)
0 Favorites   0 Comments

Color spaces of #a929ac

RGB 16941172
HSL0.830.620.42
HSV299°76°67°
CMYK 0.020.760.00   0.33
XYZ24.601512.999540.2422
Yxy12.99950.31600.1670
Hunter Lab36.054858.7010-40.9375
CIE-Lab42.762565.3613-42.2135

#a929ac color RGB value is (169,41,172).

#a929ac hex color red value is 169, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a929ac hue: 0.83 , saturation: 0.62 and the lightness value of a929ac is 0.42.

The process color (four color CMYK) of #a929ac color hex is 0.02, 0.76, 0.00, 0.33. Web safe color of #a929ac is #993399. Color #a929ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00101001 10101100
Octal 251 51 254
Decimal 169 41 172
Hex A9 29 AC

RGB Percentages of Color #a929ac

%44.24
%10.73
%45.03

CMYK Percentages of Color #a929ac

%2
%76
%0
%33

Triadic Colors of #a929ac

#a929ac #aca929 #29aca9

Analogous Colors of #a929ac

#a929ac #ac296e #6829ac

Monochromatic Colors of #a929ac

#a929ac

Complementary Color

#a929ac #2cac29

#a929ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a929ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a929ac Color CSS Codes

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

#a929ac Text Font Color

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

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


#a929ac Background Color

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

This div background color is #a929ac


#a929ac Border Color

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

This div border color is #a929ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a929ac


Comments

No comments written yet.

Please login to write comment.