COLOR #A87ACD

HEX: #A87ACD
RGB: (168,122,205)

Color info

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

RGB color model

#A87ACD color RGB value is (168,122,205).

  • red value is 168;
  • green value is 122;
  • blue value is 205.
RGB:
(168,122,205)
(66%,48%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 122 of 255 = 48%
B 205 of 255 = 80%

168
122
205

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

Portions of RGB colors in percentages

R + G + B =
168 + 122 + 205 = 495 (100%)
R 168 of 495 ~ 33.94%
G 122 of 495 ~ 24.65%
B 205 of 495 ~ 41.41%

%33.94
%24.65
%41.41

CMYK color model

#A87ACD color CMYK value is (18,40,0,20).

  • cyan value is 18.05%
  • magenta value is 40.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,40,0,20)
C18M40Y0K20 
(18%,40%,0%,20%)
(0.18/0.40/0.00/0.20)	

CMYK percentages

%18.05
%40.49
%0
%19.61

Codes

Color #A87ACD in popluar color models

A87ACD
RGB168122205
HSL273°45.36%64.12%
HSB/HSV273°40.49%80.39%
CMYK18.05%40.49%0.00%
19.61%

Color #A87ACD in popluar number systems.

HEXA87ACD
Decimal168122205
Binary10101000111101011001101
Octal250172315

Shades and tints

Shades of #A87ACD

#A87ACD
(168,122,205)
#996FBB
(153,111,187)
#8A64A9
(138,100,169)
#7B5997
(123,89,151)
#6C4E85
(108,78,133)
#5D4373
(93,67,115)
#4E3861
(78,56,97)
#3F2D4F
(63,45,79)
#30223D
(48,34,61)
#21172B
(33,23,43)
#120C19
(18,12,25)
#000000
(0,0,0)

Tints of #A87ACD

#A87ACD
(168,122,205)
#AF86D1
(175,134,209)
#B692D5
(182,146,213)
#BD9ED9
(189,158,217)
#C4AADD
(196,170,221)
#CBB6E1
(203,182,225)
#D2C2E5
(210,194,229)
#D9CEE9
(217,206,233)
#E0DAED
(224,218,237)
#E7E6F1
(231,230,241)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87ACD color. Also use rgb(168,122,205) instead hex code.

Text Font Color

.myTextColor { color: #A87ACD; }

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

This text font color is #A87ACD.


Background Color

.myBgColor { background-color: #A87ACD; }

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

This div background color is #A87ACD.


Border color

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

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

This div border color is #A87ACD.


Opacity

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

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

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

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

This text has shadow with #A87ACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87ACD on black background.


Color preview on white background

This text has color #A87ACD on white background.



Black color preview on #A87ACD background

This text has black color on #A87ACD background.


White color preview on #A87ACD background

This text has white color on #A87ACD background.