COLOR #A490CA

HEX: #A490CA RGB: (164,144,202)

Color info

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

RGB color model

#A490CA color RGB value is (164,144,202).

RGB: (164,144,202) (64%, 56%, 79%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 202 of 255 = 79%

164
144
202

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

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 202 = 510 (100%)
R 164 of 510 ~ 32.16%
G 144 of 510 ~ 28.24%
B 202 of 510 ~ 39.61'%

%32.16
%28.24
%39.61

CMYK color model

#A490CA color CMYK value is (19,29,0,21).

  • cyan value is 18.81%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (19,29,0,21) C19M29Y0K21 (19%,29%,0%,21%) (0.19/0.29/0.00/0.21) 

CMYK percentages

%18.81
%28.71
%0
%20.78

Codes

Color #A490CA in popluar color models

A4 90 CA
RGB 164 144 202
HSL 261° 35.37% 67.84%
HSB/HSV 261° 28.71% 79.22%
CMYK 18.81% 28.71% 0.00%
20.78%

Color #A490CA in popluar number systems.

HEX A4 90 CA
Decimal 164 144 202
Binary 10100100 10010000 11001010
Octal 244 220 312

Shades and tints

Shades of #A490CA

#A490CA
(164,144,202)
#9683B8
(150,131,184)
#8876A6
(136,118,166)
#7A6994
(122,105,148)
#6C5C82
(108,92,130)
#5E4F70
(94,79,112)
#50425E
(80,66,94)
#42354C
(66,53,76)
#34283A
(52,40,58)
#261B28
(38,27,40)
#180E16
(24,14,22)
#000000
(0,0,0)

Tints of #A490CA

#A490CA
(164,144,202)
#AC9ACE
(172,154,206)
#B4A4D2
(180,164,210)
#BCAED6
(188,174,214)
#C4B8DA
(196,184,218)
#CCC2DE
(204,194,222)
#D4CCE2
(212,204,226)
#DCD6E6
(220,214,230)
#E4E0EA
(228,224,234)
#ECEAEE
(236,234,238)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A490CA; }

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

This text font color is #A490CA.

Background Color

.myBgColor { background-color: #A490CA; }

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

This div background color is #A490CA.

Border color

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

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

This div border color is #A490CA.

Opacity

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

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

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

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

This text has shadow with #A490CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A490CA.

Preview

Color preview on black background

This text has color #A490CA on black background.


Color preview on white background

This text has color #A490CA on white background.


Black color preview on #A490CA background

This text has black color on #A490CA background.


White color preview on #A490CA background

This text has white color on #A490CA background.


Related colors

Complementary color

Complementary color for #hex is #5B6F35.


I love getcolorcode.com

Triadic colors

1 #CAA490 and #90CAA4 with #A490CA are triadic colors.

2 #CA90A4 and #90A4CA with #A490CA are triadic colors.