Color Hex Logo

#aa63ff Color Hex

#AA63FF
(170,99,255)
0 Favorites   0 Comments

Color spaces of #aa63ff

RGB 17099255
HSL0.741.000.69
HSV267°61°100°
CMYK 0.330.610.00   0.00
XYZ39.089424.689797.3131
Yxy24.68970.24270.1533
Hunter Lab49.688753.4681-81.3346
CIE-Lab56.771858.1576-67.1805

#aa63ff color RGB value is (170,99,255).

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

The process color (four color CMYK) of #aa63ff color hex is 0.33, 0.61, 0.00, 0.00. Web safe color of #aa63ff is #9966ff. Color #aa63ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100011 11111111
Octal 252 143 377
Decimal 170 99 255
Hex AA 63 FF

RGB Percentages of Color #aa63ff

%32.44
%18.89
%48.66

CMYK Percentages of Color #aa63ff

%33
%61
%0
%0

Triadic Colors of #aa63ff

#aa63ff #ffaa63 #63ffaa

Analogous Colors of #aa63ff

#aa63ff #f863ff #636aff

Monochromatic Colors of #aa63ff

#aa63ff

Complementary Color

#aa63ff #b8ff63

#aa63ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa63ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa63ff Color CSS Codes

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

#aa63ff Text Font Color

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

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


#aa63ff Background Color

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

This div background color is #aa63ff


#aa63ff Border Color

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

This div border color is #aa63ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa63ff

Related Colors


Comments

No comments written yet.

Please login to write comment.