COLOR #A19FE1

HEX: #A19FE1
RGB: (161,159,225)

Color info

#A19FE1 contains mainly blue color. Web safe color of #A19FE1 is #9999CC (or #99C).

RGB color model

#A19FE1 color RGB value is (161,159,225).

  • red value is 161;
  • green value is 159;
  • blue value is 225.
RGB:
(161,159,225)
(63%,62%,88%)

RGB channels and saturation

R 161 of 255 = 63%
G 159 of 255 = 62%
B 225 of 255 = 88%

161
159
225

R + G + B ~ 71%. #A19FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 159 + 225 = 545 (100%)
R 161 of 545 ~ 29.54%
G 159 of 545 ~ 29.17%
B 225 of 545 ~ 41.28%

%29.54
%29.17
%41.28

CMYK color model

#A19FE1 color CMYK value is (28,29,0,12).

  • cyan value is 28.44%
  • magenta value is 29.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,29,0,12)
C28M29Y0K12 
(28%,29%,0%,12%)
(0.28/0.29/0.00/0.12)	

CMYK percentages

%28.44
%29.33
%0
%11.76

Codes

Color #A19FE1 in popluar color models

A19FE1
RGB161159225
HSL242°52.38%75.29%
HSB/HSV242°29.33%88.24%
CMYK28.44%29.33%0.00%
11.76%

Color #A19FE1 in popluar number systems.

HEXA19FE1
Decimal161159225
Binary101000011001111111100001
Octal241237341

Shades and tints

Shades of #A19FE1

#A19FE1
(161,159,225)
#9391CD
(147,145,205)
#8583B9
(133,131,185)
#7775A5
(119,117,165)
#696791
(105,103,145)
#5B597D
(91,89,125)
#4D4B69
(77,75,105)
#3F3D55
(63,61,85)
#312F41
(49,47,65)
#23212D
(35,33,45)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #A19FE1

#A19FE1
(161,159,225)
#A9A7E3
(169,167,227)
#B1AFE5
(177,175,229)
#B9B7E7
(185,183,231)
#C1BFE9
(193,191,233)
#C9C7EB
(201,199,235)
#D1CFED
(209,207,237)
#D9D7EF
(217,215,239)
#E1DFF1
(225,223,241)
#E9E7F3
(233,231,243)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A19FE1 color. Also use rgb(161,159,225) instead hex code.

Text Font Color

.myTextColor { color: #A19FE1; }

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

This text font color is #A19FE1.


Background Color

.myBgColor { background-color: #A19FE1; }

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

This div background color is #A19FE1.


Border color

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

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

This div border color is #A19FE1.


Opacity

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

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

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

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

This text has shadow with #A19FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19FE1 on black background.


Color preview on white background

This text has color #A19FE1 on white background.



Black color preview on #A19FE1 background

This text has black color on #A19FE1 background.


White color preview on #A19FE1 background

This text has white color on #A19FE1 background.