COLOR #A098FB

HEX: #A098FB
RGB: (160,152,251)

Color info

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

RGB color model

#A098FB color RGB value is (160,152,251).

  • red value is 160;
  • green value is 152;
  • blue value is 251.
RGB:
(160,152,251)
(63%,60%,98%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 251 of 255 = 98%

160
152
251

R + G + B ~ 74%. #A098FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 152 + 251 = 563 (100%)
R 160 of 563 ~ 28.42%
G 152 of 563 ~ 27%
B 251 of 563 ~ 44.58%

%28.42
%27
%44.58

CMYK color model

#A098FB color CMYK value is (36,39,0,2).

  • cyan value is 36.25%
  • magenta value is 39.44%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(36,39,0,2)
C36M39Y0K2 
(36%,39%,0%,2%)
(0.36/0.39/0.00/0.02)	

CMYK percentages

%36.25
%39.44
%0
%1.57

Codes

Color #A098FB in popluar color models

A098FB
RGB160152251
HSL245°92.52%79.02%
HSB/HSV245°39.44%98.43%
CMYK36.25%39.44%0.00%
1.57%

Color #A098FB in popluar number systems.

HEXA098FB
Decimal160152251
Binary101000001001100011111011
Octal240230373

Shades and tints

Shades of #A098FB

#A098FB
(160,152,251)
#928BE5
(146,139,229)
#847ECF
(132,126,207)
#7671B9
(118,113,185)
#6864A3
(104,100,163)
#5A578D
(90,87,141)
#4C4A77
(76,74,119)
#3E3D61
(62,61,97)
#30304B
(48,48,75)
#222335
(34,35,53)
#14161F
(20,22,31)
#000000
(0,0,0)

Tints of #A098FB

#A098FB
(160,152,251)
#A8A1FB
(168,161,251)
#B0AAFB
(176,170,251)
#B8B3FB
(184,179,251)
#C0BCFB
(192,188,251)
#C8C5FB
(200,197,251)
#D0CEFB
(208,206,251)
#D8D7FB
(216,215,251)
#E0E0FB
(224,224,251)
#E8E9FB
(232,233,251)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A098FB color. Also use rgb(160,152,251) instead hex code.

Text Font Color

.myTextColor { color: #A098FB; }

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

This text font color is #A098FB.


Background Color

.myBgColor { background-color: #A098FB; }

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

This div background color is #A098FB.


Border color

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

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

This div border color is #A098FB.


Opacity

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

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

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

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

This text has shadow with #A098FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A098FB on black background.


Color preview on white background

This text has color #A098FB on white background.



Black color preview on #A098FB background

This text has black color on #A098FB background.


White color preview on #A098FB background

This text has white color on #A098FB background.