COLOR #A15FC1

HEX: #A15FC1
RGB: (161,95,193)

Color info

#A15FC1 contains mainly red and blue colors. Web safe color of #A15FC1 is #9966CC (or #96C).

RGB color model

#A15FC1 color RGB value is (161,95,193).

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

RGB channels and saturation

R 161 of 255 = 63%
G 95 of 255 = 37%
B 193 of 255 = 76%

161
95
193

R + G + B ~ 59%. #A15FC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 95 + 193 = 449 (100%)
R 161 of 449 ~ 35.86%
G 95 of 449 ~ 21.16%
B 193 of 449 ~ 42.98%

%35.86
%21.16
%42.98

CMYK color model

#A15FC1 color CMYK value is (17,51,0,24).

  • cyan value is 16.58%
  • magenta value is 50.78%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,51,0,24)
C17M51Y0K24 
(17%,51%,0%,24%)
(0.17/0.51/0.00/0.24)	

CMYK percentages

%16.58
%50.78
%0
%24.31

Codes

Color #A15FC1 in popluar color models

A15FC1
RGB16195193
HSL280°44.14%56.47%
HSB/HSV280°50.78%75.69%
CMYK16.58%50.78%0.00%
24.31%

Color #A15FC1 in popluar number systems.

HEXA15FC1
Decimal16195193
Binary10100001101111111000001
Octal241137301

Shades and tints

Shades of #A15FC1

#A15FC1
(161,95,193)
#9357B0
(147,87,176)
#854F9F
(133,79,159)
#77478E
(119,71,142)
#693F7D
(105,63,125)
#5B376C
(91,55,108)
#4D2F5B
(77,47,91)
#3F274A
(63,39,74)
#311F39
(49,31,57)
#231728
(35,23,40)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #A15FC1

#A15FC1
(161,95,193)
#A96DC6
(169,109,198)
#B17BCB
(177,123,203)
#B989D0
(185,137,208)
#C197D5
(193,151,213)
#C9A5DA
(201,165,218)
#D1B3DF
(209,179,223)
#D9C1E4
(217,193,228)
#E1CFE9
(225,207,233)
#E9DDEE
(233,221,238)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15FC1; }

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

This text font color is #A15FC1.


Background Color

.myBgColor { background-color: #A15FC1; }

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

This div background color is #A15FC1.


Border color

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

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

This div border color is #A15FC1.


Opacity

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

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

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

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

This text has shadow with #A15FC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15FC1 on black background.


Color preview on white background

This text has color #A15FC1 on white background.



Black color preview on #A15FC1 background

This text has black color on #A15FC1 background.


White color preview on #A15FC1 background

This text has white color on #A15FC1 background.