Color Hex Logo

#aa53ac Color Hex

#AA53AC
(170,83,172)
0 Favorites   0 Comments

Color spaces of #aa53ac

RGB 17083172
HSL0.830.350.50
HSV299°52°67°
CMYK 0.010.520.00   0.33
XYZ27.117217.711141.0191
Yxy17.71110.31590.2063
Hunter Lab42.084641.3686-28.3298
CIE-Lab49.143848.3665-32.1290

#aa53ac color RGB value is (170,83,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 10101100
Octal 252 123 254
Decimal 170 83 172
Hex AA 53 AC

RGB Percentages of Color #aa53ac

%40.00
%19.53
%40.47

CMYK Percentages of Color #aa53ac

%1
%52
%0
%33

Triadic Colors of #aa53ac

#aa53ac #acaa53 #53acaa

Analogous Colors of #aa53ac

#aa53ac #ac5382 #7e53ac

Monochromatic Colors of #aa53ac

#aa53ac

Complementary Color

#aa53ac #55ac53

#aa53ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa53ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa53ac Color CSS Codes

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

#aa53ac Text Font Color

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

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


#aa53ac Background Color

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

This div background color is #aa53ac


#aa53ac Border Color

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

This div border color is #aa53ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa53ac


Comments

No comments written yet.

Please login to write comment.