Color Hex Logo

#a459ac Color Hex

#A459AC
(164,89,172)
0 Favorites   0 Comments

Color spaces of #a459ac

RGB 16489172
HSL0.820.330.51
HSV294°48°67°
CMYK 0.050.480.00   0.33
XYZ26.328618.015841.1195
Yxy18.01580.30810.2108
Hunter Lab42.445036.4446-27.7269
CIE-Lab49.515343.5432-31.6063

#a459ac color RGB value is (164,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01011001 10101100
Octal 244 131 254
Decimal 164 89 172
Hex A4 59 AC

RGB Percentages of Color #a459ac

%38.59
%20.94
%40.47

CMYK Percentages of Color #a459ac

%5
%48
%0
%33

Triadic Colors of #a459ac

#a459ac #aca459 #59aca4

Analogous Colors of #a459ac

#a459ac #ac598b #7b59ac

Monochromatic Colors of #a459ac

#a459ac

Complementary Color

#a459ac #61ac59

#a459ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a459ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a459ac Color CSS Codes

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

#a459ac Text Font Color

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

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


#a459ac Background Color

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

This div background color is #a459ac


#a459ac Border Color

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

This div border color is #a459ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a459ac


Comments

No comments written yet.

Please login to write comment.