COLOR #A985CE

HEX: #A985CE
RGB: (169,133,206)

Color info

#A985CE contains mainly red and blue colors. Web safe color of #A985CE is #9999CC (or #99C).

RGB color model

#A985CE color RGB value is (169,133,206).

  • red value is 169;
  • green value is 133;
  • blue value is 206.
RGB:
(169,133,206)
(66%,52%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 206 of 255 = 81%

169
133
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 206 = 508 (100%)
R 169 of 508 ~ 33.27%
G 133 of 508 ~ 26.18%
B 206 of 508 ~ 40.55%

%33.27
%26.18
%40.55

CMYK color model

#A985CE color CMYK value is (18,35,0,19).

  • cyan value is 17.96%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,35,0,19)
C18M35Y0K19 
(18%,35%,0%,19%)
(0.18/0.35/0.00/0.19)	

CMYK percentages

%17.96
%35.44
%0
%19.22

Codes

Color #A985CE in popluar color models

A985CE
RGB169133206
HSL270°42.69%66.47%
HSB/HSV270°35.44%80.78%
CMYK17.96%35.44%0.00%
19.22%

Color #A985CE in popluar number systems.

HEXA985CE
Decimal169133206
Binary101010011000010111001110
Octal251205316

Shades and tints

Shades of #A985CE

#A985CE
(169,133,206)
#9A79BC
(154,121,188)
#8B6DAA
(139,109,170)
#7C6198
(124,97,152)
#6D5586
(109,85,134)
#5E4974
(94,73,116)
#4F3D62
(79,61,98)
#403150
(64,49,80)
#31253E
(49,37,62)
#22192C
(34,25,44)
#130D1A
(19,13,26)
#000000
(0,0,0)

Tints of #A985CE

#A985CE
(169,133,206)
#B090D2
(176,144,210)
#B79BD6
(183,155,214)
#BEA6DA
(190,166,218)
#C5B1DE
(197,177,222)
#CCBCE2
(204,188,226)
#D3C7E6
(211,199,230)
#DAD2EA
(218,210,234)
#E1DDEE
(225,221,238)
#E8E8F2
(232,232,242)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A985CE; }

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

This text font color is #A985CE.


Background Color

.myBgColor { background-color: #A985CE; }

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

This div background color is #A985CE.


Border color

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

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

This div border color is #A985CE.


Opacity

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

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

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

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

This text has shadow with #A985CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A985CE on black background.


Color preview on white background

This text has color #A985CE on white background.



Black color preview on #A985CE background

This text has black color on #A985CE background.


White color preview on #A985CE background

This text has white color on #A985CE background.