Color Hex Logo

#a590ac Color Hex

#A590AC
(165,144,172)
0 Favorites   0 Comments

Color spaces of #a590ac

RGB 165144172
HSL0.790.140.62
HSV285°16°67°
CMYK 0.040.160.00   0.33
XYZ32.936730.924443.2628
Yxy30.92440.30750.2887
Hunter Lab55.60978.4056-7.1992
CIE-Lab62.443813.0771-11.7851

#a590ac color RGB value is (165,144,172).

#a590ac hex color red value is 165, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a590ac hue: 0.79 , saturation: 0.14 and the lightness value of a590ac is 0.62.

The process color (four color CMYK) of #a590ac color hex is 0.04, 0.16, 0.00, 0.33. Web safe color of #a590ac is #999999. Color #a590ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10010000 10101100
Octal 245 220 254
Decimal 165 144 172
Hex A5 90 AC

RGB Percentages of Color #a590ac

%34.30
%29.94
%35.76

CMYK Percentages of Color #a590ac

%4
%16
%0
%33

Triadic Colors of #a590ac

#a590ac #aca590 #90aca5

Analogous Colors of #a590ac

#a590ac #ac90a5 #9790ac

Monochromatic Colors of #a590ac

#a590ac

Complementary Color

#a590ac #97ac90

#a590ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a590ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a590ac Color CSS Codes

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

#a590ac Text Font Color

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

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


#a590ac Background Color

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

This div background color is #a590ac


#a590ac Border Color

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

This div border color is #a590ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a590ac


Comments

No comments written yet.

Please login to write comment.