COLOR #A1A1D1

HEX: #A1A1D1
RGB: (161,161,209)

Color info

#A1A1D1 contains red, green and blue colors in about the same proportion. Web safe color of #A1A1D1 is #9999CC (or #99C).

RGB color model

#A1A1D1 color RGB value is (161,161,209).

  • red value is 161;
  • green value is 161;
  • blue value is 209.
RGB:
(161,161,209)
(63%,63%,82%)

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 209 of 255 = 82%

161
161
209

R + G + B ~ 69%. #A1A1D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 161 + 209 = 531 (100%)
R 161 of 531 ~ 30.32%
G 161 of 531 ~ 30.32%
B 209 of 531 ~ 39.36%

%30.32
%30.32
%39.36

CMYK color model

#A1A1D1 color CMYK value is (23,23,0,18).

  • cyan value is 22.97%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,23,0,18)
C23M23Y0K18 
(23%,23%,0%,18%)
(0.23/0.23/0.00/0.18)	

CMYK percentages

%22.97
%22.97
%0
%18.04

Codes

Color #A1A1D1 in popluar color models

A1A1D1
RGB161161209
HSL240°34.29%72.55%
HSB/HSV240°22.97%81.96%
CMYK22.97%22.97%0.00%
18.04%

Color #A1A1D1 in popluar number systems.

HEXA1A1D1
Decimal161161209
Binary101000011010000111010001
Octal241241321

Shades and tints

Shades of #A1A1D1

#A1A1D1
(161,161,209)
#9393BE
(147,147,190)
#8585AB
(133,133,171)
#777798
(119,119,152)
#696985
(105,105,133)
#5B5B72
(91,91,114)
#4D4D5F
(77,77,95)
#3F3F4C
(63,63,76)
#313139
(49,49,57)
#232326
(35,35,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A1A1D1

#A1A1D1
(161,161,209)
#A9A9D5
(169,169,213)
#B1B1D9
(177,177,217)
#B9B9DD
(185,185,221)
#C1C1E1
(193,193,225)
#C9C9E5
(201,201,229)
#D1D1E9
(209,209,233)
#D9D9ED
(217,217,237)
#E1E1F1
(225,225,241)
#E9E9F5
(233,233,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A1D1; }

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

This text font color is #A1A1D1.


Background Color

.myBgColor { background-color: #A1A1D1; }

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

This div background color is #A1A1D1.


Border color

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

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

This div border color is #A1A1D1.


Opacity

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

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

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

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

This text has shadow with #A1A1D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A1D1 on black background.


Color preview on white background

This text has color #A1A1D1 on white background.



Black color preview on #A1A1D1 background

This text has black color on #A1A1D1 background.


White color preview on #A1A1D1 background

This text has white color on #A1A1D1 background.