Color Hex Logo

#a014aa Color Hex

#A014AA
(160,20,170)
0 Favorites   0 Comments

Color spaces of #a014aa

RGB 16020170
HSL0.820.790.37
HSV296°88°67°
CMYK 0.060.880.00   0.33
XYZ22.003110.876238.9698
Yxy10.87620.30620.1514
Hunter Lab32.979161.3789-46.9748
CIE-Lab39.371268.3407-46.5317

#a014aa color RGB value is (160,20,170).

#a014aa hex color red value is 160, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a014aa hue: 0.82 , saturation: 0.79 and the lightness value of a014aa is 0.37.

The process color (four color CMYK) of #a014aa color hex is 0.06, 0.88, 0.00, 0.33. Web safe color of #a014aa is #990099. Color #a014aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010100 10101010
Octal 240 24 252
Decimal 160 20 170
Hex A0 14 AA

RGB Percentages of Color #a014aa

%45.71
%5.71
%48.57

CMYK Percentages of Color #a014aa

%6
%88
%0
%33

Triadic Colors of #a014aa

#a014aa #aaa014 #14aaa0

Analogous Colors of #a014aa

#a014aa #aa1469 #5514aa

Monochromatic Colors of #a014aa

#a014aa

Complementary Color

#a014aa #1eaa14

#a014aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a014aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a014aa Color CSS Codes

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

#a014aa Text Font Color

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

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


#a014aa Background Color

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

This div background color is #a014aa


#a014aa Border Color

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

This div border color is #a014aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a014aa


Comments

No comments written yet.

Please login to write comment.