Color Hex Logo

#aa61ac Color Hex

#AA61AC
(170,97,172)
0 Favorites   0 Comments

Color spaces of #aa61ac

RGB 17097172
HSL0.830.310.53
HSV298°44°67°
CMYK 0.010.440.00   0.33
XYZ28.298720.074041.4129
Yxy20.07400.31520.2236
Hunter Lab44.804034.3355-23.4397
CIE-Lab51.920841.1096-27.8019

#aa61ac color RGB value is (170,97,172).

#aa61ac hex color red value is 170, green value is 97 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa61ac hue: 0.83 , saturation: 0.31 and the lightness value of aa61ac is 0.53.

The process color (four color CMYK) of #aa61ac color hex is 0.01, 0.44, 0.00, 0.33. Web safe color of #aa61ac is #996699. Color #aa61ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 10101100
Octal 252 141 254
Decimal 170 97 172
Hex AA 61 AC

RGB Percentages of Color #aa61ac

%38.72
%22.10
%39.18

CMYK Percentages of Color #aa61ac

%1
%44
%0
%33

Triadic Colors of #aa61ac

#aa61ac #acaa61 #61acaa

Analogous Colors of #aa61ac

#aa61ac #ac6189 #8561ac

Monochromatic Colors of #aa61ac

#aa61ac

Complementary Color

#aa61ac #63ac61

#aa61ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa61ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa61ac Color CSS Codes

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

#aa61ac Text Font Color

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

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


#aa61ac Background Color

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

This div background color is #aa61ac


#aa61ac Border Color

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

This div border color is #aa61ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa61ac


Comments

No comments written yet.

Please login to write comment.