COLOR #A17EF7

HEX: #A17EF7
RGB: (161,126,247)

Color info

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

RGB color model

#A17EF7 color RGB value is (161,126,247).

  • red value is 161;
  • green value is 126;
  • blue value is 247.
RGB:
(161,126,247)
(63%,49%,97%)

RGB channels and saturation

R 161 of 255 = 63%
G 126 of 255 = 49%
B 247 of 255 = 97%

161
126
247

R + G + B ~ 70%. #A17EF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 126 + 247 = 534 (100%)
R 161 of 534 ~ 30.15%
G 126 of 534 ~ 23.6%
B 247 of 534 ~ 46.25%

%30.15
%23.6
%46.25

CMYK color model

#A17EF7 color CMYK value is (35,49,0,3).

  • cyan value is 34.82%
  • magenta value is 48.99%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(35,49,0,3)
C35M49Y0K3 
(35%,49%,0%,3%)
(0.35/0.49/0.00/0.03)	

CMYK percentages

%34.82
%48.99
%0
%3.14

Codes

Color #A17EF7 in popluar color models

A17EF7
RGB161126247
HSL257°88.32%73.14%
HSB/HSV257°48.99%96.86%
CMYK34.82%48.99%0.00%
3.14%

Color #A17EF7 in popluar number systems.

HEXA17EF7
Decimal161126247
Binary10100001111111011110111
Octal241176367

Shades and tints

Shades of #A17EF7

#A17EF7
(161,126,247)
#9373E1
(147,115,225)
#8568CB
(133,104,203)
#775DB5
(119,93,181)
#69529F
(105,82,159)
#5B4789
(91,71,137)
#4D3C73
(77,60,115)
#3F315D
(63,49,93)
#312647
(49,38,71)
#231B31
(35,27,49)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #A17EF7

#A17EF7
(161,126,247)
#A989F7
(169,137,247)
#B194F7
(177,148,247)
#B99FF7
(185,159,247)
#C1AAF7
(193,170,247)
#C9B5F7
(201,181,247)
#D1C0F7
(209,192,247)
#D9CBF7
(217,203,247)
#E1D6F7
(225,214,247)
#E9E1F7
(233,225,247)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A17EF7 color. Also use rgb(161,126,247) instead hex code.

Text Font Color

.myTextColor { color: #A17EF7; }

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

This text font color is #A17EF7.


Background Color

.myBgColor { background-color: #A17EF7; }

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

This div background color is #A17EF7.


Border color

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

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

This div border color is #A17EF7.


Opacity

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

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

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

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

This text has shadow with #A17EF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A17EF7 on black background.


Color preview on white background

This text has color #A17EF7 on white background.



Black color preview on #A17EF7 background

This text has black color on #A17EF7 background.


White color preview on #A17EF7 background

This text has white color on #A17EF7 background.