COLOR #A981D5

HEX: #A981D5
RGB: (169,129,213)

Color info

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

RGB color model

#A981D5 color RGB value is (169,129,213).

  • red value is 169;
  • green value is 129;
  • blue value is 213.
RGB:
(169,129,213)
(66%,51%,84%)

RGB channels and saturation

R 169 of 255 = 66%
G 129 of 255 = 51%
B 213 of 255 = 84%

169
129
213

R + G + B ~ 67%. #A981D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 129 + 213 = 511 (100%)
R 169 of 511 ~ 33.07%
G 129 of 511 ~ 25.24%
B 213 of 511 ~ 41.68%

%33.07
%25.24
%41.68

CMYK color model

#A981D5 color CMYK value is (21,39,0,16).

  • cyan value is 20.66%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(21,39,0,16)
C21M39Y0K16 
(21%,39%,0%,16%)
(0.21/0.39/0.00/0.16)	

CMYK percentages

%20.66
%39.44
%0
%16.47

Codes

Color #A981D5 in popluar color models

A981D5
RGB169129213
HSL269°50.00%67.06%
HSB/HSV269°39.44%83.53%
CMYK20.66%39.44%0.00%
16.47%

Color #A981D5 in popluar number systems.

HEXA981D5
Decimal169129213
Binary101010011000000111010101
Octal251201325

Shades and tints

Shades of #A981D5

#A981D5
(169,129,213)
#9A76C2
(154,118,194)
#8B6BAF
(139,107,175)
#7C609C
(124,96,156)
#6D5589
(109,85,137)
#5E4A76
(94,74,118)
#4F3F63
(79,63,99)
#403450
(64,52,80)
#31293D
(49,41,61)
#221E2A
(34,30,42)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A981D5

#A981D5
(169,129,213)
#B08CD8
(176,140,216)
#B797DB
(183,151,219)
#BEA2DE
(190,162,222)
#C5ADE1
(197,173,225)
#CCB8E4
(204,184,228)
#D3C3E7
(211,195,231)
#DACEEA
(218,206,234)
#E1D9ED
(225,217,237)
#E8E4F0
(232,228,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A981D5 color. Also use rgb(169,129,213) instead hex code.

Text Font Color

.myTextColor { color: #A981D5; }

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

This text font color is #A981D5.


Background Color

.myBgColor { background-color: #A981D5; }

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

This div background color is #A981D5.


Border color

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

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

This div border color is #A981D5.


Opacity

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

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

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

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

This text has shadow with #A981D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A981D5 on black background.


Color preview on white background

This text has color #A981D5 on white background.



Black color preview on #A981D5 background

This text has black color on #A981D5 background.


White color preview on #A981D5 background

This text has white color on #A981D5 background.