COLOR #A118FD

HEX: #A118FD
RGB: (161,24,253)

Color info

#A118FD contains mainly blue color. Web safe color of #A118FD is #9900FF (or #90F).

RGB color model

#A118FD color RGB value is (161,24,253).

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

RGB channels and saturation

R 161 of 255 = 63%
G 24 of 255 = 9%
B 253 of 255 = 99%

161
24
253

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

Portions of RGB colors in percentages

R + G + B =
161 + 24 + 253 = 438 (100%)
R 161 of 438 ~ 36.76%
G 24 of 438 ~ 5.48%
B 253 of 438 ~ 57.76%

%36.76
%57.76

CMYK color model

#A118FD color CMYK value is (36,91,0,1).

  • cyan value is 36.36%
  • magenta value is 90.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(36,91,0,1)
C36M91Y0K1 
(36%,91%,0%,1%)
(0.36/0.91/0.00/0.01)	

CMYK percentages

%36.36
%90.51
%0
%0.78

Codes

Color #A118FD in popluar color models

A118FD
RGB16124253
HSL276°98.28%54.31%
HSB/HSV276°90.51%99.22%
CMYK36.36%90.51%0.00%
0.78%

Color #A118FD in popluar number systems.

HEXA118FD
Decimal16124253
Binary101000011100011111101
Octal24130375

Shades and tints

Shades of #A118FD

#A118FD
(161,24,253)
#9316E6
(147,22,230)
#8514CF
(133,20,207)
#7712B8
(119,18,184)
#6910A1
(105,16,161)
#5B0E8A
(91,14,138)
#4D0C73
(77,12,115)
#3F0A5C
(63,10,92)
#310845
(49,8,69)
#23062E
(35,6,46)
#150417
(21,4,23)
#000000
(0,0,0)

Tints of #A118FD

#A118FD
(161,24,253)
#A92DFD
(169,45,253)
#B142FD
(177,66,253)
#B957FD
(185,87,253)
#C16CFD
(193,108,253)
#C981FD
(201,129,253)
#D196FD
(209,150,253)
#D9ABFD
(217,171,253)
#E1C0FD
(225,192,253)
#E9D5FD
(233,213,253)
#F1EAFD
(241,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A118FD; }

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

This text font color is #A118FD.


Background Color

.myBgColor { background-color: #A118FD; }

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

This div background color is #A118FD.


Border color

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

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

This div border color is #A118FD.


Opacity

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

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

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

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

This text has shadow with #A118FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A118FD on black background.


Color preview on white background

This text has color #A118FD on white background.



Black color preview on #A118FD background

This text has black color on #A118FD background.


White color preview on #A118FD background

This text has white color on #A118FD background.