Color Hex Logo

#a969ac Color Hex

#A969AC
(169,105,172)
0 Favorites   0 Comments

Color spaces of #a969ac

RGB 169105172
HSL0.830.290.54
HSV297°39°67°
CMYK 0.020.390.00   0.33
XYZ28.860221.516741.6618
Yxy21.51670.31360.2338
Hunter Lab46.386129.8823-20.7812
CIE-Lab53.510436.4514-25.3509

#a969ac color RGB value is (169,105,172).

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

The process color (four color CMYK) of #a969ac color hex is 0.02, 0.39, 0.00, 0.33. Web safe color of #a969ac is #996699. Color #a969ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 10101100
Octal 251 151 254
Decimal 169 105 172
Hex A9 69 AC

RGB Percentages of Color #a969ac

%37.89
%23.54
%38.57

CMYK Percentages of Color #a969ac

%2
%39
%0
%33

Triadic Colors of #a969ac

#a969ac #aca969 #69aca9

Analogous Colors of #a969ac

#a969ac #ac698e #8869ac

Monochromatic Colors of #a969ac

#a969ac

Complementary Color

#a969ac #6cac69

#a969ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969ac Color CSS Codes

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

#a969ac Text Font Color

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

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


#a969ac Background Color

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

This div background color is #a969ac


#a969ac Border Color

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

This div border color is #a969ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969ac


Comments

No comments written yet.

Please login to write comment.