COLOR #A871D7

HEX: #A871D7
RGB: (168,113,215)

Color info

#A871D7 contains mainly red and blue colors. Web safe color of #A871D7 is #9966CC (or #96C).

RGB color model

#A871D7 color RGB value is (168,113,215).

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

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 215 of 255 = 84%

168
113
215

R + G + B ~ 65%. #A871D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 113 + 215 = 496 (100%)
R 168 of 496 ~ 33.87%
G 113 of 496 ~ 22.78%
B 215 of 496 ~ 43.35%

%33.87
%22.78
%43.35

CMYK color model

#A871D7 color CMYK value is (22,47,0,16).

  • cyan value is 21.86%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(22,47,0,16)
C22M47Y0K16 
(22%,47%,0%,16%)
(0.22/0.47/0.00/0.16)	

CMYK percentages

%21.86
%47.44
%0
%15.69

Codes

Color #A871D7 in popluar color models

A871D7
RGB168113215
HSL272°56.04%64.31%
HSB/HSV272°47.44%84.31%
CMYK21.86%47.44%0.00%
15.69%

Color #A871D7 in popluar number systems.

HEXA871D7
Decimal168113215
Binary10101000111000111010111
Octal250161327

Shades and tints

Shades of #A871D7

#A871D7
(168,113,215)
#9967C4
(153,103,196)
#8A5DB1
(138,93,177)
#7B539E
(123,83,158)
#6C498B
(108,73,139)
#5D3F78
(93,63,120)
#4E3565
(78,53,101)
#3F2B52
(63,43,82)
#30213F
(48,33,63)
#21172C
(33,23,44)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #A871D7

#A871D7
(168,113,215)
#AF7DDA
(175,125,218)
#B689DD
(182,137,221)
#BD95E0
(189,149,224)
#C4A1E3
(196,161,227)
#CBADE6
(203,173,230)
#D2B9E9
(210,185,233)
#D9C5EC
(217,197,236)
#E0D1EF
(224,209,239)
#E7DDF2
(231,221,242)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A871D7; }

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

This text font color is #A871D7.


Background Color

.myBgColor { background-color: #A871D7; }

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

This div background color is #A871D7.


Border color

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

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

This div border color is #A871D7.


Opacity

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

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

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

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

This text has shadow with #A871D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A871D7 on black background.


Color preview on white background

This text has color #A871D7 on white background.



Black color preview on #A871D7 background

This text has black color on #A871D7 background.


White color preview on #A871D7 background

This text has white color on #A871D7 background.