Color Hex Logo

#a560ac Color Hex

#A560AC
(165,96,172)
0 Favorites   0 Comments

Color spaces of #a560ac

RGB 16596172
HSL0.820.310.53
HSV294°44°67°
CMYK 0.040.440.00   0.33
XYZ27.146319.343641.3327
Yxy19.34360.30910.2203
Hunter Lab43.981433.2069-24.9325
CIE-Lab51.086840.1093-29.1462

#a560ac color RGB value is (165,96,172).

#a560ac hex color red value is 165, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a560ac hue: 0.82 , saturation: 0.31 and the lightness value of a560ac is 0.53.

The process color (four color CMYK) of #a560ac color hex is 0.04, 0.44, 0.00, 0.33. Web safe color of #a560ac is #996699. Color #a560ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 10101100
Octal 245 140 254
Decimal 165 96 172
Hex A5 60 AC

RGB Percentages of Color #a560ac

%38.11
%22.17
%39.72

CMYK Percentages of Color #a560ac

%4
%44
%0
%33

Triadic Colors of #a560ac

#a560ac #aca560 #60aca5

Analogous Colors of #a560ac

#a560ac #ac608d #7f60ac

Monochromatic Colors of #a560ac

#a560ac

Complementary Color

#a560ac #67ac60

#a560ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a560ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a560ac Color CSS Codes

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

#a560ac Text Font Color

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

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


#a560ac Background Color

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

This div background color is #a560ac


#a560ac Border Color

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

This div border color is #a560ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a560ac


Comments

No comments written yet.

Please login to write comment.