COLOR #A489D1

HEX: #A489D1
RGB: (164,137,209)

Color info

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

RGB color model

#A489D1 color RGB value is (164,137,209).

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

RGB channels and saturation

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

164
137
209

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

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 209 = 510 (100%)
R 164 of 510 ~ 32.16%
G 137 of 510 ~ 26.86%
B 209 of 510 ~ 40.98%

%32.16
%26.86
%40.98

CMYK color model

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

  • cyan value is 21.53%
  • 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

%21.53
%34.45
%0
%18.04

Codes

Color #A489D1 in popluar color models

A489D1
RGB164137209
HSL263°43.90%67.84%
HSB/HSV263°34.45%81.96%
CMYK21.53%34.45%0.00%
18.04%

Color #A489D1 in popluar number systems.

HEXA489D1
Decimal164137209
Binary101001001000100111010001
Octal244211321

Shades and tints

Shades of #A489D1

#A489D1
(164,137,209)
#967DBE
(150,125,190)
#8871AB
(136,113,171)
#7A6598
(122,101,152)
#6C5985
(108,89,133)
#5E4D72
(94,77,114)
#50415F
(80,65,95)
#42354C
(66,53,76)
#342939
(52,41,57)
#261D26
(38,29,38)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A489D1

#A489D1
(164,137,209)
#AC93D5
(172,147,213)
#B49DD9
(180,157,217)
#BCA7DD
(188,167,221)
#C4B1E1
(196,177,225)
#CCBBE5
(204,187,229)
#D4C5E9
(212,197,233)
#DCCFED
(220,207,237)
#E4D9F1
(228,217,241)
#ECE3F5
(236,227,245)
#F4EDF9
(244,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489D1; }

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

This text font color is #A489D1.


Background Color

.myBgColor { background-color: #A489D1; }

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

This div background color is #A489D1.


Border color

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

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

This div border color is #A489D1.


Opacity

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

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

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

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

This text has shadow with #A489D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A489D1 on black background.


Color preview on white background

This text has color #A489D1 on white background.



Black color preview on #A489D1 background

This text has black color on #A489D1 background.


White color preview on #A489D1 background

This text has white color on #A489D1 background.