Color Hex Logo

#aa40aa Color Hex

#AA40AA
(170,64,170)
0 Favorites   0 Comments

Color spaces of #aa40aa

RGB 17064170
HSL0.830.450.46
HSV300°62°67°
CMYK 0.000.620.00   0.33
XYZ25.666715.115139.5949
Yxy15.11510.31930.1881
Hunter Lab38.878149.8060-33.1684
CIE-Lab45.791456.8396-36.2175

#aa40aa color RGB value is (170,64,170).

#aa40aa hex color red value is 170, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa40aa hue: 0.83 , saturation: 0.45 and the lightness value of aa40aa is 0.46.

The process color (four color CMYK) of #aa40aa color hex is 0.00, 0.62, 0.00, 0.33. Web safe color of #aa40aa is #993399. Color #aa40aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000000 10101010
Octal 252 100 252
Decimal 170 64 170
Hex AA 40 AA

RGB Percentages of Color #aa40aa

%42.08
%15.84
%42.08

CMYK Percentages of Color #aa40aa

%0
%62
%0
%33

Triadic Colors of #aa40aa

#aa40aa #aaaa40 #40aaaa

Analogous Colors of #aa40aa

#aa40aa #aa4075 #7540aa

Monochromatic Colors of #aa40aa

#aa40aa

Complementary Color

#aa40aa #40aa40

#aa40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa40aa Color CSS Codes

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

#aa40aa Text Font Color

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

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


#aa40aa Background Color

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

This div background color is #aa40aa


#aa40aa Border Color

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

This div border color is #aa40aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa40aa


Comments

No comments written yet.

Please login to write comment.