Color Hex Logo

#a560aa Color Hex

#A560AA
(165,96,170)
0 Favorites   0 Comments

Color spaces of #a560aa

RGB 16596170
HSL0.820.300.52
HSV296°44°67°
CMYK 0.030.440.00   0.33
XYZ26.955619.267440.3285
Yxy19.26740.31140.2226
Hunter Lab43.894632.8008-23.7468
CIE-Lab50.998639.7166-28.1159

#a560aa color RGB value is (165,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 10101010
Octal 245 140 252
Decimal 165 96 170
Hex A5 60 AA

RGB Percentages of Color #a560aa

%38.28
%22.27
%39.44

CMYK Percentages of Color #a560aa

%3
%44
%0
%33

Triadic Colors of #a560aa

#a560aa #aaa560 #60aaa5

Analogous Colors of #a560aa

#a560aa #aa608a #8060aa

Monochromatic Colors of #a560aa

#a560aa

Complementary Color

#a560aa #65aa60

#a560aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a560aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a560aa Color CSS Codes

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

#a560aa Text Font Color

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

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


#a560aa Background Color

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

This div background color is #a560aa


#a560aa Border Color

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

This div border color is #a560aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,96,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a560aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a560aa


Comments

No comments written yet.

Please login to write comment.