COLOR #A985D8

HEX: #A985D8
RGB: (169,133,216)

Color info

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

RGB color model

#A985D8 color RGB value is (169,133,216).

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

RGB channels and saturation

R 169 of 255 = 66%
G 133 of 255 = 52%
B 216 of 255 = 85%

169
133
216

R + G + B ~ 68%. #A985D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 133 + 216 = 518 (100%)
R 169 of 518 ~ 32.63%
G 133 of 518 ~ 25.68%
B 216 of 518 ~ 41.7%

%32.63
%25.68
%41.7

CMYK color model

#A985D8 color CMYK value is (22,38,0,15).

  • cyan value is 21.76%
  • magenta value is 38.43%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(22,38,0,15)
C22M38Y0K15 
(22%,38%,0%,15%)
(0.22/0.38/0.00/0.15)	

CMYK percentages

%21.76
%38.43
%0
%15.29

Codes

Color #A985D8 in popluar color models

A985D8
RGB169133216
HSL266°51.55%68.43%
HSB/HSV266°38.43%84.71%
CMYK21.76%38.43%0.00%
15.29%

Color #A985D8 in popluar number systems.

HEXA985D8
Decimal169133216
Binary101010011000010111011000
Octal251205330

Shades and tints

Shades of #A985D8

#A985D8
(169,133,216)
#9A79C5
(154,121,197)
#8B6DB2
(139,109,178)
#7C619F
(124,97,159)
#6D558C
(109,85,140)
#5E4979
(94,73,121)
#4F3D66
(79,61,102)
#403153
(64,49,83)
#312540
(49,37,64)
#22192D
(34,25,45)
#130D1A
(19,13,26)
#000000
(0,0,0)

Tints of #A985D8

#A985D8
(169,133,216)
#B090DB
(176,144,219)
#B79BDE
(183,155,222)
#BEA6E1
(190,166,225)
#C5B1E4
(197,177,228)
#CCBCE7
(204,188,231)
#D3C7EA
(211,199,234)
#DAD2ED
(218,210,237)
#E1DDF0
(225,221,240)
#E8E8F3
(232,232,243)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A985D8; }

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

This text font color is #A985D8.


Background Color

.myBgColor { background-color: #A985D8; }

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

This div background color is #A985D8.


Border color

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

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

This div border color is #A985D8.


Opacity

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

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

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

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

This text has shadow with #A985D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A985D8 on black background.


Color preview on white background

This text has color #A985D8 on white background.



Black color preview on #A985D8 background

This text has black color on #A985D8 background.


White color preview on #A985D8 background

This text has white color on #A985D8 background.