COLOR #A289E1

HEX: #A289E1
RGB: (162,137,225)

Color info

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

RGB color model

#A289E1 color RGB value is (162,137,225).

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

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 225 of 255 = 88%

162
137
225

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

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 225 = 524 (100%)
R 162 of 524 ~ 30.92%
G 137 of 524 ~ 26.15%
B 225 of 524 ~ 42.94%

%30.92
%26.15
%42.94

CMYK color model

#A289E1 color CMYK value is (28,39,0,12).

  • cyan value is 28.00%
  • magenta value is 39.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,39,0,12)
C28M39Y0K12 
(28%,39%,0%,12%)
(0.28/0.39/0.00/0.12)	

CMYK percentages

%28
%39.11
%0
%11.76

Codes

Color #A289E1 in popluar color models

A289E1
RGB162137225
HSL257°59.46%70.98%
HSB/HSV257°39.11%88.24%
CMYK28.00%39.11%0.00%
11.76%

Color #A289E1 in popluar number systems.

HEXA289E1
Decimal162137225
Binary101000101000100111100001
Octal242211341

Shades and tints

Shades of #A289E1

#A289E1
(162,137,225)
#947DCD
(148,125,205)
#8671B9
(134,113,185)
#7865A5
(120,101,165)
#6A5991
(106,89,145)
#5C4D7D
(92,77,125)
#4E4169
(78,65,105)
#403555
(64,53,85)
#322941
(50,41,65)
#241D2D
(36,29,45)
#161119
(22,17,25)
#000000
(0,0,0)

Tints of #A289E1

#A289E1
(162,137,225)
#AA93E3
(170,147,227)
#B29DE5
(178,157,229)
#BAA7E7
(186,167,231)
#C2B1E9
(194,177,233)
#CABBEB
(202,187,235)
#D2C5ED
(210,197,237)
#DACFEF
(218,207,239)
#E2D9F1
(226,217,241)
#EAE3F3
(234,227,243)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A289E1; }

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

This text font color is #A289E1.


Background Color

.myBgColor { background-color: #A289E1; }

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

This div background color is #A289E1.


Border color

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

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

This div border color is #A289E1.


Opacity

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

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

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

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

This text has shadow with #A289E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A289E1 on black background.


Color preview on white background

This text has color #A289E1 on white background.



Black color preview on #A289E1 background

This text has black color on #A289E1 background.


White color preview on #A289E1 background

This text has white color on #A289E1 background.