Color Hex Logo

#a050aa Color Hex

#A050AA
(160,80,170)
0 Favorites   0 Comments

Color spaces of #a050aa

RGB 16080170
HSL0.810.360.49
HSV293°53°67°
CMYK 0.060.530.00   0.33
XYZ24.621616.113239.8427
Yxy16.11320.30560.2000
Hunter Lab40.141339.2401-30.7502
CIE-Lab47.122746.6543-34.2195

#a050aa color RGB value is (160,80,170).

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

The process color (four color CMYK) of #a050aa color hex is 0.06, 0.53, 0.00, 0.33. Web safe color of #a050aa is #996699. Color #a050aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 10101010
Octal 240 120 252
Decimal 160 80 170
Hex A0 50 AA

RGB Percentages of Color #a050aa

%39.02
%19.51
%41.46

CMYK Percentages of Color #a050aa

%6
%53
%0
%33

Triadic Colors of #a050aa

#a050aa #aaa050 #50aaa0

Analogous Colors of #a050aa

#a050aa #aa5087 #7350aa

Monochromatic Colors of #a050aa

#a050aa

Complementary Color

#a050aa #5aaa50

#a050aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a050aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a050aa Color CSS Codes

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

#a050aa Text Font Color

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

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


#a050aa Background Color

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

This div background color is #a050aa


#a050aa Border Color

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

This div border color is #a050aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a050aa


Comments

No comments written yet.

Please login to write comment.