Color Hex Logo

#aa0aac Color Hex

#AA0AAC
(170,10,172)
0 Favorites   0 Comments

Color spaces of #aa0aac

RGB 17010172
HSL0.830.890.36
HSV299°94°67°
CMYK 0.010.940.00   0.33
XYZ24.132511.741740.0242
Yxy11.74170.31800.1547
Hunter Lab34.266265.7457-45.2667
CIE-Lab40.802671.7712-45.3330

#aa0aac color RGB value is (170,10,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001010 10101100
Octal 252 12 254
Decimal 170 10 172
Hex AA A AC

RGB Percentages of Color #aa0aac

%48.30
%2.84
%48.86

CMYK Percentages of Color #aa0aac

%1
%94
%0
%33

Triadic Colors of #aa0aac

#aa0aac #acaa0a #0aacaa

Analogous Colors of #aa0aac

#aa0aac #ac0a5d #590aac

Monochromatic Colors of #aa0aac

#aa0aac

Complementary Color

#aa0aac #0cac0a

#aa0aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0aac Color CSS Codes

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

#aa0aac Text Font Color

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

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


#aa0aac Background Color

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

This div background color is #aa0aac


#aa0aac Border Color

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

This div border color is #aa0aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0aac


Comments

No comments written yet.

Please login to write comment.