Color Hex Logo

#a010aa Color Hex

#A010AA
(160,16,170)
0 Favorites   0 Comments

Color spaces of #a010aa

RGB 16016170
HSL0.820.830.36
HSV296°91°67°
CMYK 0.060.910.00   0.33
XYZ21.938210.746438.9482
Yxy10.74640.30630.1500
Hunter Lab32.781762.0880-47.4957
CIE-Lab39.150068.9918-46.8868

#a010aa color RGB value is (160,16,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010000 10101010
Octal 240 20 252
Decimal 160 16 170
Hex A0 10 AA

RGB Percentages of Color #a010aa

%46.24
%4.62
%49.13

CMYK Percentages of Color #a010aa

%6
%91
%0
%33

Triadic Colors of #a010aa

#a010aa #aaa010 #10aaa0

Analogous Colors of #a010aa

#a010aa #aa1067 #5310aa

Monochromatic Colors of #a010aa

#a010aa

Complementary Color

#a010aa #1aaa10

#a010aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a010aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a010aa Color CSS Codes

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

#a010aa Text Font Color

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

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


#a010aa Background Color

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

This div background color is #a010aa


#a010aa Border Color

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

This div border color is #a010aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a010aa


Comments

No comments written yet.

Please login to write comment.