COLOR #A872D9

HEX: #A872D9
RGB: (168,114,217)

Color info

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

RGB color model

#A872D9 color RGB value is (168,114,217).

  • red value is 168;
  • green value is 114;
  • blue value is 217.
RGB:
(168,114,217)
(66%,45%,85%)

RGB channels and saturation

R 168 of 255 = 66%
G 114 of 255 = 45%
B 217 of 255 = 85%

168
114
217

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

Portions of RGB colors in percentages

R + G + B =
168 + 114 + 217 = 499 (100%)
R 168 of 499 ~ 33.67%
G 114 of 499 ~ 22.85%
B 217 of 499 ~ 43.49%

%33.67
%22.85
%43.49

CMYK color model

#A872D9 color CMYK value is (23,47,0,15).

  • cyan value is 22.58%
  • magenta value is 47.47%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(23,47,0,15)
C23M47Y0K15 
(23%,47%,0%,15%)
(0.23/0.47/0.00/0.15)	

CMYK percentages

%22.58
%47.47
%0
%14.9

Codes

Color #A872D9 in popluar color models

A872D9
RGB168114217
HSL271°57.54%64.90%
HSB/HSV271°47.47%85.10%
CMYK22.58%47.47%0.00%
14.90%

Color #A872D9 in popluar number systems.

HEXA872D9
Decimal168114217
Binary10101000111001011011001
Octal250162331

Shades and tints

Shades of #A872D9

#A872D9
(168,114,217)
#9968C6
(153,104,198)
#8A5EB3
(138,94,179)
#7B54A0
(123,84,160)
#6C4A8D
(108,74,141)
#5D407A
(93,64,122)
#4E3667
(78,54,103)
#3F2C54
(63,44,84)
#302241
(48,34,65)
#21182E
(33,24,46)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #A872D9

#A872D9
(168,114,217)
#AF7EDC
(175,126,220)
#B68ADF
(182,138,223)
#BD96E2
(189,150,226)
#C4A2E5
(196,162,229)
#CBAEE8
(203,174,232)
#D2BAEB
(210,186,235)
#D9C6EE
(217,198,238)
#E0D2F1
(224,210,241)
#E7DEF4
(231,222,244)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A872D9; }

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

This text font color is #A872D9.


Background Color

.myBgColor { background-color: #A872D9; }

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

This div background color is #A872D9.


Border color

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

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

This div border color is #A872D9.


Opacity

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

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

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

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

This text has shadow with #A872D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A872D9 on black background.


Color preview on white background

This text has color #A872D9 on white background.



Black color preview on #A872D9 background

This text has black color on #A872D9 background.


White color preview on #A872D9 background

This text has white color on #A872D9 background.