Color Hex Logo

#aa479b Color Hex

#AA479B
(170,71,155)
0 Favorites   0 Comments

Color spaces of #aa479b

RGB 17071155
HSL0.860.410.47
HSV309°58°67°
CMYK 0.000.580.09   0.33
XYZ24.747215.419132.6822
Yxy15.41910.33970.2117
Hunter Lab39.267243.7779-21.8603
CIE-Lab46.203051.1595-26.6638

#aa479b color RGB value is (170,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 10011011
Octal 252 107 233
Decimal 170 71 155
Hex AA 47 9B

RGB Percentages of Color #aa479b

%42.93
%17.93
%39.14

CMYK Percentages of Color #aa479b

%0
%58
%9
%33

Triadic Colors of #aa479b

#aa479b #9baa47 #479baa

Analogous Colors of #aa479b

#aa479b #aa476a #8847aa

Monochromatic Colors of #aa479b

#aa479b

Complementary Color

#aa479b #47aa56

#aa479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa479b Color CSS Codes

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

#aa479b Text Font Color

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

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


#aa479b Background Color

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

This div background color is #aa479b


#aa479b Border Color

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

This div border color is #aa479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa479b


Comments

No comments written yet.

Please login to write comment.