COLOR #A490AF

HEX: #A490AF RGB: (164,144,175)

Color info

#A490AF contains red, green and blue colors in about the same proportion. Web safe color of #A490AF is #999999 (or #999).

RGB color model

#A490AF color RGB value is (164,144,175).

RGB: (164,144,175) (64%, 56%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 175 of 255 = 69%

164
144
175

R + G + B ~ 63%. #A490AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 175 = 483 (100%)
R 164 of 483 ~ 33.95%
G 144 of 483 ~ 29.81%
B 175 of 483 ~ 36.23'%

%33.95
%29.81
%36.23

CMYK color model

#A490AF color CMYK value is (6,18,0,31).

  • cyan value is 6.29%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (6,18,0,31) C6M18Y0K31 (6%,18%,0%,31%) (0.06/0.18/0.00/0.31) 

CMYK percentages

%6.29
%17.71
%0
%31.37

Codes

Color #A490AF in popluar color models

A4 90 AF
RGB 164 144 175
HSL 279° 16.23% 62.55%
HSB/HSV 279° 17.71% 68.63%
CMYK 6.29% 17.71% 0.00%
31.37%

Color #A490AF in popluar number systems.

HEX A4 90 AF
Decimal 164 144 175
Binary 10100100 10010000 10101111
Octal 244 220 257

Shades and tints

Shades of #A490AF

#A490AF
(164,144,175)
#9683A0
(150,131,160)
#887691
(136,118,145)
#7A6982
(122,105,130)
#6C5C73
(108,92,115)
#5E4F64
(94,79,100)
#504255
(80,66,85)
#423546
(66,53,70)
#342837
(52,40,55)
#261B28
(38,27,40)
#180E19
(24,14,25)
#000000
(0,0,0)

Tints of #A490AF

#A490AF
(164,144,175)
#AC9AB6
(172,154,182)
#B4A4BD
(180,164,189)
#BCAEC4
(188,174,196)
#C4B8CB
(196,184,203)
#CCC2D2
(204,194,210)
#D4CCD9
(212,204,217)
#DCD6E0
(220,214,224)
#E4E0E7
(228,224,231)
#ECEAEE
(236,234,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A490AF; }

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

This text font color is #A490AF.

Background Color

.myBgColor { background-color: #A490AF; }

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

This div background color is #A490AF.

Border color

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

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

This div border color is #A490AF.

Opacity

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

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

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

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

This text has shadow with #A490AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A490AF.

Preview

Color preview on black background

This text has color #A490AF on black background.


Color preview on white background

This text has color #A490AF on white background.


Black color preview on #A490AF background

This text has black color on #A490AF background.


White color preview on #A490AF background

This text has white color on #A490AF background.


Related colors

Complementary color

Complementary color for #hex is #5B6F50.


I love getcolorcode.com

Triadic colors

1 #AFA490 and #90AFA4 with #A490AF are triadic colors.

2 #AF90A4 and #90A4AF with #A490AF are triadic colors.