Color Hex Logo

#a006aa Color Hex

#A006AA
(160,6,170)
0 Favorites   0 Comments

Color spaces of #a006aa

RGB 1606170
HSL0.820.930.35
HSV296°96°67°
CMYK 0.060.960.00   0.33
XYZ21.818010.506138.9082
Yxy10.50610.30630.1475
Hunter Lab32.413163.4294-48.4816
CIE-Lab38.735870.2158-47.5522

#a006aa color RGB value is (160,6,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000110 10101010
Octal 240 6 252
Decimal 160 6 170
Hex A0 6 AA

RGB Percentages of Color #a006aa

%47.62
%1.79
%50.60

CMYK Percentages of Color #a006aa

%6
%96
%0
%33

Triadic Colors of #a006aa

#a006aa #aaa006 #06aaa0

Analogous Colors of #a006aa

#a006aa #aa0662 #4e06aa

Monochromatic Colors of #a006aa

#a006aa

Complementary Color

#a006aa #10aa06

#a006aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a006aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a006aa Color CSS Codes

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

#a006aa Text Font Color

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

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


#a006aa Background Color

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

This div background color is #a006aa


#a006aa Border Color

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

This div border color is #a006aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a006aa


Comments

No comments written yet.

Please login to write comment.