COLOR #A1AAF6

HEX: #A1AAF6
RGB: (161,170,246)

Color info

#A1AAF6 contains mainly blue color. Web safe color of #A1AAF6 is #9999FF (or #99F).

RGB color model

#A1AAF6 color RGB value is (161,170,246).

  • red value is 161;
  • green value is 170;
  • blue value is 246.
RGB:
(161,170,246)
(63%,67%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 170 of 255 = 67%
B 246 of 255 = 96%

161
170
246

R + G + B ~ 75%. #A1AAF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 170 + 246 = 577 (100%)
R 161 of 577 ~ 27.9%
G 170 of 577 ~ 29.46%
B 246 of 577 ~ 42.63%

%27.9
%29.46
%42.63

CMYK color model

#A1AAF6 color CMYK value is (35,31,0,4).

  • cyan value is 34.55%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(35,31,0,4)
C35M31Y0K4 
(35%,31%,0%,4%)
(0.35/0.31/0.00/0.04)	

CMYK percentages

%34.55
%30.89
%0
%3.53

Codes

Color #A1AAF6 in popluar color models

A1AAF6
RGB161170246
HSL234°82.52%79.80%
HSB/HSV234°34.55%96.47%
CMYK34.55%30.89%0.00%
3.53%

Color #A1AAF6 in popluar number systems.

HEXA1AAF6
Decimal161170246
Binary101000011010101011110110
Octal241252366

Shades and tints

Shades of #A1AAF6

#A1AAF6
(161,170,246)
#939BE0
(147,155,224)
#858CCA
(133,140,202)
#777DB4
(119,125,180)
#696E9E
(105,110,158)
#5B5F88
(91,95,136)
#4D5072
(77,80,114)
#3F415C
(63,65,92)
#313246
(49,50,70)
#232330
(35,35,48)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #A1AAF6

#A1AAF6
(161,170,246)
#A9B1F6
(169,177,246)
#B1B8F6
(177,184,246)
#B9BFF6
(185,191,246)
#C1C6F6
(193,198,246)
#C9CDF6
(201,205,246)
#D1D4F6
(209,212,246)
#D9DBF6
(217,219,246)
#E1E2F6
(225,226,246)
#E9E9F6
(233,233,246)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1AAF6 color. Also use rgb(161,170,246) instead hex code.

Text Font Color

.myTextColor { color: #A1AAF6; }

<p style="color:#A1AAF6">This sample text font color is #A1AAF6.</p>

This text font color is #A1AAF6.


Background Color

.myBgColor { background-color: #A1AAF6; }

<div style="background-color:#A1AAF6">Inner text</div>

This div background color is #A1AAF6.


Border color

.myBorderColor { border: 1px solid #A1AAF6; }

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

This div border color is #A1AAF6.


Opacity

.myOpacity80 { color: #A1AAF6; opacity: 0.8; }

<p style="color:#A1AAF6;opacity:0.8;">80%</p>

Text with #A1AAF6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1AAF6;}

<p style="text-shadow: 3px 3px 1px #A1AAF6">Text here.</p>

This text has shadow with #A1AAF6 color.

.textShadow {text-shadow: 3px 3px 1px #A1AAF6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1AAF6, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1AAF6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1AAF6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1AAF6, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1AAF6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A1AAF6;
  -webkit-box-shadow:	1px 1px 3px 2px #A1AAF6;
  box-shadow:		1px 1px 3px 2px #A1AAF6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1AAF6;
-webkit-box-shadow: 1px 1px 3px 2px #A1AAF6;
box-shadow:1px 1px 3px 2px #A1AAF6;">
Div content here</div>
This div box has shadow with color #A1AAF6.

Preview

Color preview on black background

This text has color #A1AAF6 on black background.


Color preview on white background

This text has color #A1AAF6 on white background.



Black color preview on #A1AAF6 background

This text has black color on #A1AAF6 background.


White color preview on #A1AAF6 background

This text has white color on #A1AAF6 background.