Color Hex Logo

#aa6691 Color Hex

#AA6691
(170,102,145)
0 Favorites   0 Comments

Color spaces of #aa6691

RGB 170102145
HSL0.890.290.53
HSV322°40°67°
CMYK 0.000.400.15   0.33
XYZ26.439820.093129.2729
Yxy20.09310.34880.2651
Hunter Lab44.825326.8422-7.3412
CIE-Lab51.942333.5400-11.9399

#aa6691 color RGB value is (170,102,145).

#aa6691 hex color red value is 170, green value is 102 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aa6691 hue: 0.89 , saturation: 0.29 and the lightness value of aa6691 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 10010001
Octal 252 146 221
Decimal 170 102 145
Hex AA 66 91

RGB Percentages of Color #aa6691

%40.77
%24.46
%34.77

CMYK Percentages of Color #aa6691

%0
%40
%15
%33

Triadic Colors of #aa6691

#aa6691 #91aa66 #6691aa

Analogous Colors of #aa6691

#aa6691 #aa666f #a166aa

Monochromatic Colors of #aa6691

#aa6691

Complementary Color

#aa6691 #66aa7f

#aa6691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6691 Color CSS Codes

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

#aa6691 Text Font Color

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

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


#aa6691 Background Color

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

This div background color is #aa6691


#aa6691 Border Color

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

This div border color is #aa6691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6691


Comments

No comments written yet.

Please login to write comment.