COLOR #A2A4DD

HEX: #A2A4DD
RGB: (162,164,221)

Color info

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

RGB color model

#A2A4DD color RGB value is (162,164,221).

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

RGB channels and saturation

R 162 of 255 = 64%
G 164 of 255 = 64%
B 221 of 255 = 87%

162
164
221

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

Portions of RGB colors in percentages

R + G + B =
162 + 164 + 221 = 547 (100%)
R 162 of 547 ~ 29.62%
G 164 of 547 ~ 29.98%
B 221 of 547 ~ 40.4%

%29.62
%29.98
%40.4

CMYK color model

#A2A4DD color CMYK value is (27,26,0,13).

  • cyan value is 26.70%
  • magenta value is 25.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(27,26,0,13)
C27M26Y0K13 
(27%,26%,0%,13%)
(0.27/0.26/0.00/0.13)	

CMYK percentages

%26.7
%25.79
%0
%13.33

Codes

Color #A2A4DD in popluar color models

A2A4DD
RGB162164221
HSL238°46.46%75.10%
HSB/HSV238°26.70%86.67%
CMYK26.70%25.79%0.00%
13.33%

Color #A2A4DD in popluar number systems.

HEXA2A4DD
Decimal162164221
Binary101000101010010011011101
Octal242244335

Shades and tints

Shades of #A2A4DD

#A2A4DD
(162,164,221)
#9496C9
(148,150,201)
#8688B5
(134,136,181)
#787AA1
(120,122,161)
#6A6C8D
(106,108,141)
#5C5E79
(92,94,121)
#4E5065
(78,80,101)
#404251
(64,66,81)
#32343D
(50,52,61)
#242629
(36,38,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #A2A4DD

#A2A4DD
(162,164,221)
#AAACE0
(170,172,224)
#B2B4E3
(178,180,227)
#BABCE6
(186,188,230)
#C2C4E9
(194,196,233)
#CACCEC
(202,204,236)
#D2D4EF
(210,212,239)
#DADCF2
(218,220,242)
#E2E4F5
(226,228,245)
#EAECF8
(234,236,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A4DD; }

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

This text font color is #A2A4DD.


Background Color

.myBgColor { background-color: #A2A4DD; }

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

This div background color is #A2A4DD.


Border color

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

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

This div border color is #A2A4DD.


Opacity

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

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

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

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

This text has shadow with #A2A4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A4DD on black background.


Color preview on white background

This text has color #A2A4DD on white background.



Black color preview on #A2A4DD background

This text has black color on #A2A4DD background.


White color preview on #A2A4DD background

This text has white color on #A2A4DD background.