COLOR #A489C5

HEX: #A489C5
RGB: (164,137,197)

Color info

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

RGB color model

#A489C5 color RGB value is (164,137,197).

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

RGB channels and saturation

R 164 of 255 = 64%
G 137 of 255 = 54%
B 197 of 255 = 77%

164
137
197

R + G + B ~ 65%. #A489C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 137 + 197 = 498 (100%)
R 164 of 498 ~ 32.93%
G 137 of 498 ~ 27.51%
B 197 of 498 ~ 39.56%

%32.93
%27.51
%39.56

CMYK color model

#A489C5 color CMYK value is (17,30,0,23).

  • cyan value is 16.75%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(17,30,0,23)
C17M30Y0K23 
(17%,30%,0%,23%)
(0.17/0.30/0.00/0.23)	

CMYK percentages

%16.75
%30.46
%0
%22.75

Codes

Color #A489C5 in popluar color models

A489C5
RGB164137197
HSL267°34.09%65.49%
HSB/HSV267°30.46%77.25%
CMYK16.75%30.46%0.00%
22.75%

Color #A489C5 in popluar number systems.

HEXA489C5
Decimal164137197
Binary101001001000100111000101
Octal244211305

Shades and tints

Shades of #A489C5

#A489C5
(164,137,197)
#967DB4
(150,125,180)
#8871A3
(136,113,163)
#7A6592
(122,101,146)
#6C5981
(108,89,129)
#5E4D70
(94,77,112)
#50415F
(80,65,95)
#42354E
(66,53,78)
#34293D
(52,41,61)
#261D2C
(38,29,44)
#18111B
(24,17,27)
#000000
(0,0,0)

Tints of #A489C5

#A489C5
(164,137,197)
#AC93CA
(172,147,202)
#B49DCF
(180,157,207)
#BCA7D4
(188,167,212)
#C4B1D9
(196,177,217)
#CCBBDE
(204,187,222)
#D4C5E3
(212,197,227)
#DCCFE8
(220,207,232)
#E4D9ED
(228,217,237)
#ECE3F2
(236,227,242)
#F4EDF7
(244,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A489C5; }

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

This text font color is #A489C5.


Background Color

.myBgColor { background-color: #A489C5; }

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

This div background color is #A489C5.


Border color

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

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

This div border color is #A489C5.


Opacity

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

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

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

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

This text has shadow with #A489C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A489C5 on black background.


Color preview on white background

This text has color #A489C5 on white background.



Black color preview on #A489C5 background

This text has black color on #A489C5 background.


White color preview on #A489C5 background

This text has white color on #A489C5 background.