COLOR #A98ED8

HEX: #A98ED8 RGB: (169,142,216)

Color info

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

RGB color model

#A98ED8 color RGB value is (169,142,216).

RGB: (169,142,216) (66%, 56%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 216 of 255 = 85%

169
142
216

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

Portions of RGB colors in percentages

R + G + B = 169 + 142 + 216 = 527 (100%)
R 169 of 527 ~ 32.07%
G 142 of 527 ~ 26.94%
B 216 of 527 ~ 40.99'%

%32.07
%26.94
%40.99

CMYK color model

#A98ED8 color CMYK value is (22,34,0,15).

  • cyan value is 21.76%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (22,34,0,15)
C22M34Y0K15 (22%, 34%, 0%, 15%)
(0.22 / 0.34 / 0.00 / 0.15)

CMYK percentages

%21.76
%34.26
%0
%15.29

Codes

Color #A98ED8 in popluar color models

A9 8E D8
RGB 169 142 216
HSL 262° 48.68% 70.20%
HSB/HSV 262° 34.26% 84.71%
CMYK 21.76% 34.26% 0.00%
15.29%

Color #A98ED8 in popluar number systems.

HEX A9 8E D8
Decimal 169 142 216
Binary 10101001 10001110 11011000
Octal 251 216 330

Shades and tints

Shades of #A98ED8

#A98ED8
(169,142,216)
#9A82C5
(154,130,197)
#8B76B2
(139,118,178)
#7C6A9F
(124,106,159)
#6D5E8C
(109,94,140)
#5E5279
(94,82,121)
#4F4666
(79,70,102)
#403A53
(64,58,83)
#312E40
(49,46,64)
#22222D
(34,34,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #A98ED8

#A98ED8
(169,142,216)
#B098DB
(176,152,219)
#B7A2DE
(183,162,222)
#BEACE1
(190,172,225)
#C5B6E4
(197,182,228)
#CCC0E7
(204,192,231)
#D3CAEA
(211,202,234)
#DAD4ED
(218,212,237)
#E1DEF0
(225,222,240)
#E8E8F3
(232,232,243)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98ED8; }

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

This text font color is #A98ED8.

Background Color

.myBgColor { background-color: #A98ED8; }

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

This div background color is #A98ED8.

Border color

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

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

This div border color is #A98ED8.

Opacity

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

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

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

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

This text has shadow with #A98ED8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98ED8.

Preview

Color preview on black background

This text has color #A98ED8 on black background.


Color preview on white background

This text has color #A98ED8 on white background.


Black color preview on #A98ED8 background

This text has black color on #A98ED8 background.


White color preview on #A98ED8 background

This text has white color on #A98ED8 background.


Related colors

Complementary color

Complementary color for #hex is #567127.


I love getcolorcode.com

Triadic colors

1 #D8A98E and #8ED8A9 with #A98ED8 are triadic colors.

2 #D88EA9 and #8EA9D8 with #A98ED8 are triadic colors.