COLOR #A490C6

HEX: #A490C6 RGB: (164,144,198)

Color info

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

RGB color model

#A490C6 color RGB value is (164,144,198).

RGB: (164,144,198) (64%, 56%, 78%)

RGB channels and saturation

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

164
144
198

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

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 198 = 506 (100%)
R 164 of 506 ~ 32.41%
G 144 of 506 ~ 28.46%
B 198 of 506 ~ 39.13'%

%32.41
%28.46
%39.13

CMYK color model

#A490C6 color CMYK value is (17,27,0,22).

  • cyan value is 17.17%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (17,27,0,22)
C17M27Y0K22 (17%, 27%, 0%, 22%)
(0.17 / 0.27 / 0.00 / 0.22)

CMYK percentages

%17.17
%27.27
%0
%22.35

Codes

Color #A490C6 in popluar color models

A4 90 C6
RGB 164 144 198
HSL 262° 32.14% 67.06%
HSB/HSV 262° 27.27% 77.65%
CMYK 17.17% 27.27% 0.00%
22.35%

Color #A490C6 in popluar number systems.

HEX A4 90 C6
Decimal 164 144 198
Binary 10100100 10010000 11000110
Octal 244 220 306

Shades and tints

Shades of #A490C6

#A490C6
(164,144,198)
#9683B4
(150,131,180)
#8876A2
(136,118,162)
#7A6990
(122,105,144)
#6C5C7E
(108,92,126)
#5E4F6C
(94,79,108)
#50425A
(80,66,90)
#423548
(66,53,72)
#342836
(52,40,54)
#261B24
(38,27,36)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A490C6

#A490C6
(164,144,198)
#AC9ACB
(172,154,203)
#B4A4D0
(180,164,208)
#BCAED5
(188,174,213)
#C4B8DA
(196,184,218)
#CCC2DF
(204,194,223)
#D4CCE4
(212,204,228)
#DCD6E9
(220,214,233)
#E4E0EE
(228,224,238)
#ECEAF3
(236,234,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A490C6; }

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

This text font color is #A490C6.

Background Color

.myBgColor { background-color: #A490C6; }

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

This div background color is #A490C6.

Border color

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

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

This div border color is #A490C6.

Opacity

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

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

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

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

This text has shadow with #A490C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A490C6.

Preview

Color preview on black background

This text has color #A490C6 on black background.


Color preview on white background

This text has color #A490C6 on white background.


Black color preview on #A490C6 background

This text has black color on #A490C6 background.


White color preview on #A490C6 background

This text has white color on #A490C6 background.


Related colors

Complementary color

Complementary color for #hex is #5B6F39.


I love getcolorcode.com

Triadic colors

1 #C6A490 and #90C6A4 with #A490C6 are triadic colors.

2 #C690A4 and #90A4C6 with #A490C6 are triadic colors.