COLOR #A98EFB

HEX: #A98EFB
RGB: (169,142,251)

Color info

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

RGB color model

#A98EFB color RGB value is (169,142,251).

  • red value is 169;
  • green value is 142;
  • blue value is 251.
RGB:
(169,142,251)
(66%,56%,98%)

RGB channels and saturation

R 169 of 255 = 66%
G 142 of 255 = 56%
B 251 of 255 = 98%

169
142
251

R + G + B ~ 73%. #A98EFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 142 + 251 = 562 (100%)
R 169 of 562 ~ 30.07%
G 142 of 562 ~ 25.27%
B 251 of 562 ~ 44.66%

%30.07
%25.27
%44.66

CMYK color model

#A98EFB color CMYK value is (33,43,0,2).

  • cyan value is 32.67%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(33,43,0,2)
C33M43Y0K2 
(33%,43%,0%,2%)
(0.33/0.43/0.00/0.02)	

CMYK percentages

%32.67
%43.43
%0
%1.57

Codes

Color #A98EFB in popluar color models

A98EFB
RGB169142251
HSL255°93.16%77.06%
HSB/HSV255°43.43%98.43%
CMYK32.67%43.43%0.00%
1.57%

Color #A98EFB in popluar number systems.

HEXA98EFB
Decimal169142251
Binary101010011000111011111011
Octal251216373

Shades and tints

Shades of #A98EFB

#A98EFB
(169,142,251)
#9A82E5
(154,130,229)
#8B76CF
(139,118,207)
#7C6AB9
(124,106,185)
#6D5EA3
(109,94,163)
#5E528D
(94,82,141)
#4F4677
(79,70,119)
#403A61
(64,58,97)
#312E4B
(49,46,75)
#222235
(34,34,53)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #A98EFB

#A98EFB
(169,142,251)
#B098FB
(176,152,251)
#B7A2FB
(183,162,251)
#BEACFB
(190,172,251)
#C5B6FB
(197,182,251)
#CCC0FB
(204,192,251)
#D3CAFB
(211,202,251)
#DAD4FB
(218,212,251)
#E1DEFB
(225,222,251)
#E8E8FB
(232,232,251)
#EFF2FB
(239,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A98EFB; }

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

This text font color is #A98EFB.


Background Color

.myBgColor { background-color: #A98EFB; }

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

This div background color is #A98EFB.


Border color

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

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

This div border color is #A98EFB.


Opacity

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

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

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

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

This text has shadow with #A98EFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A98EFB on black background.


Color preview on white background

This text has color #A98EFB on white background.



Black color preview on #A98EFB background

This text has black color on #A98EFB background.


White color preview on #A98EFB background

This text has white color on #A98EFB background.