Color Hex Logo

#a042aa Color Hex

#A042AA
(160,66,170)
0 Favorites   0 Comments

Color spaces of #a042aa

RGB 16066170
HSL0.820.440.46
HSV294°61°67°
CMYK 0.060.610.00   0.33
XYZ23.701114.272339.5359
Yxy14.27230.30580.1841
Hunter Lab37.778745.8722-35.6027
CIE-Lab44.620953.4149-38.1647

#a042aa color RGB value is (160,66,170).

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

The process color (four color CMYK) of #a042aa color hex is 0.06, 0.61, 0.00, 0.33. Web safe color of #a042aa is #993399. Color #a042aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000010 10101010
Octal 240 102 252
Decimal 160 66 170
Hex A0 42 AA

RGB Percentages of Color #a042aa

%40.40
%16.67
%42.93

CMYK Percentages of Color #a042aa

%6
%61
%0
%33

Triadic Colors of #a042aa

#a042aa #aaa042 #42aaa0

Analogous Colors of #a042aa

#a042aa #aa4280 #6c42aa

Monochromatic Colors of #a042aa

#a042aa

Complementary Color

#a042aa #4caa42

#a042aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a042aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a042aa Color CSS Codes

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

#a042aa Text Font Color

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

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


#a042aa Background Color

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

This div background color is #a042aa


#a042aa Border Color

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

This div border color is #a042aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a042aa


Comments

No comments written yet.

Please login to write comment.