COLOR #A98DD2

HEX: #A98DD2 RGB: (169,141,210)

Color info

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

RGB color model

#A98DD2 color RGB value is (169,141,210).

RGB: (169,141,210) (66%, 55%, 82%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 210 of 255 = 82%

169
141
210

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

Portions of RGB colors in percentages

R + G + B = 169 + 141 + 210 = 520 (100%)
R 169 of 520 ~ 32.5%
G 141 of 520 ~ 27.12%
B 210 of 520 ~ 40.38'%

%32.5
%27.12
%40.38

CMYK color model

#A98DD2 color CMYK value is (20,33,0,18).

  • cyan value is 19.52%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (20,33,0,18)
C20M33Y0K18 (20%, 33%, 0%, 18%)
(0.20 / 0.33 / 0.00 / 0.18)

CMYK percentages

%19.52
%32.86
%0
%17.65

Codes

Color #A98DD2 in popluar color models

A9 8D D2
RGB 169 141 210
HSL 264° 43.40% 68.82%
HSB/HSV 264° 32.86% 82.35%
CMYK 19.52% 32.86% 0.00%
17.65%

Color #A98DD2 in popluar number systems.

HEX A9 8D D2
Decimal 169 141 210
Binary 10101001 10001101 11010010
Octal 251 215 322

Shades and tints

Shades of #A98DD2

#A98DD2
(169,141,210)
#9A81BF
(154,129,191)
#8B75AC
(139,117,172)
#7C6999
(124,105,153)
#6D5D86
(109,93,134)
#5E5173
(94,81,115)
#4F4560
(79,69,96)
#40394D
(64,57,77)
#312D3A
(49,45,58)
#222127
(34,33,39)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A98DD2

#A98DD2
(169,141,210)
#B097D6
(176,151,214)
#B7A1DA
(183,161,218)
#BEABDE
(190,171,222)
#C5B5E2
(197,181,226)
#CCBFE6
(204,191,230)
#D3C9EA
(211,201,234)
#DAD3EE
(218,211,238)
#E1DDF2
(225,221,242)
#E8E7F6
(232,231,246)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98DD2 color. Also use rgb(169,141,210) instead hex code.

Text Font Color

.myTextColor { color: #A98DD2; }

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

This text font color is #A98DD2.

Background Color

.myBgColor { background-color: #A98DD2; }

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

This div background color is #A98DD2.

Border color

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

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

This div border color is #A98DD2.

Opacity

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

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

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

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

This text has shadow with #A98DD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98DD2.

Preview

Color preview on black background

This text has color #A98DD2 on black background.


Color preview on white background

This text has color #A98DD2 on white background.


Black color preview on #A98DD2 background

This text has black color on #A98DD2 background.


White color preview on #A98DD2 background

This text has white color on #A98DD2 background.


Related colors

Complementary color

Complementary color for #hex is #56722D.


I love getcolorcode.com

Triadic colors

1 #D2A98D and #8DD2A9 with #A98DD2 are triadic colors.

2 #D28DA9 and #8DA9D2 with #A98DD2 are triadic colors.