COLOR #A916EE

HEX: #A916EE
RGB: (169,22,238)

Color info

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

RGB color model

#A916EE color RGB value is (169,22,238).

  • red value is 169;
  • green value is 22;
  • blue value is 238.
RGB:
(169,22,238)
(66%,9%,93%)

RGB channels and saturation

R 169 of 255 = 66%
G 22 of 255 = 9%
B 238 of 255 = 93%

169
22
238

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

Portions of RGB colors in percentages

R + G + B =
169 + 22 + 238 = 429 (100%)
R 169 of 429 ~ 39.39%
G 22 of 429 ~ 5.13%
B 238 of 429 ~ 55.48%

%39.39
%55.48

CMYK color model

#A916EE color CMYK value is (29,91,0,7).

  • cyan value is 28.99%
  • magenta value is 90.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,91,0,7)
C29M91Y0K7 
(29%,91%,0%,7%)
(0.29/0.91/0.00/0.07)	

CMYK percentages

%28.99
%90.76
%0
%6.67

Codes

Color #A916EE in popluar color models

A916EE
RGB16922238
HSL281°86.40%50.98%
HSB/HSV281°90.76%93.33%
CMYK28.99%90.76%0.00%
6.67%

Color #A916EE in popluar number systems.

HEXA916EE
Decimal16922238
Binary101010011011011101110
Octal25126356

Shades and tints

Shades of #A916EE

#A916EE
(169,22,238)
#9A14D9
(154,20,217)
#8B12C4
(139,18,196)
#7C10AF
(124,16,175)
#6D0E9A
(109,14,154)
#5E0C85
(94,12,133)
#4F0A70
(79,10,112)
#40085B
(64,8,91)
#310646
(49,6,70)
#220431
(34,4,49)
#13021C
(19,2,28)
#000000
(0,0,0)

Tints of #A916EE

#A916EE
(169,22,238)
#B02BEF
(176,43,239)
#B740F0
(183,64,240)
#BE55F1
(190,85,241)
#C56AF2
(197,106,242)
#CC7FF3
(204,127,243)
#D394F4
(211,148,244)
#DAA9F5
(218,169,245)
#E1BEF6
(225,190,246)
#E8D3F7
(232,211,247)
#EFE8F8
(239,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A916EE color. Also use rgb(169,22,238) instead hex code.

Text Font Color

.myTextColor { color: #A916EE; }

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

This text font color is #A916EE.


Background Color

.myBgColor { background-color: #A916EE; }

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

This div background color is #A916EE.


Border color

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

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

This div border color is #A916EE.


Opacity

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

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

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

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

This text has shadow with #A916EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A916EE on black background.


Color preview on white background

This text has color #A916EE on white background.



Black color preview on #A916EE background

This text has black color on #A916EE background.


White color preview on #A916EE background

This text has white color on #A916EE background.