Color Hex Logo

#a013aa Color Hex

#A013AA
(160,19,170)
0 Favorites   0 Comments

Color spaces of #a013aa

RGB 16019170
HSL0.820.800.37
HSV296°89°67°
CMYK 0.060.890.00   0.33
XYZ21.985810.841638.9641
Yxy10.84160.30620.1510
Hunter Lab32.926661.5668-47.1130
CIE-Lab39.312468.5135-46.6261

#a013aa color RGB value is (160,19,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010011 10101010
Octal 240 23 252
Decimal 160 19 170
Hex A0 13 AA

RGB Percentages of Color #a013aa

%45.85
%5.44
%48.71

CMYK Percentages of Color #a013aa

%6
%89
%0
%33

Triadic Colors of #a013aa

#a013aa #aaa013 #13aaa0

Analogous Colors of #a013aa

#a013aa #aa1369 #5413aa

Monochromatic Colors of #a013aa

#a013aa

Complementary Color

#a013aa #1daa13

#a013aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a013aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a013aa Color CSS Codes

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

#a013aa Text Font Color

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

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


#a013aa Background Color

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

This div background color is #a013aa


#a013aa Border Color

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

This div border color is #a013aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a013aa


Comments

No comments written yet.

Please login to write comment.