COLOR #A1A1E6

HEX: #A1A1E6 RGB: (161,161,230)

Color info

#A1A1E6 contains mainly blue color. Web safe color of #A1A1E6 is #9999CC (or #99C).

RGB color model

#A1A1E6 color RGB value is (161,161,230).

RGB: (161,161,230) (63%, 63%, 90%)

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 230 of 255 = 90%

161
161
230

R + G + B ~ 72%. #A1A1E6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 161 + 230 = 552 (100%)
R 161 of 552 ~ 29.17%
G 161 of 552 ~ 29.17%
B 230 of 552 ~ 41.67'%

%29.17
%29.17
%41.67

CMYK color model

#A1A1E6 color CMYK value is (30,30,0,10).

  • cyan value is 30.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (30,30,0,10)
C30M30Y0K10 (30%, 30%, 0%, 10%)
(0.30 / 0.30 / 0.00 / 0.10)

CMYK percentages

%30
%30
%0
%9.8

Codes

Color #A1A1E6 in popluar color models

A1 A1 E6
RGB 161 161 230
HSL 240° 57.98% 76.67%
HSB/HSV 240° 30.00% 90.20%
CMYK 30.00% 30.00% 0.00%
9.80%

Color #A1A1E6 in popluar number systems.

HEX A1 A1 E6
Decimal 161 161 230
Binary 10100001 10100001 11100110
Octal 241 241 346

Shades and tints

Shades of #A1A1E6

#A1A1E6
(161,161,230)
#9393D2
(147,147,210)
#8585BE
(133,133,190)
#7777AA
(119,119,170)
#696996
(105,105,150)
#5B5B82
(91,91,130)
#4D4D6E
(77,77,110)
#3F3F5A
(63,63,90)
#313146
(49,49,70)
#232332
(35,35,50)
#15151E
(21,21,30)
#000000
(0,0,0)

Tints of #A1A1E6

#A1A1E6
(161,161,230)
#A9A9E8
(169,169,232)
#B1B1EA
(177,177,234)
#B9B9EC
(185,185,236)
#C1C1EE
(193,193,238)
#C9C9F0
(201,201,240)
#D1D1F2
(209,209,242)
#D9D9F4
(217,217,244)
#E1E1F6
(225,225,246)
#E9E9F8
(233,233,248)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A1E6; }

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

This text font color is #A1A1E6.

Background Color

.myBgColor { background-color: #A1A1E6; }

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

This div background color is #A1A1E6.

Border color

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

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

This div border color is #A1A1E6.

Opacity

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

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

Text with #A1A1E6 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 #A1A1E6;}

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

This text has shadow with #A1A1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A1E6.

Preview

Color preview on black background

This text has color #A1A1E6 on black background.


Color preview on white background

This text has color #A1A1E6 on white background.


Black color preview on #A1A1E6 background

This text has black color on #A1A1E6 background.


White color preview on #A1A1E6 background

This text has white color on #A1A1E6 background.


Related colors

Complementary color

Complementary color for #hex is #5E5E19.


I love getcolorcode.com