COLOR #A98DD4

HEX: #A98DD4
RGB: (169,141,212)

Color info

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

RGB color model

#A98DD4 color RGB value is (169,141,212).

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

RGB channels and saturation

R 169 of 255 = 66%
G 141 of 255 = 55%
B 212 of 255 = 83%

169
141
212

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

Portions of RGB colors in percentages

R + G + B =
169 + 141 + 212 = 522 (100%)
R 169 of 522 ~ 32.38%
G 141 of 522 ~ 27.01%
B 212 of 522 ~ 40.61%

%32.38
%27.01
%40.61

CMYK color model

#A98DD4 color CMYK value is (20,33,0,17).

  • cyan value is 20.28%
  • magenta value is 33.49%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(20,33,0,17)
C20M33Y0K17 
(20%,33%,0%,17%)
(0.20/0.33/0.00/0.17)	

CMYK percentages

%20.28
%33.49
%0
%16.86

Codes

Color #A98DD4 in popluar color models

A98DD4
RGB169141212
HSL264°45.22%69.22%
HSB/HSV264°33.49%83.14%
CMYK20.28%33.49%0.00%
16.86%

Color #A98DD4 in popluar number systems.

HEXA98DD4
Decimal169141212
Binary101010011000110111010100
Octal251215324

Shades and tints

Shades of #A98DD4

#A98DD4
(169,141,212)
#9A81C1
(154,129,193)
#8B75AE
(139,117,174)
#7C699B
(124,105,155)
#6D5D88
(109,93,136)
#5E5175
(94,81,117)
#4F4562
(79,69,98)
#40394F
(64,57,79)
#312D3C
(49,45,60)
#222129
(34,33,41)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A98DD4

#A98DD4
(169,141,212)
#B097D7
(176,151,215)
#B7A1DA
(183,161,218)
#BEABDD
(190,171,221)
#C5B5E0
(197,181,224)
#CCBFE3
(204,191,227)
#D3C9E6
(211,201,230)
#DAD3E9
(218,211,233)
#E1DDEC
(225,221,236)
#E8E7EF
(232,231,239)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98DD4; }

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

This text font color is #A98DD4.


Background Color

.myBgColor { background-color: #A98DD4; }

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

This div background color is #A98DD4.


Border color

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

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

This div border color is #A98DD4.


Opacity

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

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

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

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

This text has shadow with #A98DD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98DD4 on black background.


Color preview on white background

This text has color #A98DD4 on white background.



Black color preview on #A98DD4 background

This text has black color on #A98DD4 background.


White color preview on #A98DD4 background

This text has white color on #A98DD4 background.