Color Hex Logo

#a04aaa Color Hex

#A04AAA
(160,74,170)
0 Favorites   0 Comments

Color spaces of #a04aaa

RGB 16074170
HSL0.820.390.48
HSV294°56°67°
CMYK 0.060.560.00   0.33
XYZ24.201715.273439.7027
Yxy15.27340.30570.1929
Hunter Lab39.081242.1471-32.8760
CIE-Lab46.006449.6434-35.9763

#a04aaa color RGB value is (160,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 10101010
Octal 240 112 252
Decimal 160 74 170
Hex A0 4A AA

RGB Percentages of Color #a04aaa

%39.60
%18.32
%42.08

CMYK Percentages of Color #a04aaa

%6
%56
%0
%33

Triadic Colors of #a04aaa

#a04aaa #aaa04a #4aaaa0

Analogous Colors of #a04aaa

#a04aaa #aa4a84 #704aaa

Monochromatic Colors of #a04aaa

#a04aaa

Complementary Color

#a04aaa #54aa4a

#a04aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04aaa Color CSS Codes

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

#a04aaa Text Font Color

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

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


#a04aaa Background Color

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

This div background color is #a04aaa


#a04aaa Border Color

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

This div border color is #a04aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04aaa


Comments

No comments written yet.

Please login to write comment.