Color Hex Logo

#aa19ff Color Hex

#AA19FF
(170,25,255)
0 Favorites   0 Comments

Color spaces of #aa19ff

RGB 17025255
HSL0.771.000.55
HSV278°90°100°
CMYK 0.330.900.00   0.00
XYZ34.975216.461395.9417
Yxy16.46130.23730.1117
Hunter Lab40.572582.8725-111.8021
CIE-Lab47.574084.2719-82.1296

#aa19ff color RGB value is (170,25,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00011001 11111111
Octal 252 31 377
Decimal 170 25 255
Hex AA 19 FF

RGB Percentages of Color #aa19ff

%37.78
%5.56
%56.67

CMYK Percentages of Color #aa19ff

%33
%90
%0
%0

Triadic Colors of #aa19ff

#aa19ff #ffaa19 #19ffaa

Analogous Colors of #aa19ff

#aa19ff #ff19e1 #3719ff

Monochromatic Colors of #aa19ff

#aa19ff

Complementary Color

#aa19ff #6eff19

#aa19ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa19ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa19ff Color CSS Codes

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

#aa19ff Text Font Color

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

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


#aa19ff Background Color

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

This div background color is #aa19ff


#aa19ff Border Color

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

This div border color is #aa19ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa19ff

Related Colors


Comments

No comments written yet.

Please login to write comment.