Color Hex Logo

#aa50aa Color Hex

#AA50AA
(170,80,170)
1 Favorites   0 Comments

Color spaces of #aa50aa

RGB 17080170
HSL0.830.360.49
HSV300°53°67°
CMYK 0.000.530.00   0.33
XYZ26.701917.185639.9400
Yxy17.18560.31850.2050
Hunter Lab41.455542.4264-28.1036
CIE-Lab48.493049.4825-31.9731

#aa50aa color RGB value is (170,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 10101010
Octal 252 120 252
Decimal 170 80 170
Hex AA 50 AA

RGB Percentages of Color #aa50aa

%40.48
%19.05
%40.48

CMYK Percentages of Color #aa50aa

%0
%53
%0
%33

Triadic Colors of #aa50aa

#aa50aa #aaaa50 #50aaaa

Analogous Colors of #aa50aa

#aa50aa #aa507d #7d50aa

Monochromatic Colors of #aa50aa

#aa50aa

Complementary Color

#aa50aa #50aa50

#aa50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa50aa Color CSS Codes

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

#aa50aa Text Font Color

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

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


#aa50aa Background Color

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

This div background color is #aa50aa


#aa50aa Border Color

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

This div border color is #aa50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa50aa


Comments

No comments written yet.

Please login to write comment.