COLOR #A984E9

HEX: #A984E9 RGB: (169,132,233)

Color info

#A984E9 contains mainly blue color. Web safe color of #A984E9 is #9999FF (or #99F).

RGB color model

#A984E9 color RGB value is (169,132,233).

RGB: (169,132,233) (66%, 52%, 91%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 233 of 255 = 91%

169
132
233

R + G + B ~ 70%. #A984E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 132 + 233 = 534 (100%)
R 169 of 534 ~ 31.65%
G 132 of 534 ~ 24.72%
B 233 of 534 ~ 43.63'%

%31.65
%24.72
%43.63

CMYK color model

#A984E9 color CMYK value is (27,43,0,9).

  • cyan value is 27.47%
  • magenta value is 43.35%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (27,43,0,9)
C27M43Y0K9 (27%, 43%, 0%, 9%)
(0.27 / 0.43 / 0.00 / 0.09)

CMYK percentages

%27.47
%43.35
%0
%8.63

Codes

Color #A984E9 in popluar color models

A9 84 E9
RGB 169 132 233
HSL 262° 69.66% 71.57%
HSB/HSV 262° 43.35% 91.37%
CMYK 27.47% 43.35% 0.00%
8.63%

Color #A984E9 in popluar number systems.

HEX A9 84 E9
Decimal 169 132 233
Binary 10101001 10000100 11101001
Octal 251 204 351

Shades and tints

Shades of #A984E9

#A984E9
(169,132,233)
#9A78D4
(154,120,212)
#8B6CBF
(139,108,191)
#7C60AA
(124,96,170)
#6D5495
(109,84,149)
#5E4880
(94,72,128)
#4F3C6B
(79,60,107)
#403056
(64,48,86)
#312441
(49,36,65)
#22182C
(34,24,44)
#130C17
(19,12,23)
#000000
(0,0,0)

Tints of #A984E9

#A984E9
(169,132,233)
#B08FEB
(176,143,235)
#B79AED
(183,154,237)
#BEA5EF
(190,165,239)
#C5B0F1
(197,176,241)
#CCBBF3
(204,187,243)
#D3C6F5
(211,198,245)
#DAD1F7
(218,209,247)
#E1DCF9
(225,220,249)
#E8E7FB
(232,231,251)
#EFF2FD
(239,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A984E9; }

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

This text font color is #A984E9.

Background Color

.myBgColor { background-color: #A984E9; }

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

This div background color is #A984E9.

Border color

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

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

This div border color is #A984E9.

Opacity

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

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

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

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

This text has shadow with #A984E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A984E9.

Preview

Color preview on black background

This text has color #A984E9 on black background.


Color preview on white background

This text has color #A984E9 on white background.


Black color preview on #A984E9 background

This text has black color on #A984E9 background.


White color preview on #A984E9 background

This text has white color on #A984E9 background.


Related colors

Complementary color

Complementary color for #hex is #567B16.


I love getcolorcode.com

Triadic colors

1 #E9A984 and #84E9A9 with #A984E9 are triadic colors.

2 #E984A9 and #84A9E9 with #A984E9 are triadic colors.