COLOR #A881D3

HEX: #A881D3
RGB: (168,129,211)

Color info

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

RGB color model

#A881D3 color RGB value is (168,129,211).

  • red value is 168;
  • green value is 129;
  • blue value is 211.
RGB:
(168,129,211)
(66%,51%,83%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 211 of 255 = 83%

168
129
211

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 211 = 508 (100%)
R 168 of 508 ~ 33.07%
G 129 of 508 ~ 25.39%
B 211 of 508 ~ 41.54%

%33.07
%25.39
%41.54

CMYK color model

#A881D3 color CMYK value is (20,39,0,17).

  • cyan value is 20.38%
  • magenta value is 38.86%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(20,39,0,17)
C20M39Y0K17 
(20%,39%,0%,17%)
(0.20/0.39/0.00/0.17)	

CMYK percentages

%20.38
%38.86
%0
%17.25

Codes

Color #A881D3 in popluar color models

A881D3
RGB168129211
HSL269°48.24%66.67%
HSB/HSV269°38.86%82.75%
CMYK20.38%38.86%0.00%
17.25%

Color #A881D3 in popluar number systems.

HEXA881D3
Decimal168129211
Binary101010001000000111010011
Octal250201323

Shades and tints

Shades of #A881D3

#A881D3
(168,129,211)
#9976C0
(153,118,192)
#8A6BAD
(138,107,173)
#7B609A
(123,96,154)
#6C5587
(108,85,135)
#5D4A74
(93,74,116)
#4E3F61
(78,63,97)
#3F344E
(63,52,78)
#30293B
(48,41,59)
#211E28
(33,30,40)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #A881D3

#A881D3
(168,129,211)
#AF8CD7
(175,140,215)
#B697DB
(182,151,219)
#BDA2DF
(189,162,223)
#C4ADE3
(196,173,227)
#CBB8E7
(203,184,231)
#D2C3EB
(210,195,235)
#D9CEEF
(217,206,239)
#E0D9F3
(224,217,243)
#E7E4F7
(231,228,247)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A881D3; }

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

This text font color is #A881D3.


Background Color

.myBgColor { background-color: #A881D3; }

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

This div background color is #A881D3.


Border color

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

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

This div border color is #A881D3.


Opacity

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

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

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

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

This text has shadow with #A881D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A881D3 on black background.


Color preview on white background

This text has color #A881D3 on white background.



Black color preview on #A881D3 background

This text has black color on #A881D3 background.


White color preview on #A881D3 background

This text has white color on #A881D3 background.