COLOR #A28BE1

HEX: #A28BE1
RGB: (162,139,225)

Color info

#A28BE1 contains mainly blue color. Web safe color of #A28BE1 is #9999CC (or #99C).

RGB color model

#A28BE1 color RGB value is (162,139,225).

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

RGB channels and saturation

R 162 of 255 = 64%
G 139 of 255 = 55%
B 225 of 255 = 88%

162
139
225

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

Portions of RGB colors in percentages

R + G + B =
162 + 139 + 225 = 526 (100%)
R 162 of 526 ~ 30.8%
G 139 of 526 ~ 26.43%
B 225 of 526 ~ 42.78%

%30.8
%26.43
%42.78

CMYK color model

#A28BE1 color CMYK value is (28,38,0,12).

  • cyan value is 28.00%
  • magenta value is 38.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,38,0,12)
C28M38Y0K12 
(28%,38%,0%,12%)
(0.28/0.38/0.00/0.12)	

CMYK percentages

%28
%38.22
%0
%11.76

Codes

Color #A28BE1 in popluar color models

A28BE1
RGB162139225
HSL256°58.90%71.37%
HSB/HSV256°38.22%88.24%
CMYK28.00%38.22%0.00%
11.76%

Color #A28BE1 in popluar number systems.

HEXA28BE1
Decimal162139225
Binary101000101000101111100001
Octal242213341

Shades and tints

Shades of #A28BE1

#A28BE1
(162,139,225)
#947FCD
(148,127,205)
#8673B9
(134,115,185)
#7867A5
(120,103,165)
#6A5B91
(106,91,145)
#5C4F7D
(92,79,125)
#4E4369
(78,67,105)
#403755
(64,55,85)
#322B41
(50,43,65)
#241F2D
(36,31,45)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #A28BE1

#A28BE1
(162,139,225)
#AA95E3
(170,149,227)
#B29FE5
(178,159,229)
#BAA9E7
(186,169,231)
#C2B3E9
(194,179,233)
#CABDEB
(202,189,235)
#D2C7ED
(210,199,237)
#DAD1EF
(218,209,239)
#E2DBF1
(226,219,241)
#EAE5F3
(234,229,243)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28BE1; }

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

This text font color is #A28BE1.


Background Color

.myBgColor { background-color: #A28BE1; }

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

This div background color is #A28BE1.


Border color

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

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

This div border color is #A28BE1.


Opacity

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

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

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

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

This text has shadow with #A28BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28BE1 on black background.


Color preview on white background

This text has color #A28BE1 on white background.



Black color preview on #A28BE1 background

This text has black color on #A28BE1 background.


White color preview on #A28BE1 background

This text has white color on #A28BE1 background.