COLOR #A984E1

HEX: #A984E1 RGB: (169,132,225)

Color info

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

RGB color model

#A984E1 color RGB value is (169,132,225).

RGB: (169,132,225) (66%, 52%, 88%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 225 of 255 = 88%

169
132
225

R + G + B ~ 69%. #A984E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 132 + 225 = 526 (100%)
R 169 of 526 ~ 32.13%
G 132 of 526 ~ 25.1%
B 225 of 526 ~ 42.78'%

%32.13
%25.1
%42.78

CMYK color model

#A984E1 color CMYK value is (25,41,0,12).

  • cyan value is 24.89%
  • magenta value is 41.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (25,41,0,12) C25M41Y0K12 (25%,41%,0%,12%) (0.25/0.41/0.00/0.12) 

CMYK percentages

%24.89
%41.33
%0
%11.76

Codes

Color #A984E1 in popluar color models

A9 84 E1
RGB 169 132 225
HSL 264° 60.78% 70.00%
HSB/HSV 264° 41.33% 88.24%
CMYK 24.89% 41.33% 0.00%
11.76%

Color #A984E1 in popluar number systems.

HEX A9 84 E1
Decimal 169 132 225
Binary 10101001 10000100 11100001
Octal 251 204 341

Shades and tints

Shades of #A984E1

#A984E1
(169,132,225)
#9A78CD
(154,120,205)
#8B6CB9
(139,108,185)
#7C60A5
(124,96,165)
#6D5491
(109,84,145)
#5E487D
(94,72,125)
#4F3C69
(79,60,105)
#403055
(64,48,85)
#312441
(49,36,65)
#22182D
(34,24,45)
#130C19
(19,12,25)
#000000
(0,0,0)

Tints of #A984E1

#A984E1
(169,132,225)
#B08FE3
(176,143,227)
#B79AE5
(183,154,229)
#BEA5E7
(190,165,231)
#C5B0E9
(197,176,233)
#CCBBEB
(204,187,235)
#D3C6ED
(211,198,237)
#DAD1EF
(218,209,239)
#E1DCF1
(225,220,241)
#E8E7F3
(232,231,243)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A984E1 color. Also use rgb(169,132,225) instead hex code.

Text Font Color

.myTextColor { color: #A984E1; }

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

This text font color is #A984E1.

Background Color

.myBgColor { background-color: #A984E1; }

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

This div background color is #A984E1.

Border color

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

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

This div border color is #A984E1.

Opacity

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

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

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

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

This text has shadow with #A984E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A984E1.

Preview

Color preview on black background

This text has color #A984E1 on black background.


Color preview on white background

This text has color #A984E1 on white background.


Black color preview on #A984E1 background

This text has black color on #A984E1 background.


White color preview on #A984E1 background

This text has white color on #A984E1 background.


Related colors

Complementary color

Complementary color for #hex is #567B1E.


I love getcolorcode.com

Triadic colors

1 #E1A984 and #84E1A9 with #A984E1 are triadic colors.

2 #E184A9 and #84A9E1 with #A984E1 are triadic colors.