Color Hex Logo

#aa67ac Color Hex

#AA67AC
(170,103,172)
0 Favorites   0 Comments

Color spaces of #aa67ac

RGB 170103172
HSL0.830.290.54
HSV298°40°67°
CMYK 0.010.400.00   0.33
XYZ28.874221.225141.6047
Yxy21.22510.31490.2315
Hunter Lab46.070731.2488-21.2930
CIE-Lab53.195037.8654-25.8284

#aa67ac color RGB value is (170,103,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 10101100
Octal 252 147 254
Decimal 170 103 172
Hex AA 67 AC

RGB Percentages of Color #aa67ac

%38.20
%23.15
%38.65

CMYK Percentages of Color #aa67ac

%1
%40
%0
%33

Triadic Colors of #aa67ac

#aa67ac #acaa67 #67acaa

Analogous Colors of #aa67ac

#aa67ac #ac678c #8867ac

Monochromatic Colors of #aa67ac

#aa67ac

Complementary Color

#aa67ac #69ac67

#aa67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa67ac Color CSS Codes

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

#aa67ac Text Font Color

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

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


#aa67ac Background Color

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

This div background color is #aa67ac


#aa67ac Border Color

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

This div border color is #aa67ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa67ac


Comments

No comments written yet.

Please login to write comment.