Color Hex Logo

#a959ac Color Hex

#A959AC
(169,89,172)
0 Favorites   0 Comments

Color spaces of #a959ac

RGB 16989172
HSL0.830.330.51
HSV298°48°67°
CMYK 0.020.480.00   0.33
XYZ27.381018.558341.1687
Yxy18.55830.31430.2130
Hunter Lab43.079338.0648-26.5048
CIE-Lab50.166445.0228-30.5414

#a959ac color RGB value is (169,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 10101100
Octal 251 131 254
Decimal 169 89 172
Hex A9 59 AC

RGB Percentages of Color #a959ac

%39.30
%20.70
%40.00

CMYK Percentages of Color #a959ac

%2
%48
%0
%33

Triadic Colors of #a959ac

#a959ac #aca959 #59aca9

Analogous Colors of #a959ac

#a959ac #ac5986 #8059ac

Monochromatic Colors of #a959ac

#a959ac

Complementary Color

#a959ac #5cac59

#a959ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959ac Color CSS Codes

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

#a959ac Text Font Color

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

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


#a959ac Background Color

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

This div background color is #a959ac


#a959ac Border Color

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

This div border color is #a959ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959ac


Comments

No comments written yet.

Please login to write comment.