color codes Logo

#aa6dae color codes

#AA6DAE
(170,109,174)
0 Favorites   0 Comments

Color spaces of #aa6dae

RGB 170109174
HSL0.820.290.55
HSV296°37°68°
CMYK 0.020.370.00   0.32
XYZ29.686222.539342.8303
Yxy22.53930.31230.2371
Hunter Lab47.475628.5328-20.2558
CIE-Lab54.594634.9543-24.8266

#aa6dae color RGB value is (170,109,174).

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

The process color (four color CMYK) of #aa6dae color code is 0.02, 0.37, 0.00, 0.32. Web safe color of #aa6dae is #996699. Color #aa6dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101101 10101110
Octal 252 155 256
Decimal 170 109 174
Hex AA 6D AE

RGB Percentages of Color #aa6dae

%37.53
%24.06
%38.41

CMYK Percentages of Color #aa6dae

%2
%37
%0
%32

Triadic Colors of #aa6dae

#aa6dae #aeaa6d #6daeaa

Analogous Colors of #aa6dae

#aa6dae #ae6d92 #8a6dae

Monochromatic Colors of #aa6dae

#aa6dae

Complementary Color

#aa6dae #71ae6d

#aa6dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6dae Color CSS Codes

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

#aa6dae Text Font Color

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

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


#aa6dae Background Color

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

This div background color is #aa6dae


#aa6dae Border Color

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

This div border color is #aa6dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6dae

#aa6dae Color Palettes


Comments

No comments written yet.

Please login to write comment.