Color Hex Logo

#aa99ff Color Hex

#AA99FF
(170,153,255)
2 Favorites   0 Comments

Color spaces of #aa99ff

RGB 170153255
HSL0.691.000.80
HSV250°40°100°
CMYK 0.330.400.00   0.00
XYZ46.018838.548599.6229
Yxy38.54850.24980.2093
Hunter Lab62.087423.6500-51.6730
CIE-Lab68.422928.7249-48.6047

#aa99ff color RGB value is (170,153,255).

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

The process color (four color CMYK) of #aa99ff color hex is 0.33, 0.40, 0.00, 0.00. Web safe color of #aa99ff is #9999ff. Color #aa99ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 11111111
Octal 252 231 377
Decimal 170 153 255
Hex AA 99 FF

RGB Percentages of Color #aa99ff

%29.41
%26.47
%44.12

CMYK Percentages of Color #aa99ff

%33
%40
%0
%0

Triadic Colors of #aa99ff

#aa99ff #ffaa99 #99ffaa

Analogous Colors of #aa99ff

#aa99ff #dd99ff #99bbff

Monochromatic Colors of #aa99ff

#aa99ff

Complementary Color

#aa99ff #eeff99

#aa99ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa99ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa99ff Color CSS Codes

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

#aa99ff Text Font Color

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

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


#aa99ff Background Color

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

This div background color is #aa99ff


#aa99ff Border Color

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

This div border color is #aa99ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa99ff

Related Colors


Comments

No comments written yet.

Please login to write comment.