COLOR #A118D7

HEX: #A118D7
RGB: (161,24,215)

Color info

#A118D7 contains mainly red and blue colors. Web safe color of #A118D7 is #9900CC (or #90C).

RGB color model

#A118D7 color RGB value is (161,24,215).

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

RGB channels and saturation

R 161 of 255 = 63%
G 24 of 255 = 9%
B 215 of 255 = 84%

161
24
215

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

Portions of RGB colors in percentages

R + G + B =
161 + 24 + 215 = 400 (100%)
R 161 of 400 ~ 40.25%
G 24 of 400 ~ 6%
B 215 of 400 ~ 53.75%

%40.25
%53.75

CMYK color model

#A118D7 color CMYK value is (25,89,0,16).

  • cyan value is 25.12%
  • magenta value is 88.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(25,89,0,16)
C25M89Y0K16 
(25%,89%,0%,16%)
(0.25/0.89/0.00/0.16)	

CMYK percentages

%25.12
%88.84
%0
%15.69

Codes

Color #A118D7 in popluar color models

A118D7
RGB16124215
HSL283°79.92%46.86%
HSB/HSV283°88.84%84.31%
CMYK25.12%88.84%0.00%
15.69%

Color #A118D7 in popluar number systems.

HEXA118D7
Decimal16124215
Binary101000011100011010111
Octal24130327

Shades and tints

Shades of #A118D7

#A118D7
(161,24,215)
#9316C4
(147,22,196)
#8514B1
(133,20,177)
#77129E
(119,18,158)
#69108B
(105,16,139)
#5B0E78
(91,14,120)
#4D0C65
(77,12,101)
#3F0A52
(63,10,82)
#31083F
(49,8,63)
#23062C
(35,6,44)
#150419
(21,4,25)
#000000
(0,0,0)

Tints of #A118D7

#A118D7
(161,24,215)
#A92DDA
(169,45,218)
#B142DD
(177,66,221)
#B957E0
(185,87,224)
#C16CE3
(193,108,227)
#C981E6
(201,129,230)
#D196E9
(209,150,233)
#D9ABEC
(217,171,236)
#E1C0EF
(225,192,239)
#E9D5F2
(233,213,242)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A118D7; }

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

This text font color is #A118D7.


Background Color

.myBgColor { background-color: #A118D7; }

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

This div background color is #A118D7.


Border color

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

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

This div border color is #A118D7.


Opacity

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

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

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

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

This text has shadow with #A118D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A118D7 on black background.


Color preview on white background

This text has color #A118D7 on white background.



Black color preview on #A118D7 background

This text has black color on #A118D7 background.


White color preview on #A118D7 background

This text has white color on #A118D7 background.