Color Hex Logo

#aa6aae Color Hex

#AA6AAE
(170,106,174)
0 Favorites   0 Comments

Color spaces of #aa6aae

RGB 170106174
HSL0.820.300.55
HSV296°39°68°
CMYK 0.020.390.00   0.32
XYZ29.371621.910142.7254
Yxy21.91010.31240.2331
Hunter Lab46.808230.0922-21.3527
CIE-Lab53.931536.6099-25.8501

#aa6aae color RGB value is (170,106,174).

#aa6aae hex color red value is 170, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa6aae hue: 0.82 , saturation: 0.30 and the lightness value of aa6aae is 0.55.

The process color (four color CMYK) of #aa6aae color hex is 0.02, 0.39, 0.00, 0.32. Web safe color of #aa6aae is #996699. Color #aa6aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101010 10101110
Octal 252 152 256
Decimal 170 106 174
Hex AA 6A AE

RGB Percentages of Color #aa6aae

%37.78
%23.56
%38.67

CMYK Percentages of Color #aa6aae

%2
%39
%0
%32

Triadic Colors of #aa6aae

#aa6aae #aeaa6a #6aaeaa

Analogous Colors of #aa6aae

#aa6aae #ae6a90 #886aae

Monochromatic Colors of #aa6aae

#aa6aae

Complementary Color

#aa6aae #6eae6a

#aa6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6aae Color CSS Codes

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

#aa6aae Text Font Color

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

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


#aa6aae Background Color

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

This div background color is #aa6aae


#aa6aae Border Color

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

This div border color is #aa6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6aae


Comments

No comments written yet.

Please login to write comment.