COLOR #A490C8

HEX: #A490C8
RGB: (164,144,200)

Color info

#A490C8 contains red, green and blue colors in about the same proportion. Web safe color of #A490C8 is #9999CC (or #99C).

RGB color model

#A490C8 color RGB value is (164,144,200).

  • red value is 164;
  • green value is 144;
  • blue value is 200.
RGB:
(164,144,200)
(64%,56%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 200 of 255 = 78%

164
144
200

R + G + B ~ 66%. #A490C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 200 = 508 (100%)
R 164 of 508 ~ 32.28%
G 144 of 508 ~ 28.35%
B 200 of 508 ~ 39.37%

%32.28
%28.35
%39.37

CMYK color model

#A490C8 color CMYK value is (18,28,0,22).

  • cyan value is 18.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,28,0,22)
C18M28Y0K22 
(18%,28%,0%,22%)
(0.18/0.28/0.00/0.22)	

CMYK percentages

%18
%28
%0
%21.57

Codes

Color #A490C8 in popluar color models

A490C8
RGB164144200
HSL261°33.73%67.45%
HSB/HSV261°28.00%78.43%
CMYK18.00%28.00%0.00%
21.57%

Color #A490C8 in popluar number systems.

HEXA490C8
Decimal164144200
Binary101001001001000011001000
Octal244220310

Shades and tints

Shades of #A490C8

#A490C8
(164,144,200)
#9683B6
(150,131,182)
#8876A4
(136,118,164)
#7A6992
(122,105,146)
#6C5C80
(108,92,128)
#5E4F6E
(94,79,110)
#50425C
(80,66,92)
#42354A
(66,53,74)
#342838
(52,40,56)
#261B26
(38,27,38)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A490C8

#A490C8
(164,144,200)
#AC9ACD
(172,154,205)
#B4A4D2
(180,164,210)
#BCAED7
(188,174,215)
#C4B8DC
(196,184,220)
#CCC2E1
(204,194,225)
#D4CCE6
(212,204,230)
#DCD6EB
(220,214,235)
#E4E0F0
(228,224,240)
#ECEAF5
(236,234,245)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A490C8 color. Also use rgb(164,144,200) instead hex code.

Text Font Color

.myTextColor { color: #A490C8; }

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

This text font color is #A490C8.


Background Color

.myBgColor { background-color: #A490C8; }

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

This div background color is #A490C8.


Border color

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

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

This div border color is #A490C8.


Opacity

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

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

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

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

This text has shadow with #A490C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A490C8 on black background.


Color preview on white background

This text has color #A490C8 on white background.



Black color preview on #A490C8 background

This text has black color on #A490C8 background.


White color preview on #A490C8 background

This text has white color on #A490C8 background.