COLOR #A15EC2

HEX: #A15EC2
RGB: (161,94,194)

Color info

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

RGB color model

#A15EC2 color RGB value is (161,94,194).

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

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 194 of 255 = 76%

161
94
194

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

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 194 = 449 (100%)
R 161 of 449 ~ 35.86%
G 94 of 449 ~ 20.94%
B 194 of 449 ~ 43.21%

%35.86
%20.94
%43.21

CMYK color model

#A15EC2 color CMYK value is (17,52,0,24).

  • cyan value is 17.01%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(17,52,0,24)
C17M52Y0K24 
(17%,52%,0%,24%)
(0.17/0.52/0.00/0.24)	

CMYK percentages

%17.01
%51.55
%0
%23.92

Codes

Color #A15EC2 in popluar color models

A15EC2
RGB16194194
HSL280°45.05%56.47%
HSB/HSV280°51.55%76.08%
CMYK17.01%51.55%0.00%
23.92%

Color #A15EC2 in popluar number systems.

HEXA15EC2
Decimal16194194
Binary10100001101111011000010
Octal241136302

Shades and tints

Shades of #A15EC2

#A15EC2
(161,94,194)
#9356B1
(147,86,177)
#854EA0
(133,78,160)
#77468F
(119,70,143)
#693E7E
(105,62,126)
#5B366D
(91,54,109)
#4D2E5C
(77,46,92)
#3F264B
(63,38,75)
#311E3A
(49,30,58)
#231629
(35,22,41)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #A15EC2

#A15EC2
(161,94,194)
#A96CC7
(169,108,199)
#B17ACC
(177,122,204)
#B988D1
(185,136,209)
#C196D6
(193,150,214)
#C9A4DB
(201,164,219)
#D1B2E0
(209,178,224)
#D9C0E5
(217,192,229)
#E1CEEA
(225,206,234)
#E9DCEF
(233,220,239)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15EC2 color. Also use rgb(161,94,194) instead hex code.

Text Font Color

.myTextColor { color: #A15EC2; }

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

This text font color is #A15EC2.


Background Color

.myBgColor { background-color: #A15EC2; }

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

This div background color is #A15EC2.


Border color

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

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

This div border color is #A15EC2.


Opacity

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

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

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

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

This text has shadow with #A15EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15EC2 on black background.


Color preview on white background

This text has color #A15EC2 on white background.



Black color preview on #A15EC2 background

This text has black color on #A15EC2 background.


White color preview on #A15EC2 background

This text has white color on #A15EC2 background.