Color Hex Logo

#a1aaff Color Hex

#A1AAFF
(161,170,255)
0 Favorites   0 Comments

Color spaces of #a1aaff

RGB 161170255
HSL0.651.000.82
HSV234°37°100°
CMYK 0.370.330.00   0.00
XYZ47.122743.5465100.5294
Yxy43.54650.24650.2278
Hunter Lab65.989811.9831-44.1301
CIE-Lab71.924316.7473-43.1549

#a1aaff color RGB value is (161,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101010 11111111
Octal 241 252 377
Decimal 161 170 255
Hex A1 AA FF

RGB Percentages of Color #a1aaff

%27.47
%29.01
%43.52

CMYK Percentages of Color #a1aaff

%37
%33
%0
%0

Triadic Colors of #a1aaff

#a1aaff #ffa1aa #aaffa1

Analogous Colors of #a1aaff

#a1aaff #c7a1ff #a1d9ff

Monochromatic Colors of #a1aaff

#a1aaff

Complementary Color

#a1aaff #fff6a1

#a1aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1aaff Color CSS Codes

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

#a1aaff Text Font Color

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

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


#a1aaff Background Color

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

This div background color is #a1aaff


#a1aaff Border Color

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

This div border color is #a1aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1aaff


Comments

No comments written yet.

Please login to write comment.