COLOR #A881D9

HEX: #A881D9 RGB: (168,129,217)

Color info

#A881D9 contains mainly red and blue colors. Web safe color of #A881D9 is #9999CC (or #99C).

RGB color model

#A881D9 color RGB value is (168,129,217).

RGB: (168,129,217) (66%, 51%, 85%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 217 of 255 = 85%

168
129
217

R + G + B ~ 67%. #A881D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 129 + 217 = 514 (100%)
R 168 of 514 ~ 32.68%
G 129 of 514 ~ 25.1%
B 217 of 514 ~ 42.22'%

%32.68
%25.1
%42.22

CMYK color model

#A881D9 color CMYK value is (23,41,0,15).

  • cyan value is 22.58%
  • magenta value is 40.55%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (23,41,0,15)
C23M41Y0K15 (23%, 41%, 0%, 15%)
(0.23 / 0.41 / 0.00 / 0.15)

CMYK percentages

%22.58
%40.55
%0
%14.9

Codes

Color #A881D9 in popluar color models

A8 81 D9
RGB 168 129 217
HSL 267° 53.66% 67.84%
HSB/HSV 267° 40.55% 85.10%
CMYK 22.58% 40.55% 0.00%
14.90%

Color #A881D9 in popluar number systems.

HEX A8 81 D9
Decimal 168 129 217
Binary 10101000 10000001 11011001
Octal 250 201 331

Shades and tints

Shades of #A881D9

#A881D9
(168,129,217)
#9976C6
(153,118,198)
#8A6BB3
(138,107,179)
#7B60A0
(123,96,160)
#6C558D
(108,85,141)
#5D4A7A
(93,74,122)
#4E3F67
(78,63,103)
#3F3454
(63,52,84)
#302941
(48,41,65)
#211E2E
(33,30,46)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #A881D9

#A881D9
(168,129,217)
#AF8CDC
(175,140,220)
#B697DF
(182,151,223)
#BDA2E2
(189,162,226)
#C4ADE5
(196,173,229)
#CBB8E8
(203,184,232)
#D2C3EB
(210,195,235)
#D9CEEE
(217,206,238)
#E0D9F1
(224,217,241)
#E7E4F4
(231,228,244)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A881D9 color. Also use rgb(168,129,217) instead hex code.

Text Font Color

.myTextColor { color: #A881D9; }

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

This text font color is #A881D9.

Background Color

.myBgColor { background-color: #A881D9; }

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

This div background color is #A881D9.

Border color

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

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

This div border color is #A881D9.

Opacity

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

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

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

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

This text has shadow with #A881D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A881D9.

Preview

Color preview on black background

This text has color #A881D9 on black background.


Color preview on white background

This text has color #A881D9 on white background.


Black color preview on #A881D9 background

This text has black color on #A881D9 background.


White color preview on #A881D9 background

This text has white color on #A881D9 background.


Related colors

Complementary color

Complementary color for #hex is #577E26.


I love getcolorcode.com

Triadic colors

1 #D9A881 and #81D9A8 with #A881D9 are triadic colors.

2 #D981A8 and #81A8D9 with #A881D9 are triadic colors.