COLOR #A28EDD

HEX: #A28EDD RGB: (162,142,221)

Color info

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

RGB color model

#A28EDD color RGB value is (162,142,221).

RGB: (162,142,221) (64%, 56%, 87%)

RGB channels and saturation

R 162 of 255 = 64%
G 142 of 255 = 56%
B 221 of 255 = 87%

162
142
221

R + G + B ~ 69%. #A28EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 142 + 221 = 525 (100%)
R 162 of 525 ~ 30.86%
G 142 of 525 ~ 27.05%
B 221 of 525 ~ 42.1'%

%30.86
%27.05
%42.1

CMYK color model

#A28EDD color CMYK value is (27,36,0,13).

  • cyan value is 26.70%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (27,36,0,13)
C27M36Y0K13 (27%, 36%, 0%, 13%)
(0.27 / 0.36 / 0.00 / 0.13)

CMYK percentages

%26.7
%35.75
%0
%13.33

Codes

Color #A28EDD in popluar color models

A2 8E DD
RGB 162 142 221
HSL 255° 53.74% 71.18%
HSB/HSV 255° 35.75% 86.67%
CMYK 26.70% 35.75% 0.00%
13.33%

Color #A28EDD in popluar number systems.

HEX A2 8E DD
Decimal 162 142 221
Binary 10100010 10001110 11011101
Octal 242 216 335

Shades and tints

Shades of #A28EDD

#A28EDD
(162,142,221)
#9482C9
(148,130,201)
#8676B5
(134,118,181)
#786AA1
(120,106,161)
#6A5E8D
(106,94,141)
#5C5279
(92,82,121)
#4E4665
(78,70,101)
#403A51
(64,58,81)
#322E3D
(50,46,61)
#242229
(36,34,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #A28EDD

#A28EDD
(162,142,221)
#AA98E0
(170,152,224)
#B2A2E3
(178,162,227)
#BAACE6
(186,172,230)
#C2B6E9
(194,182,233)
#CAC0EC
(202,192,236)
#D2CAEF
(210,202,239)
#DAD4F2
(218,212,242)
#E2DEF5
(226,222,245)
#EAE8F8
(234,232,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28EDD; }

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

This text font color is #A28EDD.

Background Color

.myBgColor { background-color: #A28EDD; }

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

This div background color is #A28EDD.

Border color

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

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

This div border color is #A28EDD.

Opacity

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

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

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

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

This text has shadow with #A28EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28EDD.

Preview

Color preview on black background

This text has color #A28EDD on black background.


Color preview on white background

This text has color #A28EDD on white background.


Black color preview on #A28EDD background

This text has black color on #A28EDD background.


White color preview on #A28EDD background

This text has white color on #A28EDD background.


Related colors

Complementary color

Complementary color for #hex is #5D7122.


I love getcolorcode.com

Triadic colors

1 #DDA28E and #8EDDA2 with #A28EDD are triadic colors.

2 #DD8EA2 and #8EA2DD with #A28EDD are triadic colors.