COLOR #A8A2E1

HEX: #A8A2E1
RGB: (168,162,225)

Color info

#A8A2E1 contains mainly red and blue colors. Web safe color of #A8A2E1 is #9999CC (or #99C).

RGB color model

#A8A2E1 color RGB value is (168,162,225).

  • red value is 168;
  • green value is 162;
  • blue value is 225.
RGB: (168,162,225) (66%,64%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 162 of 255 = 64%
B 225 of 255 = 88%

168
162
225

R + G + B ~ 73%. #A8A2E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 162 + 225 = 555 (100%)
R 168 of 555 ~ 30.27%
G 162 of 555 ~ 29.19%
B 225 of 555 ~ 40.54%

%30.27
%29.19
%40.54

CMYK color model

#A8A2E1 color CMYK value is (25,28,0,12).

  • cyan value is 25.33%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (25,28,0,12) C25M28Y0K12 (25%,28%,0%,12%) (0.25/0.28/0.00/0.12)

CMYK percentages

%25.33
%28
%0
%11.76

Codes

Color #A8A2E1 in popluar color models

A8A2E1
RGB168162225
HSL246°51.22%75.88%
HSB/HSV246°28.00%88.24%
CMYK25.33%28.00%0.00%
11.76%

Color #A8A2E1 in popluar number systems.

HEXA8A2E1
Decimal168162225
Binary101010001010001011100001
Octal250242341

Shades and tints

Shades of #A8A2E1

#A8A2E1
(168,162,225)
#9994CD
(153,148,205)
#8A86B9
(138,134,185)
#7B78A5
(123,120,165)
#6C6A91
(108,106,145)
#5D5C7D
(93,92,125)
#4E4E69
(78,78,105)
#3F4055
(63,64,85)
#303241
(48,50,65)
#21242D
(33,36,45)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #A8A2E1

#A8A2E1
(168,162,225)
#AFAAE3
(175,170,227)
#B6B2E5
(182,178,229)
#BDBAE7
(189,186,231)
#C4C2E9
(196,194,233)
#CBCAEB
(203,202,235)
#D2D2ED
(210,210,237)
#D9DAEF
(217,218,239)
#E0E2F1
(224,226,241)
#E7EAF3
(231,234,243)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A2E1 color. Also use rgb(168,162,225) instead hex code.

Text Font Color

.myTextColor { color: #A8A2E1; }

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

This text font color is #A8A2E1.


Background Color

.myBgColor { background-color: #A8A2E1; }

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

This div background color is #A8A2E1.


Border color

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

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

This div border color is #A8A2E1.


Opacity

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

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

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

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

This text has shadow with #A8A2E1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8A2E1 on black background.


Color preview on white background

This text has color #A8A2E1 on white background.



Black color preview on #A8A2E1 background

This text has black color on #A8A2E1 background.


White color preview on #A8A2E1 background

This text has white color on #A8A2E1 background.