COLOR #A15CE9

HEX: #A15CE9
RGB: (161,92,233)

Color info

#A15CE9 contains mainly blue color. Web safe color of #A15CE9 is #9966FF (or #96F).

RGB color model

#A15CE9 color RGB value is (161,92,233).

  • red value is 161;
  • green value is 92;
  • blue value is 233.
RGB:
(161,92,233)
(63%,36%,91%)

RGB channels and saturation

R 161 of 255 = 63%
G 92 of 255 = 36%
B 233 of 255 = 91%

161
92
233

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

Portions of RGB colors in percentages

R + G + B =
161 + 92 + 233 = 486 (100%)
R 161 of 486 ~ 33.13%
G 92 of 486 ~ 18.93%
B 233 of 486 ~ 47.94%

%33.13
%18.93
%47.94

CMYK color model

#A15CE9 color CMYK value is (31,61,0,9).

  • cyan value is 30.90%
  • magenta value is 60.52%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(31,61,0,9)
C31M61Y0K9 
(31%,61%,0%,9%)
(0.31/0.61/0.00/0.09)	

CMYK percentages

%30.9
%60.52
%0
%8.63

Codes

Color #A15CE9 in popluar color models

A15CE9
RGB16192233
HSL269°76.22%63.73%
HSB/HSV269°60.52%91.37%
CMYK30.90%60.52%0.00%
8.63%

Color #A15CE9 in popluar number systems.

HEXA15CE9
Decimal16192233
Binary10100001101110011101001
Octal241134351

Shades and tints

Shades of #A15CE9

#A15CE9
(161,92,233)
#9354D4
(147,84,212)
#854CBF
(133,76,191)
#7744AA
(119,68,170)
#693C95
(105,60,149)
#5B3480
(91,52,128)
#4D2C6B
(77,44,107)
#3F2456
(63,36,86)
#311C41
(49,28,65)
#23142C
(35,20,44)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #A15CE9

#A15CE9
(161,92,233)
#A96AEB
(169,106,235)
#B178ED
(177,120,237)
#B986EF
(185,134,239)
#C194F1
(193,148,241)
#C9A2F3
(201,162,243)
#D1B0F5
(209,176,245)
#D9BEF7
(217,190,247)
#E1CCF9
(225,204,249)
#E9DAFB
(233,218,251)
#F1E8FD
(241,232,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A15CE9 color. Also use rgb(161,92,233) instead hex code.

Text Font Color

.myTextColor { color: #A15CE9; }

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

This text font color is #A15CE9.


Background Color

.myBgColor { background-color: #A15CE9; }

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

This div background color is #A15CE9.


Border color

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

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

This div border color is #A15CE9.


Opacity

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

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

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

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

This text has shadow with #A15CE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15CE9 on black background.


Color preview on white background

This text has color #A15CE9 on white background.



Black color preview on #A15CE9 background

This text has black color on #A15CE9 background.


White color preview on #A15CE9 background

This text has white color on #A15CE9 background.