Color Hex Logo

#a966ac Color Hex

#A966AC
(169,102,172)
0 Favorites   0 Comments

Color spaces of #a966ac

RGB 169102172
HSL0.830.300.54
HSV297°41°67°
CMYK 0.020.410.00   0.33
XYZ28.560020.916341.5617
Yxy20.91630.31370.2298
Hunter Lab45.734331.4339-21.8665
CIE-Lab52.857838.0953-26.3598

#a966ac color RGB value is (169,102,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 10101100
Octal 251 146 254
Decimal 169 102 172
Hex A9 66 AC

RGB Percentages of Color #a966ac

%38.15
%23.02
%38.83

CMYK Percentages of Color #a966ac

%2
%41
%0
%33

Triadic Colors of #a966ac

#a966ac #aca966 #66aca9

Analogous Colors of #a966ac

#a966ac #ac668c #8666ac

Monochromatic Colors of #a966ac

#a966ac

Complementary Color

#a966ac #69ac66

#a966ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966ac Color CSS Codes

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

#a966ac Text Font Color

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

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


#a966ac Background Color

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

This div background color is #a966ac


#a966ac Border Color

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

This div border color is #a966ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966ac


Comments

No comments written yet.

Please login to write comment.