COLOR #A98BFA

HEX: #A98BFA
RGB: (169,139,250)

Color info

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

RGB color model

#A98BFA color RGB value is (169,139,250).

  • red value is 169;
  • green value is 139;
  • blue value is 250.
RGB: (169,139,250) (66%,55%,98%)

RGB channels and saturation

R 169 of 255 = 66%
G 139 of 255 = 55%
B 250 of 255 = 98%

169
139
250

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

Portions of RGB colors in percentages

R + G + B =
169 + 139 + 250 = 558 (100%)
R 169 of 558 ~ 30.29%
G 139 of 558 ~ 24.91%
B 250 of 558 ~ 44.8%

%30.29
%24.91
%44.8

CMYK color model

#A98BFA color CMYK value is (32,44,0,2).

  • cyan value is 32.40%
  • magenta value is 44.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (32,44,0,2) C32M44Y0K2 (32%,44%,0%,2%) (0.32/0.44/0.00/0.02)

CMYK percentages

%32.4
%44.4
%0
%1.96

Codes

Color #A98BFA in popluar color models

A98BFA
RGB169139250
HSL256°91.74%76.27%
HSB/HSV256°44.40%98.04%
CMYK32.40%44.40%0.00%
1.96%

Color #A98BFA in popluar number systems.

HEXA98BFA
Decimal169139250
Binary101010011000101111111010
Octal251213372

Shades and tints

Shades of #A98BFA

#A98BFA
(169,139,250)
#9A7FE4
(154,127,228)
#8B73CE
(139,115,206)
#7C67B8
(124,103,184)
#6D5BA2
(109,91,162)
#5E4F8C
(94,79,140)
#4F4376
(79,67,118)
#403760
(64,55,96)
#312B4A
(49,43,74)
#221F34
(34,31,52)
#13131E
(19,19,30)
#000000
(0,0,0)

Tints of #A98BFA

#A98BFA
(169,139,250)
#B095FA
(176,149,250)
#B79FFA
(183,159,250)
#BEA9FA
(190,169,250)
#C5B3FA
(197,179,250)
#CCBDFA
(204,189,250)
#D3C7FA
(211,199,250)
#DAD1FA
(218,209,250)
#E1DBFA
(225,219,250)
#E8E5FA
(232,229,250)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98BFA color. Also use rgb(169,139,250) instead hex code.

Text Font Color

.myTextColor { color: #A98BFA; }

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

This text font color is #A98BFA.


Background Color

.myBgColor { background-color: #A98BFA; }

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

This div background color is #A98BFA.


Border color

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

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

This div border color is #A98BFA.


Opacity

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

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

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

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

This text has shadow with #A98BFA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A98BFA on black background.


Color preview on white background

This text has color #A98BFA on white background.



Black color preview on #A98BFA background

This text has black color on #A98BFA background.


White color preview on #A98BFA background

This text has white color on #A98BFA background.