COLOR #A15EFD

HEX: #A15EFD
RGB: (161,94,253)

Color info

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

RGB color model

#A15EFD color RGB value is (161,94,253).

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

RGB channels and saturation

R 161 of 255 = 63%
G 94 of 255 = 37%
B 253 of 255 = 99%

161
94
253

R + G + B ~ 66%. #A15EFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 94 + 253 = 508 (100%)
R 161 of 508 ~ 31.69%
G 94 of 508 ~ 18.5%
B 253 of 508 ~ 49.8%

%31.69
%18.5
%49.8

CMYK color model

#A15EFD color CMYK value is (36,63,0,1).

  • cyan value is 36.36%
  • magenta value is 62.85%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(36,63,0,1)
C36M63Y0K1 
(36%,63%,0%,1%)
(0.36/0.63/0.00/0.01)	

CMYK percentages

%36.36
%62.85
%0
%0.78

Codes

Color #A15EFD in popluar color models

A15EFD
RGB16194253
HSL265°97.55%68.04%
HSB/HSV265°62.85%99.22%
CMYK36.36%62.85%0.00%
0.78%

Color #A15EFD in popluar number systems.

HEXA15EFD
Decimal16194253
Binary10100001101111011111101
Octal241136375

Shades and tints

Shades of #A15EFD

#A15EFD
(161,94,253)
#9356E6
(147,86,230)
#854ECF
(133,78,207)
#7746B8
(119,70,184)
#693EA1
(105,62,161)
#5B368A
(91,54,138)
#4D2E73
(77,46,115)
#3F265C
(63,38,92)
#311E45
(49,30,69)
#23162E
(35,22,46)
#150E17
(21,14,23)
#000000
(0,0,0)

Tints of #A15EFD

#A15EFD
(161,94,253)
#A96CFD
(169,108,253)
#B17AFD
(177,122,253)
#B988FD
(185,136,253)
#C196FD
(193,150,253)
#C9A4FD
(201,164,253)
#D1B2FD
(209,178,253)
#D9C0FD
(217,192,253)
#E1CEFD
(225,206,253)
#E9DCFD
(233,220,253)
#F1EAFD
(241,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A15EFD; }

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

This text font color is #A15EFD.


Background Color

.myBgColor { background-color: #A15EFD; }

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

This div background color is #A15EFD.


Border color

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

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

This div border color is #A15EFD.


Opacity

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

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

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

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

This text has shadow with #A15EFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A15EFD on black background.


Color preview on white background

This text has color #A15EFD on white background.



Black color preview on #A15EFD background

This text has black color on #A15EFD background.


White color preview on #A15EFD background

This text has white color on #A15EFD background.