Color Hex Logo

#a001aa Color Hex

#A001AA
(160,1,170)
0 Favorites   0 Comments

Color spaces of #a001aa

RGB 1601170
HSL0.820.990.34
HSV296°99°67°
CMYK 0.060.990.00   0.33
XYZ21.763810.397638.8901
Yxy10.39760.30630.1463
Hunter Lab32.245364.0483-48.9362
CIE-Lab38.546870.7771-47.8562

#a001aa color RGB value is (160,1,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000001 10101010
Octal 240 1 252
Decimal 160 1 170
Hex A0 1 AA

RGB Percentages of Color #a001aa

%48.34
%0.30
%51.36

CMYK Percentages of Color #a001aa

%6
%99
%0
%33

Triadic Colors of #a001aa

#a001aa #aaa001 #01aaa0

Analogous Colors of #a001aa

#a001aa #aa015f #4c01aa

Monochromatic Colors of #a001aa

#a001aa

Complementary Color

#a001aa #0baa01

#a001aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a001aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a001aa Color CSS Codes

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

#a001aa Text Font Color

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

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


#a001aa Background Color

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

This div background color is #a001aa


#a001aa Border Color

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

This div border color is #a001aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a001aa


Comments

No comments written yet.

Please login to write comment.