COLOR #A787E6

HEX: #A787E6
RGB: (167,135,230)

Color info

#A787E6 contains mainly blue color. Web safe color of #A787E6 is #9999CC (or #99C).

RGB color model

#A787E6 color RGB value is (167,135,230).

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

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 230 of 255 = 90%

167
135
230

R + G + B ~ 69%. #A787E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 230 = 532 (100%)
R 167 of 532 ~ 31.39%
G 135 of 532 ~ 25.38%
B 230 of 532 ~ 43.23%

%31.39
%25.38
%43.23

CMYK color model

#A787E6 color CMYK value is (27,41,0,10).

  • cyan value is 27.39%
  • magenta value is 41.30%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,41,0,10)
C27M41Y0K10 
(27%,41%,0%,10%)
(0.27/0.41/0.00/0.10)	

CMYK percentages

%27.39
%41.3
%0
%9.8

Codes

Color #A787E6 in popluar color models

A787E6
RGB167135230
HSL260°65.52%71.57%
HSB/HSV260°41.30%90.20%
CMYK27.39%41.30%0.00%
9.80%

Color #A787E6 in popluar number systems.

HEXA787E6
Decimal167135230
Binary101001111000011111100110
Octal247207346

Shades and tints

Shades of #A787E6

#A787E6
(167,135,230)
#987BD2
(152,123,210)
#896FBE
(137,111,190)
#7A63AA
(122,99,170)
#6B5796
(107,87,150)
#5C4B82
(92,75,130)
#4D3F6E
(77,63,110)
#3E335A
(62,51,90)
#2F2746
(47,39,70)
#201B32
(32,27,50)
#110F1E
(17,15,30)
#000000
(0,0,0)

Tints of #A787E6

#A787E6
(167,135,230)
#AF91E8
(175,145,232)
#B79BEA
(183,155,234)
#BFA5EC
(191,165,236)
#C7AFEE
(199,175,238)
#CFB9F0
(207,185,240)
#D7C3F2
(215,195,242)
#DFCDF4
(223,205,244)
#E7D7F6
(231,215,246)
#EFE1F8
(239,225,248)
#F7EBFA
(247,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A787E6; }

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

This text font color is #A787E6.


Background Color

.myBgColor { background-color: #A787E6; }

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

This div background color is #A787E6.


Border color

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

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

This div border color is #A787E6.


Opacity

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

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

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

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

This text has shadow with #A787E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A787E6 on black background.


Color preview on white background

This text has color #A787E6 on white background.



Black color preview on #A787E6 background

This text has black color on #A787E6 background.


White color preview on #A787E6 background

This text has white color on #A787E6 background.