COLOR #A890AD

HEX: #A890AD RGB: (168,144,173)

Color info

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

RGB color model

#A890AD color RGB value is (168,144,173).

RGB: (168,144,173) (66%, 56%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 173 of 255 = 68%

168
144
173

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

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 173 = 485 (100%)
R 168 of 485 ~ 34.64%
G 144 of 485 ~ 29.69%
B 173 of 485 ~ 35.67'%

%34.64
%29.69
%35.67

CMYK color model

#A890AD color CMYK value is (3,17,0,32).

  • cyan value is 2.89%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (3,17,0,32) C3M17Y0K32 (3%,17%,0%,32%) (0.03/0.17/0.00/0.32) 

CMYK percentages

%2.89
%16.76
%0
%32.16

Codes

Color #A890AD in popluar color models

A8 90 AD
RGB 168 144 173
HSL 290° 15.03% 62.16%
HSB/HSV 290° 16.76% 67.84%
CMYK 2.89% 16.76% 0.00%
32.16%

Color #A890AD in popluar number systems.

HEX A8 90 AD
Decimal 168 144 173
Binary 10101000 10010000 10101101
Octal 250 220 255

Shades and tints

Shades of #A890AD

#A890AD
(168,144,173)
#99839E
(153,131,158)
#8A768F
(138,118,143)
#7B6980
(123,105,128)
#6C5C71
(108,92,113)
#5D4F62
(93,79,98)
#4E4253
(78,66,83)
#3F3544
(63,53,68)
#302835
(48,40,53)
#211B26
(33,27,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #A890AD

#A890AD
(168,144,173)
#AF9AB4
(175,154,180)
#B6A4BB
(182,164,187)
#BDAEC2
(189,174,194)
#C4B8C9
(196,184,201)
#CBC2D0
(203,194,208)
#D2CCD7
(210,204,215)
#D9D6DE
(217,214,222)
#E0E0E5
(224,224,229)
#E7EAEC
(231,234,236)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A890AD color. Also use rgb(168,144,173) instead hex code.

Text Font Color

.myTextColor { color: #A890AD; }

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

This text font color is #A890AD.

Background Color

.myBgColor { background-color: #A890AD; }

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

This div background color is #A890AD.

Border color

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

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

This div border color is #A890AD.

Opacity

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

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

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

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

This text has shadow with #A890AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A890AD.

Preview

Color preview on black background

This text has color #A890AD on black background.


Color preview on white background

This text has color #A890AD on white background.


Black color preview on #A890AD background

This text has black color on #A890AD background.


White color preview on #A890AD background

This text has white color on #A890AD background.


Related colors

Complementary color

Complementary color for #hex is #576F52.


I love getcolorcode.com

Triadic colors

1 #ADA890 and #90ADA8 with #A890AD are triadic colors.

2 #AD90A8 and #90A8AD with #A890AD are triadic colors.