Color Hex Logo

#a2aaff Color Hex

#A2AAFF
(162,170,255)
0 Favorites   0 Comments

Color spaces of #a2aaff

RGB 162170255
HSL0.651.000.82
HSV235°36°100°
CMYK 0.360.330.00   0.00
XYZ47.325043.6508100.5389
Yxy43.65080.24710.2279
Hunter Lab66.068812.2391-43.9753
CIE-Lab71.994517.0104-43.0401

#a2aaff color RGB value is (162,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101010 11111111
Octal 242 252 377
Decimal 162 170 255
Hex A2 AA FF

RGB Percentages of Color #a2aaff

%27.60
%28.96
%43.44

CMYK Percentages of Color #a2aaff

%36
%33
%0
%0

Triadic Colors of #a2aaff

#a2aaff #ffa2aa #aaffa2

Analogous Colors of #a2aaff

#a2aaff #c9a2ff #a2d9ff

Monochromatic Colors of #a2aaff

#a2aaff

Complementary Color

#a2aaff #fff7a2

#a2aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aaff Color CSS Codes

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

#a2aaff Text Font Color

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

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


#a2aaff Background Color

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

This div background color is #a2aaff


#a2aaff Border Color

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

This div border color is #a2aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aaff

Related Colors

#a2aaff Color Palettes


Comments

No comments written yet.

Please login to write comment.