COLOR #A871DD

HEX: #A871DD RGB: (168,113,221)

Color info

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

RGB color model

#A871DD color RGB value is (168,113,221).

RGB: (168,113,221) (66%, 44%, 87%)

RGB channels and saturation

R 168 of 255 = 66%
G 113 of 255 = 44%
B 221 of 255 = 87%

168
113
221

R + G + B ~ 66%. #A871DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 113 + 221 = 502 (100%)
R 168 of 502 ~ 33.47%
G 113 of 502 ~ 22.51%
B 221 of 502 ~ 44.02'%

%33.47
%22.51
%44.02

CMYK color model

#A871DD color CMYK value is (24,49,0,13).

  • cyan value is 23.98%
  • magenta value is 48.87%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (24,49,0,13) C24M49Y0K13 (24%,49%,0%,13%) (0.24/0.49/0.00/0.13) 

CMYK percentages

%23.98
%48.87
%0
%13.33

Codes

Color #A871DD in popluar color models

A8 71 DD
RGB 168 113 221
HSL 271° 61.36% 65.49%
HSB/HSV 271° 48.87% 86.67%
CMYK 23.98% 48.87% 0.00%
13.33%

Color #A871DD in popluar number systems.

HEX A8 71 DD
Decimal 168 113 221
Binary 10101000 1110001 11011101
Octal 250 161 335

Shades and tints

Shades of #A871DD

#A871DD
(168,113,221)
#9967C9
(153,103,201)
#8A5DB5
(138,93,181)
#7B53A1
(123,83,161)
#6C498D
(108,73,141)
#5D3F79
(93,63,121)
#4E3565
(78,53,101)
#3F2B51
(63,43,81)
#30213D
(48,33,61)
#211729
(33,23,41)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #A871DD

#A871DD
(168,113,221)
#AF7DE0
(175,125,224)
#B689E3
(182,137,227)
#BD95E6
(189,149,230)
#C4A1E9
(196,161,233)
#CBADEC
(203,173,236)
#D2B9EF
(210,185,239)
#D9C5F2
(217,197,242)
#E0D1F5
(224,209,245)
#E7DDF8
(231,221,248)
#EEE9FB
(238,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A871DD; }

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

This text font color is #A871DD.

Background Color

.myBgColor { background-color: #A871DD; }

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

This div background color is #A871DD.

Border color

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

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

This div border color is #A871DD.

Opacity

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

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

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

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

This text has shadow with #A871DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A871DD.

Preview

Color preview on black background

This text has color #A871DD on black background.


Color preview on white background

This text has color #A871DD on white background.


Black color preview on #A871DD background

This text has black color on #A871DD background.


White color preview on #A871DD background

This text has white color on #A871DD background.


Related colors

Complementary color

Complementary color for #hex is #578E22.


I love getcolorcode.com

Triadic colors

1 #DDA871 and #71DDA8 with #A871DD are triadic colors.

2 #DD71A8 and #71A8DD with #A871DD are triadic colors.