Color Hex Logo

#aa479e Color Hex

#AA479E
(170,71,158)
0 Favorites   0 Comments

Color spaces of #aa479e

RGB 17071158
HSL0.850.410.47
HSV307°58°67°
CMYK 0.000.580.07   0.33
XYZ25.002415.521134.0259
Yxy15.52110.33540.2082
Hunter Lab39.396844.3370-23.6293
CIE-Lab46.339851.6634-28.2384

#aa479e color RGB value is (170,71,158).

#aa479e hex color red value is 170, green value is 71 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aa479e hue: 0.85 , saturation: 0.41 and the lightness value of aa479e is 0.47.

The process color (four color CMYK) of #aa479e color hex is 0.00, 0.58, 0.07, 0.33. Web safe color of #aa479e is #993399. Color #aa479e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 10011110
Octal 252 107 236
Decimal 170 71 158
Hex AA 47 9E

RGB Percentages of Color #aa479e

%42.61
%17.79
%39.60

CMYK Percentages of Color #aa479e

%0
%58
%7
%33

Triadic Colors of #aa479e

#aa479e #9eaa47 #479eaa

Analogous Colors of #aa479e

#aa479e #aa476d #8547aa

Monochromatic Colors of #aa479e

#aa479e

Complementary Color

#aa479e #47aa53

#aa479e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa479e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa479e Color CSS Codes

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

#aa479e Text Font Color

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

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


#aa479e Background Color

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

This div background color is #aa479e


#aa479e Border Color

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

This div border color is #aa479e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa479e


Comments

No comments written yet.

Please login to write comment.