COLOR #A28DCA

HEX: #A28DCA
RGB: (162,141,202)

Color info

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

RGB color model

#A28DCA color RGB value is (162,141,202).

  • red value is 162;
  • green value is 141;
  • blue value is 202.
RGB:
(162,141,202)
(64%,55%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 141 of 255 = 55%
B 202 of 255 = 79%

162
141
202

R + G + B ~ 66%. #A28DCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 141 + 202 = 505 (100%)
R 162 of 505 ~ 32.08%
G 141 of 505 ~ 27.92%
B 202 of 505 ~ 40%

%32.08
%27.92
%40

CMYK color model

#A28DCA color CMYK value is (20,30,0,21).

  • cyan value is 19.80%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,30,0,21)
C20M30Y0K21 
(20%,30%,0%,21%)
(0.20/0.30/0.00/0.21)	

CMYK percentages

%19.8
%30.2
%0
%20.78

Codes

Color #A28DCA in popluar color models

A28DCA
RGB162141202
HSL261°36.53%67.25%
HSB/HSV261°30.20%79.22%
CMYK19.80%30.20%0.00%
20.78%

Color #A28DCA in popluar number systems.

HEXA28DCA
Decimal162141202
Binary101000101000110111001010
Octal242215312

Shades and tints

Shades of #A28DCA

#A28DCA
(162,141,202)
#9481B8
(148,129,184)
#8675A6
(134,117,166)
#786994
(120,105,148)
#6A5D82
(106,93,130)
#5C5170
(92,81,112)
#4E455E
(78,69,94)
#40394C
(64,57,76)
#322D3A
(50,45,58)
#242128
(36,33,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A28DCA

#A28DCA
(162,141,202)
#AA97CE
(170,151,206)
#B2A1D2
(178,161,210)
#BAABD6
(186,171,214)
#C2B5DA
(194,181,218)
#CABFDE
(202,191,222)
#D2C9E2
(210,201,226)
#DAD3E6
(218,211,230)
#E2DDEA
(226,221,234)
#EAE7EE
(234,231,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28DCA color. Also use rgb(162,141,202) instead hex code.

Text Font Color

.myTextColor { color: #A28DCA; }

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

This text font color is #A28DCA.


Background Color

.myBgColor { background-color: #A28DCA; }

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

This div background color is #A28DCA.


Border color

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

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

This div border color is #A28DCA.


Opacity

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

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

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

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

This text has shadow with #A28DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28DCA on black background.


Color preview on white background

This text has color #A28DCA on white background.



Black color preview on #A28DCA background

This text has black color on #A28DCA background.


White color preview on #A28DCA background

This text has white color on #A28DCA background.