COLOR #A198F5

HEX: #A198F5
RGB: (161,152,245)

Color info

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

RGB color model

#A198F5 color RGB value is (161,152,245).

  • red value is 161;
  • green value is 152;
  • blue value is 245.
RGB:
(161,152,245)
(63%,60%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 152 of 255 = 60%
B 245 of 255 = 96%

161
152
245

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

Portions of RGB colors in percentages

R + G + B =
161 + 152 + 245 = 558 (100%)
R 161 of 558 ~ 28.85%
G 152 of 558 ~ 27.24%
B 245 of 558 ~ 43.91%

%28.85
%27.24
%43.91

CMYK color model

#A198F5 color CMYK value is (34,38,0,4).

  • cyan value is 34.29%
  • magenta value is 37.96%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(34,38,0,4)
C34M38Y0K4 
(34%,38%,0%,4%)
(0.34/0.38/0.00/0.04)	

CMYK percentages

%34.29
%37.96
%0
%3.92

Codes

Color #A198F5 in popluar color models

A198F5
RGB161152245
HSL246°82.30%77.84%
HSB/HSV246°37.96%96.08%
CMYK34.29%37.96%0.00%
3.92%

Color #A198F5 in popluar number systems.

HEXA198F5
Decimal161152245
Binary101000011001100011110101
Octal241230365

Shades and tints

Shades of #A198F5

#A198F5
(161,152,245)
#938BDF
(147,139,223)
#857EC9
(133,126,201)
#7771B3
(119,113,179)
#69649D
(105,100,157)
#5B5787
(91,87,135)
#4D4A71
(77,74,113)
#3F3D5B
(63,61,91)
#313045
(49,48,69)
#23232F
(35,35,47)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #A198F5

#A198F5
(161,152,245)
#A9A1F5
(169,161,245)
#B1AAF5
(177,170,245)
#B9B3F5
(185,179,245)
#C1BCF5
(193,188,245)
#C9C5F5
(201,197,245)
#D1CEF5
(209,206,245)
#D9D7F5
(217,215,245)
#E1E0F5
(225,224,245)
#E9E9F5
(233,233,245)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A198F5 color. Also use rgb(161,152,245) instead hex code.

Text Font Color

.myTextColor { color: #A198F5; }

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

This text font color is #A198F5.


Background Color

.myBgColor { background-color: #A198F5; }

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

This div background color is #A198F5.


Border color

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

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

This div border color is #A198F5.


Opacity

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

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

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

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

This text has shadow with #A198F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A198F5 on black background.


Color preview on white background

This text has color #A198F5 on white background.



Black color preview on #A198F5 background

This text has black color on #A198F5 background.


White color preview on #A198F5 background

This text has white color on #A198F5 background.