COLOR #A985AD

HEX: #A985AD RGB: (169,133,173)

Color info

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

RGB color model

#A985AD color RGB value is (169,133,173).

RGB: (169,133,173) (66%, 52%, 68%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 173 of 255 = 68%

169
133
173

R + G + B ~ 62%. #A985AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 133 + 173 = 475 (100%)
R 169 of 475 ~ 35.58%
G 133 of 475 ~ 28%
B 173 of 475 ~ 36.42'%

%35.58
%28
%36.42

CMYK color model

#A985AD color CMYK value is (2,23,0,32).

  • cyan value is 2.31%
  • magenta value is 23.12%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (2,23,0,32)
C2M23Y0K32 (2%, 23%, 0%, 32%)
(0.02 / 0.23 / 0.00 / 0.32)

CMYK percentages

%2.31
%23.12
%0
%32.16

Codes

Color #A985AD in popluar color models

A9 85 AD
RGB 169 133 173
HSL 294° 19.61% 60.00%
HSB/HSV 294° 23.12% 67.84%
CMYK 2.31% 23.12% 0.00%
32.16%

Color #A985AD in popluar number systems.

HEX A9 85 AD
Decimal 169 133 173
Binary 10101001 10000101 10101101
Octal 251 205 255

Shades and tints

Shades of #A985AD

#A985AD
(169,133,173)
#9A799E
(154,121,158)
#8B6D8F
(139,109,143)
#7C6180
(124,97,128)
#6D5571
(109,85,113)
#5E4962
(94,73,98)
#4F3D53
(79,61,83)
#403144
(64,49,68)
#312535
(49,37,53)
#221926
(34,25,38)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #A985AD

#A985AD
(169,133,173)
#B090B4
(176,144,180)
#B79BBB
(183,155,187)
#BEA6C2
(190,166,194)
#C5B1C9
(197,177,201)
#CCBCD0
(204,188,208)
#D3C7D7
(211,199,215)
#DAD2DE
(218,210,222)
#E1DDE5
(225,221,229)
#E8E8EC
(232,232,236)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A985AD color. Also use rgb(169,133,173) instead hex code.

Text Font Color

.myTextColor { color: #A985AD; }

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

This text font color is #A985AD.

Background Color

.myBgColor { background-color: #A985AD; }

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

This div background color is #A985AD.

Border color

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

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

This div border color is #A985AD.

Opacity

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

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

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

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

This text has shadow with #A985AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A985AD.

Preview

Color preview on black background

This text has color #A985AD on black background.


Color preview on white background

This text has color #A985AD on white background.


Black color preview on #A985AD background

This text has black color on #A985AD background.


White color preview on #A985AD background

This text has white color on #A985AD background.


Related colors

Complementary color

Complementary color for #hex is #567A52.


I love getcolorcode.com

Triadic colors

1 #ADA985 and #85ADA9 with #A985AD are triadic colors.

2 #AD85A9 and #85A9AD with #A985AD are triadic colors.