COLOR #A1A1D7

HEX: #A1A1D7
RGB: (161,161,215)

Color info

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

RGB color model

#A1A1D7 color RGB value is (161,161,215).

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

RGB channels and saturation

R 161 of 255 = 63%
G 161 of 255 = 63%
B 215 of 255 = 84%

161
161
215

R + G + B ~ 70%. #A1A1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 161 + 215 = 537 (100%)
R 161 of 537 ~ 29.98%
G 161 of 537 ~ 29.98%
B 215 of 537 ~ 40.04%

%29.98
%29.98
%40.04

CMYK color model

#A1A1D7 color CMYK value is (25,25,0,16).

  • cyan value is 25.12%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(25,25,0,16)
C25M25Y0K16 
(25%,25%,0%,16%)
(0.25/0.25/0.00/0.16)	

CMYK percentages

%25.12
%25.12
%0
%15.69

Codes

Color #A1A1D7 in popluar color models

A1A1D7
RGB161161215
HSL240°40.30%73.73%
HSB/HSV240°25.12%84.31%
CMYK25.12%25.12%0.00%
15.69%

Color #A1A1D7 in popluar number systems.

HEXA1A1D7
Decimal161161215
Binary101000011010000111010111
Octal241241327

Shades and tints

Shades of #A1A1D7

#A1A1D7
(161,161,215)
#9393C4
(147,147,196)
#8585B1
(133,133,177)
#77779E
(119,119,158)
#69698B
(105,105,139)
#5B5B78
(91,91,120)
#4D4D65
(77,77,101)
#3F3F52
(63,63,82)
#31313F
(49,49,63)
#23232C
(35,35,44)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #A1A1D7

#A1A1D7
(161,161,215)
#A9A9DA
(169,169,218)
#B1B1DD
(177,177,221)
#B9B9E0
(185,185,224)
#C1C1E3
(193,193,227)
#C9C9E6
(201,201,230)
#D1D1E9
(209,209,233)
#D9D9EC
(217,217,236)
#E1E1EF
(225,225,239)
#E9E9F2
(233,233,242)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A1D7; }

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

This text font color is #A1A1D7.


Background Color

.myBgColor { background-color: #A1A1D7; }

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

This div background color is #A1A1D7.


Border color

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

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

This div border color is #A1A1D7.


Opacity

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

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

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

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

This text has shadow with #A1A1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A1D7 on black background.


Color preview on white background

This text has color #A1A1D7 on white background.



Black color preview on #A1A1D7 background

This text has black color on #A1A1D7 background.


White color preview on #A1A1D7 background

This text has white color on #A1A1D7 background.