COLOR #A98AF2

HEX: #A98AF2
RGB: (169,138,242)

Color info

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

RGB color model

#A98AF2 color RGB value is (169,138,242).

  • red value is 169;
  • green value is 138;
  • blue value is 242.
RGB:
(169,138,242)
(66%,54%,95%)

RGB channels and saturation

R 169 of 255 = 66%
G 138 of 255 = 54%
B 242 of 255 = 95%

169
138
242

R + G + B ~ 72%. #A98AF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 138 + 242 = 549 (100%)
R 169 of 549 ~ 30.78%
G 138 of 549 ~ 25.14%
B 242 of 549 ~ 44.08%

%30.78
%25.14
%44.08

CMYK color model

#A98AF2 color CMYK value is (30,43,0,5).

  • cyan value is 30.17%
  • magenta value is 42.98%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(30,43,0,5)
C30M43Y0K5 
(30%,43%,0%,5%)
(0.30/0.43/0.00/0.05)	

CMYK percentages

%30.17
%42.98
%0
%5.1

Codes

Color #A98AF2 in popluar color models

A98AF2
RGB169138242
HSL258°80.00%74.51%
HSB/HSV258°42.98%94.90%
CMYK30.17%42.98%0.00%
5.10%

Color #A98AF2 in popluar number systems.

HEXA98AF2
Decimal169138242
Binary101010011000101011110010
Octal251212362

Shades and tints

Shades of #A98AF2

#A98AF2
(169,138,242)
#9A7EDC
(154,126,220)
#8B72C6
(139,114,198)
#7C66B0
(124,102,176)
#6D5A9A
(109,90,154)
#5E4E84
(94,78,132)
#4F426E
(79,66,110)
#403658
(64,54,88)
#312A42
(49,42,66)
#221E2C
(34,30,44)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A98AF2

#A98AF2
(169,138,242)
#B094F3
(176,148,243)
#B79EF4
(183,158,244)
#BEA8F5
(190,168,245)
#C5B2F6
(197,178,246)
#CCBCF7
(204,188,247)
#D3C6F8
(211,198,248)
#DAD0F9
(218,208,249)
#E1DAFA
(225,218,250)
#E8E4FB
(232,228,251)
#EFEEFC
(239,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98AF2 color. Also use rgb(169,138,242) instead hex code.

Text Font Color

.myTextColor { color: #A98AF2; }

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

This text font color is #A98AF2.


Background Color

.myBgColor { background-color: #A98AF2; }

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

This div background color is #A98AF2.


Border color

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

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

This div border color is #A98AF2.


Opacity

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

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

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

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

This text has shadow with #A98AF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98AF2 on black background.


Color preview on white background

This text has color #A98AF2 on white background.



Black color preview on #A98AF2 background

This text has black color on #A98AF2 background.


White color preview on #A98AF2 background

This text has white color on #A98AF2 background.