COLOR #A15FE1

HEX: #A15FE1
RGB: (161,95,225)

Color info

#A15FE1 contains mainly blue color. Web safe color of #A15FE1 is #9966CC (or #96C).

RGB color model

#A15FE1 color RGB value is (161,95,225).

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

RGB channels and saturation

R 161 of 255 = 63%
G 95 of 255 = 37%
B 225 of 255 = 88%

161
95
225

R + G + B ~ 63%. #A15FE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 95 + 225 = 481 (100%)
R 161 of 481 ~ 33.47%
G 95 of 481 ~ 19.75%
B 225 of 481 ~ 46.78%

%33.47
%19.75
%46.78

CMYK color model

#A15FE1 color CMYK value is (28,58,0,12).

  • cyan value is 28.44%
  • magenta value is 57.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,58,0,12)
C28M58Y0K12 
(28%,58%,0%,12%)
(0.28/0.58/0.00/0.12)	

CMYK percentages

%28.44
%57.78
%0
%11.76

Codes

Color #A15FE1 in popluar color models

A15FE1
RGB16195225
HSL270°68.42%62.75%
HSB/HSV270°57.78%88.24%
CMYK28.44%57.78%0.00%
11.76%

Color #A15FE1 in popluar number systems.

HEXA15FE1
Decimal16195225
Binary10100001101111111100001
Octal241137341

Shades and tints

Shades of #A15FE1

#A15FE1
(161,95,225)
#9357CD
(147,87,205)
#854FB9
(133,79,185)
#7747A5
(119,71,165)
#693F91
(105,63,145)
#5B377D
(91,55,125)
#4D2F69
(77,47,105)
#3F2755
(63,39,85)
#311F41
(49,31,65)
#23172D
(35,23,45)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #A15FE1

#A15FE1
(161,95,225)
#A96DE3
(169,109,227)
#B17BE5
(177,123,229)
#B989E7
(185,137,231)
#C197E9
(193,151,233)
#C9A5EB
(201,165,235)
#D1B3ED
(209,179,237)
#D9C1EF
(217,193,239)
#E1CFF1
(225,207,241)
#E9DDF3
(233,221,243)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15FE1; }

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

This text font color is #A15FE1.


Background Color

.myBgColor { background-color: #A15FE1; }

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

This div background color is #A15FE1.


Border color

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

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

This div border color is #A15FE1.


Opacity

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

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

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

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

This text has shadow with #A15FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15FE1 on black background.


Color preview on white background

This text has color #A15FE1 on white background.



Black color preview on #A15FE1 background

This text has black color on #A15FE1 background.


White color preview on #A15FE1 background

This text has white color on #A15FE1 background.