Color Hex Logo

#aa00ff Color Hex

#AA00FF
(170,0,255)
9 Favorites   1 Comments

Color spaces of #aa00ff

RGB 1700255
HSL0.781.000.50
HSV280°100°100°
CMYK 0.331.000.00   0.00
XYZ34.627615.766095.8258
Yxy15.76600.23680.1078
Hunter Lab39.706486.1819-115.2935
CIE-Lab46.666086.9947-83.6178

#aa00ff color RGB value is (170,0,255).

#aa00ff hex color red value is 170, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa00ff hue: 0.78 , saturation: 1.00 and the lightness value of aa00ff is 0.50.

The process color (four color CMYK) of #aa00ff color hex is 0.33, 1.00, 0.00, 0.00. Web safe color of #aa00ff is #9900ff. Color #aa00ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 11111111
Octal 252 0 377
Decimal 170 0 255
Hex AA 0 FF

RGB Percentages of Color #aa00ff

%40.00
%0.00
%60.00

CMYK Percentages of Color #aa00ff

%33
%100
%0
%0

Triadic Colors of #aa00ff

#aa00ff #ffaa00 #00ffaa

Analogous Colors of #aa00ff

#aa00ff #ff00d5 #2a00ff

Monochromatic Colors of #aa00ff

#aa00ff

Complementary Color

#aa00ff #55ff00

#aa00ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00ff Color CSS Codes

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

#aa00ff Text Font Color

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

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


#aa00ff Background Color

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

This div background color is #aa00ff


#aa00ff Border Color

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

This div border color is #aa00ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00ff

Related Colors


Comments

18 May 2014, 17:44 (guest)

Medium soft violet.

Please login to write comment.