COLOR #A871F0

HEX: #A871F0
RGB: (168,113,240)

Color info

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

RGB color model

#A871F0 color RGB value is (168,113,240).

  • red value is 168;
  • green value is 113;
  • blue value is 240.
RGB:
(168,113,240)
(66%,44%,94%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 240 of 255 = 94%

168
113
240

R + G + B ~ 68%. #A871F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 240 = 521 (100%)
R 168 of 521 ~ 32.25%
G 113 of 521 ~ 21.69%
B 240 of 521 ~ 46.07%

%32.25
%21.69
%46.07

CMYK color model

#A871F0 color CMYK value is (30,53,0,6).

  • cyan value is 30.00%
  • magenta value is 52.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(30,53,0,6)
C30M53Y0K6 
(30%,53%,0%,6%)
(0.30/0.53/0.00/0.06)	

CMYK percentages

%30
%52.92
%0
%5.88

Codes

Color #A871F0 in popluar color models

A871F0
RGB168113240
HSL266°80.89%69.22%
HSB/HSV266°52.92%94.12%
CMYK30.00%52.92%0.00%
5.88%

Color #A871F0 in popluar number systems.

HEXA871F0
Decimal168113240
Binary10101000111000111110000
Octal250161360

Shades and tints

Shades of #A871F0

#A871F0
(168,113,240)
#9967DB
(153,103,219)
#8A5DC6
(138,93,198)
#7B53B1
(123,83,177)
#6C499C
(108,73,156)
#5D3F87
(93,63,135)
#4E3572
(78,53,114)
#3F2B5D
(63,43,93)
#302148
(48,33,72)
#211733
(33,23,51)
#120D1E
(18,13,30)
#000000
(0,0,0)

Tints of #A871F0

#A871F0
(168,113,240)
#AF7DF1
(175,125,241)
#B689F2
(182,137,242)
#BD95F3
(189,149,243)
#C4A1F4
(196,161,244)
#CBADF5
(203,173,245)
#D2B9F6
(210,185,246)
#D9C5F7
(217,197,247)
#E0D1F8
(224,209,248)
#E7DDF9
(231,221,249)
#EEE9FA
(238,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A871F0 color. Also use rgb(168,113,240) instead hex code.

Text Font Color

.myTextColor { color: #A871F0; }

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

This text font color is #A871F0.


Background Color

.myBgColor { background-color: #A871F0; }

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

This div background color is #A871F0.


Border color

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

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

This div border color is #A871F0.


Opacity

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

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

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

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

This text has shadow with #A871F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A871F0 on black background.


Color preview on white background

This text has color #A871F0 on white background.



Black color preview on #A871F0 background

This text has black color on #A871F0 background.


White color preview on #A871F0 background

This text has white color on #A871F0 background.