Color Hex Logo

#aa6daf Color Hex

#AA6DAF
(170,109,175)
0 Favorites   0 Comments

Color spaces of #aa6daf

RGB 170109175
HSL0.820.290.56
HSV295°38°69°
CMYK 0.030.380.00   0.31
XYZ29.784122.578543.3457
Yxy22.57850.31120.2359
Hunter Lab47.516828.7314-20.8236
CIE-Lab54.635535.1505-25.3415

#aa6daf color RGB value is (170,109,175).

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

The process color (four color CMYK) of #aa6daf color hex is 0.03, 0.38, 0.00, 0.31. Web safe color of #aa6daf is #996699. Color #aa6daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101101 10101111
Octal 252 155 257
Decimal 170 109 175
Hex AA 6D AF

RGB Percentages of Color #aa6daf

%37.44
%24.01
%38.55

CMYK Percentages of Color #aa6daf

%3
%38
%0
%31

Triadic Colors of #aa6daf

#aa6daf #afaa6d #6dafaa

Analogous Colors of #aa6daf

#aa6daf #af6d93 #896daf

Monochromatic Colors of #aa6daf

#aa6daf

Complementary Color

#aa6daf #72af6d

#aa6daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6daf Color CSS Codes

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

#aa6daf Text Font Color

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

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


#aa6daf Background Color

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

This div background color is #aa6daf


#aa6daf Border Color

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

This div border color is #aa6daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6daf


Comments

No comments written yet.

Please login to write comment.