Color Hex Logo

#aa638c Color Hex

#AA638C
(170,99,140)
0 Favorites   0 Comments

Color spaces of #aa638c

RGB 17099140
HSL0.900.290.53
HSV325°42°67°
CMYK 0.000.420.18   0.33
XYZ25.773019.363227.1900
Yxy19.36320.35630.2677
Hunter Lab44.003627.5414-5.8330
CIE-Lab51.109534.3627-10.2387

#aa638c color RGB value is (170,99,140).

#aa638c hex color red value is 170, green value is 99 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #aa638c hue: 0.90 , saturation: 0.29 and the lightness value of aa638c is 0.53.

The process color (four color CMYK) of #aa638c color hex is 0.00, 0.42, 0.18, 0.33. Web safe color of #aa638c is #996699. Color #aa638c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100011 10001100
Octal 252 143 214
Decimal 170 99 140
Hex AA 63 8C

RGB Percentages of Color #aa638c

%41.56
%24.21
%34.23

CMYK Percentages of Color #aa638c

%0
%42
%18
%33

Triadic Colors of #aa638c

#aa638c #8caa63 #638caa

Analogous Colors of #aa638c

#aa638c #aa6369 #a563aa

Monochromatic Colors of #aa638c

#aa638c

Complementary Color

#aa638c #63aa81

#aa638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa638c Color CSS Codes

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

#aa638c Text Font Color

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

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


#aa638c Background Color

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

This div background color is #aa638c


#aa638c Border Color

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

This div border color is #aa638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa638c


Comments

No comments written yet.

Please login to write comment.