COLOR #A98DE2

HEX: #A98DE2
RGB: (169,141,226)

Color info

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

RGB color model

#A98DE2 color RGB value is (169,141,226).

  • red value is 169;
  • green value is 141;
  • blue value is 226.
RGB:
(169,141,226)
(66%,55%,89%)

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 226 of 255 = 89%

169
141
226

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 226 = 536 (100%)
R 169 of 536 ~ 31.53%
G 141 of 536 ~ 26.31%
B 226 of 536 ~ 42.16%

%31.53
%26.31
%42.16

CMYK color model

#A98DE2 color CMYK value is (25,38,0,11).

  • cyan value is 25.22%
  • magenta value is 37.61%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(25,38,0,11)
C25M38Y0K11 
(25%,38%,0%,11%)
(0.25/0.38/0.00/0.11)	

CMYK percentages

%25.22
%37.61
%0
%11.37

Codes

Color #A98DE2 in popluar color models

A98DE2
RGB169141226
HSL260°59.44%71.96%
HSB/HSV260°37.61%88.63%
CMYK25.22%37.61%0.00%
11.37%

Color #A98DE2 in popluar number systems.

HEXA98DE2
Decimal169141226
Binary101010011000110111100010
Octal251215342

Shades and tints

Shades of #A98DE2

#A98DE2
(169,141,226)
#9A81CE
(154,129,206)
#8B75BA
(139,117,186)
#7C69A6
(124,105,166)
#6D5D92
(109,93,146)
#5E517E
(94,81,126)
#4F456A
(79,69,106)
#403956
(64,57,86)
#312D42
(49,45,66)
#22212E
(34,33,46)
#13151A
(19,21,26)
#000000
(0,0,0)

Tints of #A98DE2

#A98DE2
(169,141,226)
#B097E4
(176,151,228)
#B7A1E6
(183,161,230)
#BEABE8
(190,171,232)
#C5B5EA
(197,181,234)
#CCBFEC
(204,191,236)
#D3C9EE
(211,201,238)
#DAD3F0
(218,211,240)
#E1DDF2
(225,221,242)
#E8E7F4
(232,231,244)
#EFF1F6
(239,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DE2; }

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

This text font color is #A98DE2.


Background Color

.myBgColor { background-color: #A98DE2; }

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

This div background color is #A98DE2.


Border color

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

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

This div border color is #A98DE2.


Opacity

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

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

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

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

This text has shadow with #A98DE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98DE2 on black background.


Color preview on white background

This text has color #A98DE2 on white background.



Black color preview on #A98DE2 background

This text has black color on #A98DE2 background.


White color preview on #A98DE2 background

This text has white color on #A98DE2 background.