Color Hex Logo

#a060aa Color Hex

#A060AA
(160,96,170)
0 Favorites   0 Comments

Color spaces of #a060aa

RGB 16096170
HSL0.810.300.52
HSV292°44°67°
CMYK 0.060.440.00   0.33
XYZ25.935818.741640.2807
Yxy18.74160.30530.2206
Hunter Lab43.291631.1784-24.8624
CIE-Lab50.383538.1717-29.1196

#a060aa color RGB value is (160,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 10101010
Octal 240 140 252
Decimal 160 96 170
Hex A0 60 AA

RGB Percentages of Color #a060aa

%37.56
%22.54
%39.91

CMYK Percentages of Color #a060aa

%6
%44
%0
%33

Triadic Colors of #a060aa

#a060aa #aaa060 #60aaa0

Analogous Colors of #a060aa

#a060aa #aa608f #7b60aa

Monochromatic Colors of #a060aa

#a060aa

Complementary Color

#a060aa #6aaa60

#a060aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060aa Color CSS Codes

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

#a060aa Text Font Color

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

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


#a060aa Background Color

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

This div background color is #a060aa


#a060aa Border Color

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

This div border color is #a060aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060aa


Comments

No comments written yet.

Please login to write comment.