COLOR #A787D8

HEX: #A787D8
RGB: (167,135,216)

Color info

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

RGB color model

#A787D8 color RGB value is (167,135,216).

  • red value is 167;
  • green value is 135;
  • blue value is 216.
RGB:
(167,135,216)
(65%,53%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 216 of 255 = 85%

167
135
216

R + G + B ~ 68%. #A787D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 216 = 518 (100%)
R 167 of 518 ~ 32.24%
G 135 of 518 ~ 26.06%
B 216 of 518 ~ 41.7%

%32.24
%26.06
%41.7

CMYK color model

#A787D8 color CMYK value is (23,38,0,15).

  • cyan value is 22.69%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(23,38,0,15)
C23M38Y0K15 
(23%,38%,0%,15%)
(0.23/0.38/0.00/0.15)	

CMYK percentages

%22.69
%37.5
%0
%15.29

Codes

Color #A787D8 in popluar color models

A787D8
RGB167135216
HSL264°50.94%68.82%
HSB/HSV264°37.50%84.71%
CMYK22.69%37.50%0.00%
15.29%

Color #A787D8 in popluar number systems.

HEXA787D8
Decimal167135216
Binary101001111000011111011000
Octal247207330

Shades and tints

Shades of #A787D8

#A787D8
(167,135,216)
#987BC5
(152,123,197)
#896FB2
(137,111,178)
#7A639F
(122,99,159)
#6B578C
(107,87,140)
#5C4B79
(92,75,121)
#4D3F66
(77,63,102)
#3E3353
(62,51,83)
#2F2740
(47,39,64)
#201B2D
(32,27,45)
#110F1A
(17,15,26)
#000000
(0,0,0)

Tints of #A787D8

#A787D8
(167,135,216)
#AF91DB
(175,145,219)
#B79BDE
(183,155,222)
#BFA5E1
(191,165,225)
#C7AFE4
(199,175,228)
#CFB9E7
(207,185,231)
#D7C3EA
(215,195,234)
#DFCDED
(223,205,237)
#E7D7F0
(231,215,240)
#EFE1F3
(239,225,243)
#F7EBF6
(247,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A787D8 color. Also use rgb(167,135,216) instead hex code.

Text Font Color

.myTextColor { color: #A787D8; }

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

This text font color is #A787D8.


Background Color

.myBgColor { background-color: #A787D8; }

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

This div background color is #A787D8.


Border color

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

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

This div border color is #A787D8.


Opacity

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

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

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

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

This text has shadow with #A787D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A787D8 on black background.


Color preview on white background

This text has color #A787D8 on white background.



Black color preview on #A787D8 background

This text has black color on #A787D8 background.


White color preview on #A787D8 background

This text has white color on #A787D8 background.