COLOR #A289D1

HEX: #A289D1
RGB: (162,137,209)

Color info

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

RGB color model

#A289D1 color RGB value is (162,137,209).

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

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 209 of 255 = 82%

162
137
209

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

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 209 = 508 (100%)
R 162 of 508 ~ 31.89%
G 137 of 508 ~ 26.97%
B 209 of 508 ~ 41.14%

%31.89
%26.97
%41.14

CMYK color model

#A289D1 color CMYK value is (22,34,0,18).

  • cyan value is 22.49%
  • magenta value is 34.45%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,34,0,18)
C22M34Y0K18 
(22%,34%,0%,18%)
(0.22/0.34/0.00/0.18)	

CMYK percentages

%22.49
%34.45
%0
%18.04

Codes

Color #A289D1 in popluar color models

A289D1
RGB162137209
HSL261°43.90%67.84%
HSB/HSV261°34.45%81.96%
CMYK22.49%34.45%0.00%
18.04%

Color #A289D1 in popluar number systems.

HEXA289D1
Decimal162137209
Binary101000101000100111010001
Octal242211321

Shades and tints

Shades of #A289D1

#A289D1
(162,137,209)
#947DBE
(148,125,190)
#8671AB
(134,113,171)
#786598
(120,101,152)
#6A5985
(106,89,133)
#5C4D72
(92,77,114)
#4E415F
(78,65,95)
#40354C
(64,53,76)
#322939
(50,41,57)
#241D26
(36,29,38)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #A289D1

#A289D1
(162,137,209)
#AA93D5
(170,147,213)
#B29DD9
(178,157,217)
#BAA7DD
(186,167,221)
#C2B1E1
(194,177,225)
#CABBE5
(202,187,229)
#D2C5E9
(210,197,233)
#DACFED
(218,207,237)
#E2D9F1
(226,217,241)
#EAE3F5
(234,227,245)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A289D1; }

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

This text font color is #A289D1.


Background Color

.myBgColor { background-color: #A289D1; }

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

This div background color is #A289D1.


Border color

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

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

This div border color is #A289D1.


Opacity

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

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

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

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

This text has shadow with #A289D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A289D1 on black background.


Color preview on white background

This text has color #A289D1 on white background.



Black color preview on #A289D1 background

This text has black color on #A289D1 background.


White color preview on #A289D1 background

This text has white color on #A289D1 background.