Color Hex Logo

#aa19ac Color Hex

#AA19AC
(170,25,172)
0 Favorites   0 Comments

Color spaces of #aa19ac

RGB 17025172
HSL0.830.750.39
HSV299°85°67°
CMYK 0.010.850.00   0.33
XYZ24.371612.219940.1039
Yxy12.21990.31780.1593
Hunter Lab34.957063.2734-43.5497
CIE-Lab41.563569.5337-44.1162

#aa19ac color RGB value is (170,25,172).

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

The process color (four color CMYK) of #aa19ac color hex is 0.01, 0.85, 0.00, 0.33. Web safe color of #aa19ac is #990099. Color #aa19ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 10101100
Octal 252 31 254
Decimal 170 25 172
Hex AA 19 AC

RGB Percentages of Color #aa19ac

%46.32
%6.81
%46.87

CMYK Percentages of Color #aa19ac

%1
%85
%0
%33

Triadic Colors of #aa19ac

#aa19ac #acaa19 #19acaa

Analogous Colors of #aa19ac

#aa19ac #ac1965 #6019ac

Monochromatic Colors of #aa19ac

#aa19ac

Complementary Color

#aa19ac #1bac19

#aa19ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa19ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa19ac Color CSS Codes

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

#aa19ac Text Font Color

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

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


#aa19ac Background Color

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

This div background color is #aa19ac


#aa19ac Border Color

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

This div border color is #aa19ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa19ac


Comments

No comments written yet.

Please login to write comment.