COLOR #A871D0

HEX: #A871D0 RGB: (168,113,208)

Color info

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

RGB color model

#A871D0 color RGB value is (168,113,208).

RGB: (168,113,208) (66%, 44%, 82%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 208 of 255 = 82%

168
113
208

R + G + B ~ 64%. #A871D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 113 + 208 = 489 (100%)
R 168 of 489 ~ 34.36%
G 113 of 489 ~ 23.11%
B 208 of 489 ~ 42.54'%

%34.36
%23.11
%42.54

CMYK color model

#A871D0 color CMYK value is (19,46,0,18).

  • cyan value is 19.23%
  • magenta value is 45.67%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (19,46,0,18)
C19M46Y0K18 (19%, 46%, 0%, 18%)
(0.19 / 0.46 / 0.00 / 0.18)

CMYK percentages

%19.23
%45.67
%0
%18.43

Codes

Color #A871D0 in popluar color models

A8 71 D0
RGB 168 113 208
HSL 275° 50.26% 62.94%
HSB/HSV 275° 45.67% 81.57%
CMYK 19.23% 45.67% 0.00%
18.43%

Color #A871D0 in popluar number systems.

HEX A8 71 D0
Decimal 168 113 208
Binary 10101000 1110001 11010000
Octal 250 161 320

Shades and tints

Shades of #A871D0

#A871D0
(168,113,208)
#9967BE
(153,103,190)
#8A5DAC
(138,93,172)
#7B539A
(123,83,154)
#6C4988
(108,73,136)
#5D3F76
(93,63,118)
#4E3564
(78,53,100)
#3F2B52
(63,43,82)
#302140
(48,33,64)
#21172E
(33,23,46)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #A871D0

#A871D0
(168,113,208)
#AF7DD4
(175,125,212)
#B689D8
(182,137,216)
#BD95DC
(189,149,220)
#C4A1E0
(196,161,224)
#CBADE4
(203,173,228)
#D2B9E8
(210,185,232)
#D9C5EC
(217,197,236)
#E0D1F0
(224,209,240)
#E7DDF4
(231,221,244)
#EEE9F8
(238,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A871D0; }

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

This text font color is #A871D0.

Background Color

.myBgColor { background-color: #A871D0; }

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

This div background color is #A871D0.

Border color

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

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

This div border color is #A871D0.

Opacity

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

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

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

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

This text has shadow with #A871D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A871D0.

Preview

Color preview on black background

This text has color #A871D0 on black background.


Color preview on white background

This text has color #A871D0 on white background.


Black color preview on #A871D0 background

This text has black color on #A871D0 background.


White color preview on #A871D0 background

This text has white color on #A871D0 background.


Related colors

Complementary color

Complementary color for #hex is #578E2F.


I love getcolorcode.com

Triadic colors

1 #D0A871 and #71D0A8 with #A871D0 are triadic colors.

2 #D071A8 and #71A8D0 with #A871D0 are triadic colors.