COLOR #A1A4DA

HEX: #A1A4DA RGB: (161,164,218)

Color info

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

RGB color model

#A1A4DA color RGB value is (161,164,218).

RGB: (161,164,218) (63%, 64%, 85%)

RGB channels and saturation

R 161 of 255 = 63%
G 164 of 255 = 64%
B 218 of 255 = 85%

161
164
218

R + G + B ~ 71%. #A1A4DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 164 + 218 = 543 (100%)
R 161 of 543 ~ 29.65%
G 164 of 543 ~ 30.2%
B 218 of 543 ~ 40.15'%

%29.65
%30.2
%40.15

CMYK color model

#A1A4DA color CMYK value is (26,25,0,15).

  • cyan value is 26.15%
  • magenta value is 24.77%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (26,25,0,15)
C26M25Y0K15 (26%, 25%, 0%, 15%)
(0.26 / 0.25 / 0.00 / 0.15)

CMYK percentages

%26.15
%24.77
%0
%14.51

Codes

Color #A1A4DA in popluar color models

A1 A4 DA
RGB 161 164 218
HSL 237° 43.51% 74.31%
HSB/HSV 237° 26.15% 85.49%
CMYK 26.15% 24.77% 0.00%
14.51%

Color #A1A4DA in popluar number systems.

HEX A1 A4 DA
Decimal 161 164 218
Binary 10100001 10100100 11011010
Octal 241 244 332

Shades and tints

Shades of #A1A4DA

#A1A4DA
(161,164,218)
#9396C7
(147,150,199)
#8588B4
(133,136,180)
#777AA1
(119,122,161)
#696C8E
(105,108,142)
#5B5E7B
(91,94,123)
#4D5068
(77,80,104)
#3F4255
(63,66,85)
#313442
(49,52,66)
#23262F
(35,38,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #A1A4DA

#A1A4DA
(161,164,218)
#A9ACDD
(169,172,221)
#B1B4E0
(177,180,224)
#B9BCE3
(185,188,227)
#C1C4E6
(193,196,230)
#C9CCE9
(201,204,233)
#D1D4EC
(209,212,236)
#D9DCEF
(217,220,239)
#E1E4F2
(225,228,242)
#E9ECF5
(233,236,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A4DA; }

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

This text font color is #A1A4DA.

Background Color

.myBgColor { background-color: #A1A4DA; }

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

This div background color is #A1A4DA.

Border color

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

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

This div border color is #A1A4DA.

Opacity

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

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

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

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

This text has shadow with #A1A4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A4DA.

Preview

Color preview on black background

This text has color #A1A4DA on black background.


Color preview on white background

This text has color #A1A4DA on white background.


Black color preview on #A1A4DA background

This text has black color on #A1A4DA background.


White color preview on #A1A4DA background

This text has white color on #A1A4DA background.


Related colors

Complementary color

Complementary color for #hex is #5E5B25.


I love getcolorcode.com

Triadic colors

1 #DAA1A4 and #A4DAA1 with #A1A4DA are triadic colors.

2 #DAA4A1 and #A4A1DA with #A1A4DA are triadic colors.