Color Hex Logo

#aa13af Color Hex

#AA13AF
(170,19,175)
0 Favorites   0 Comments

Color spaces of #aa13af

RGB 17019175
HSL0.830.800.38
HSV298°89°69°
CMYK 0.030.890.00   0.31
XYZ24.548312.106941.6005
Yxy12.10690.31370.1547
Hunter Lab34.795065.0428-46.5300
CIE-Lab41.385571.0667-46.1846

#aa13af color RGB value is (170,19,175).

#aa13af hex color red value is 170, green value is 19 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aa13af hue: 0.83 , saturation: 0.80 and the lightness value of aa13af is 0.38.

The process color (four color CMYK) of #aa13af color hex is 0.03, 0.89, 0.00, 0.31. Web safe color of #aa13af is #990099. Color #aa13af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 10101111
Octal 252 23 257
Decimal 170 19 175
Hex AA 13 AF

RGB Percentages of Color #aa13af

%46.70
%5.22
%48.08

CMYK Percentages of Color #aa13af

%3
%89
%0
%31

Triadic Colors of #aa13af

#aa13af #afaa13 #13afaa

Analogous Colors of #aa13af

#aa13af #af1366 #5c13af

Monochromatic Colors of #aa13af

#aa13af

Complementary Color

#aa13af #18af13

#aa13af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa13af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa13af Color CSS Codes

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

#aa13af Text Font Color

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

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


#aa13af Background Color

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

This div background color is #aa13af


#aa13af Border Color

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

This div border color is #aa13af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa13af


Comments

No comments written yet.

Please login to write comment.