Color Hex Logo

#aa319a Color Hex

#AA319A
(170,49,154)
0 Favorites   0 Comments

Color spaces of #aa319a

RGB 17049154
HSL0.860.550.43
HSV308°71°67°
CMYK 0.000.710.09   0.33
XYZ23.508613.075831.8567
Yxy13.07580.34350.1911
Hunter Lab36.160552.7653-26.9210
CIE-Lab42.877260.0765-31.2607

#aa319a color RGB value is (170,49,154).

#aa319a hex color red value is 170, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aa319a hue: 0.86 , saturation: 0.55 and the lightness value of aa319a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110001 10011010
Octal 252 61 232
Decimal 170 49 154
Hex AA 31 9A

RGB Percentages of Color #aa319a

%45.58
%13.14
%41.29

CMYK Percentages of Color #aa319a

%0
%71
%9
%33

Triadic Colors of #aa319a

#aa319a #9aaa31 #319aaa

Analogous Colors of #aa319a

#aa319a #aa315e #7e31aa

Monochromatic Colors of #aa319a

#aa319a

Complementary Color

#aa319a #31aa41

#aa319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa319a Color CSS Codes

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

#aa319a Text Font Color

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

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


#aa319a Background Color

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

This div background color is #aa319a


#aa319a Border Color

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

This div border color is #aa319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa319a


Comments

No comments written yet.

Please login to write comment.