COLOR #A28ED2

HEX: #A28ED2
RGB: (162,142,210)

Color info

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

RGB color model

#A28ED2 color RGB value is (162,142,210).

  • red value is 162;
  • green value is 142;
  • blue value is 210.
RGB:
(162,142,210)
(64%,56%,82%)

RGB channels and saturation

R 162 of 255 = 64%
G 142 of 255 = 56%
B 210 of 255 = 82%

162
142
210

R + G + B ~ 67%. #A28ED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 142 + 210 = 514 (100%)
R 162 of 514 ~ 31.52%
G 142 of 514 ~ 27.63%
B 210 of 514 ~ 40.86%

%31.52
%27.63
%40.86

CMYK color model

#A28ED2 color CMYK value is (23,32,0,18).

  • cyan value is 22.86%
  • magenta value is 32.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,32,0,18)
C23M32Y0K18 
(23%,32%,0%,18%)
(0.23/0.32/0.00/0.18)	

CMYK percentages

%22.86
%32.38
%0
%17.65

Codes

Color #A28ED2 in popluar color models

A28ED2
RGB162142210
HSL258°43.04%69.02%
HSB/HSV258°32.38%82.35%
CMYK22.86%32.38%0.00%
17.65%

Color #A28ED2 in popluar number systems.

HEXA28ED2
Decimal162142210
Binary101000101000111011010010
Octal242216322

Shades and tints

Shades of #A28ED2

#A28ED2
(162,142,210)
#9482BF
(148,130,191)
#8676AC
(134,118,172)
#786A99
(120,106,153)
#6A5E86
(106,94,134)
#5C5273
(92,82,115)
#4E4660
(78,70,96)
#403A4D
(64,58,77)
#322E3A
(50,46,58)
#242227
(36,34,39)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #A28ED2

#A28ED2
(162,142,210)
#AA98D6
(170,152,214)
#B2A2DA
(178,162,218)
#BAACDE
(186,172,222)
#C2B6E2
(194,182,226)
#CAC0E6
(202,192,230)
#D2CAEA
(210,202,234)
#DAD4EE
(218,212,238)
#E2DEF2
(226,222,242)
#EAE8F6
(234,232,246)
#F2F2FA
(242,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28ED2 color. Also use rgb(162,142,210) instead hex code.

Text Font Color

.myTextColor { color: #A28ED2; }

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

This text font color is #A28ED2.


Background Color

.myBgColor { background-color: #A28ED2; }

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

This div background color is #A28ED2.


Border color

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

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

This div border color is #A28ED2.


Opacity

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

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

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

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

This text has shadow with #A28ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28ED2 on black background.


Color preview on white background

This text has color #A28ED2 on white background.



Black color preview on #A28ED2 background

This text has black color on #A28ED2 background.


White color preview on #A28ED2 background

This text has white color on #A28ED2 background.