Color Hex Logo

#aa1faf Color Hex

#AA1FAF
(170,31,175)
0 Favorites   0 Comments

Color spaces of #aa1faf

RGB 17031175
HSL0.830.700.40
HSV298°82°69°
CMYK 0.030.820.00   0.31
XYZ24.805412.621241.6862
Yxy12.62120.31350.1595
Hunter Lab35.526362.4622-44.7018
CIE-Lab42.186968.7204-44.9026

#aa1faf color RGB value is (170,31,175).

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

The process color (four color CMYK) of #aa1faf color hex is 0.03, 0.82, 0.00, 0.31. Web safe color of #aa1faf is #993399. Color #aa1faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011111 10101111
Octal 252 37 257
Decimal 170 31 175
Hex AA 1F AF

RGB Percentages of Color #aa1faf

%45.21
%8.24
%46.54

CMYK Percentages of Color #aa1faf

%3
%82
%0
%31

Triadic Colors of #aa1faf

#aa1faf #afaa1f #1fafaa

Analogous Colors of #aa1faf

#aa1faf #af1f6c #621faf

Monochromatic Colors of #aa1faf

#aa1faf

Complementary Color

#aa1faf #24af1f

#aa1faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa1faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa1faf Color CSS Codes

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

#aa1faf Text Font Color

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

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


#aa1faf Background Color

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

This div background color is #aa1faf


#aa1faf Border Color

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

This div border color is #aa1faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa1faf


Comments

No comments written yet.

Please login to write comment.