Color Hex Logo

#aa4196 Color Hex

#AA4196
(170,65,150)
0 Favorites   0 Comments

Color spaces of #aa4196

RGB 17065150
HSL0.870.450.46
HSV311°62°67°
CMYK 0.000.620.12   0.33
XYZ23.972914.528630.3950
Yxy14.52860.34800.2109
Hunter Lab38.116445.5620-20.5979
CIE-Lab44.981753.0585-25.5698

#aa4196 color RGB value is (170,65,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 10010110
Octal 252 101 226
Decimal 170 65 150
Hex AA 41 96

RGB Percentages of Color #aa4196

%44.16
%16.88
%38.96

CMYK Percentages of Color #aa4196

%0
%62
%12
%33

Triadic Colors of #aa4196

#aa4196 #96aa41 #4196aa

Analogous Colors of #aa4196

#aa4196 #aa4162 #8a41aa

Monochromatic Colors of #aa4196

#aa4196

Complementary Color

#aa4196 #41aa55

#aa4196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa4196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa4196 Color CSS Codes

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

#aa4196 Text Font Color

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

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


#aa4196 Background Color

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

This div background color is #aa4196


#aa4196 Border Color

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

This div border color is #aa4196


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,65,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa4196">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa4196


Comments

No comments written yet.

Please login to write comment.