Color Hex Logo

#aa99fa Color Hex

#AA99FA
(170,153,250)
0 Favorites   0 Comments

Color spaces of #aa99fa

RGB 170153250
HSL0.700.910.79
HSV251°39°98°
CMYK 0.320.390.00   0.02
XYZ45.224138.230695.4382
Yxy38.23060.25280.2137
Hunter Lab61.830922.3537-48.2346
CIE-Lab68.190227.4548-46.2483

#aa99fa color RGB value is (170,153,250).

#aa99fa hex color red value is 170, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aa99fa hue: 0.70 , saturation: 0.91 and the lightness value of aa99fa is 0.79.

The process color (four color CMYK) of #aa99fa color hex is 0.32, 0.39, 0.00, 0.02. Web safe color of #aa99fa is #9999ff. Color #aa99fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 11111010
Octal 252 231 372
Decimal 170 153 250
Hex AA 99 FA

RGB Percentages of Color #aa99fa

%29.67
%26.70
%43.63

CMYK Percentages of Color #aa99fa

%32
%39
%0
%2

Triadic Colors of #aa99fa

#aa99fa #faaa99 #99faaa

Analogous Colors of #aa99fa

#aa99fa #db99fa #99b9fa

Monochromatic Colors of #aa99fa

#aa99fa

Complementary Color

#aa99fa #e9fa99

#aa99fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa99fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa99fa Color CSS Codes

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

#aa99fa Text Font Color

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

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


#aa99fa Background Color

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

This div background color is #aa99fa


#aa99fa Border Color

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

This div border color is #aa99fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa99fa

Related Colors


Comments

No comments written yet.

Please login to write comment.