COLOR #A2A4D4

HEX: #A2A4D4
RGB: (162,164,212)

Color info

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

RGB color model

#A2A4D4 color RGB value is (162,164,212).

  • red value is 162;
  • green value is 164;
  • blue value is 212.
RGB:
(162,164,212)
(64%,64%,83%)

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 212 of 255 = 83%

162
164
212

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 212 = 538 (100%)
R 162 of 538 ~ 30.11%
G 164 of 538 ~ 30.48%
B 212 of 538 ~ 39.41%

%30.11
%30.48
%39.41

CMYK color model

#A2A4D4 color CMYK value is (24,23,0,17).

  • cyan value is 23.58%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(24,23,0,17)
C24M23Y0K17 
(24%,23%,0%,17%)
(0.24/0.23/0.00/0.17)	

CMYK percentages

%23.58
%22.64
%0
%16.86

Codes

Color #A2A4D4 in popluar color models

A2A4D4
RGB162164212
HSL238°36.76%73.33%
HSB/HSV238°23.58%83.14%
CMYK23.58%22.64%0.00%
16.86%

Color #A2A4D4 in popluar number systems.

HEXA2A4D4
Decimal162164212
Binary101000101010010011010100
Octal242244324

Shades and tints

Shades of #A2A4D4

#A2A4D4
(162,164,212)
#9496C1
(148,150,193)
#8688AE
(134,136,174)
#787A9B
(120,122,155)
#6A6C88
(106,108,136)
#5C5E75
(92,94,117)
#4E5062
(78,80,98)
#40424F
(64,66,79)
#32343C
(50,52,60)
#242629
(36,38,41)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #A2A4D4

#A2A4D4
(162,164,212)
#AAACD7
(170,172,215)
#B2B4DA
(178,180,218)
#BABCDD
(186,188,221)
#C2C4E0
(194,196,224)
#CACCE3
(202,204,227)
#D2D4E6
(210,212,230)
#DADCE9
(218,220,233)
#E2E4EC
(226,228,236)
#EAECEF
(234,236,239)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A4D4 color. Also use rgb(162,164,212) instead hex code.

Text Font Color

.myTextColor { color: #A2A4D4; }

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

This text font color is #A2A4D4.


Background Color

.myBgColor { background-color: #A2A4D4; }

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

This div background color is #A2A4D4.


Border color

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

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

This div border color is #A2A4D4.


Opacity

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

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

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

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

This text has shadow with #A2A4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A4D4 on black background.


Color preview on white background

This text has color #A2A4D4 on white background.



Black color preview on #A2A4D4 background

This text has black color on #A2A4D4 background.


White color preview on #A2A4D4 background

This text has white color on #A2A4D4 background.