COLOR #A87EF0

HEX: #A87EF0
RGB: (168,126,240)

Color info

#A87EF0 contains mainly blue color. Web safe color of #A87EF0 is #9966FF (or #96F).

RGB color model

#A87EF0 color RGB value is (168,126,240).

  • red value is 168;
  • green value is 126;
  • blue value is 240.
RGB:
(168,126,240)
(66%,49%,94%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 240 of 255 = 94%

168
126
240

R + G + B ~ 70%. #A87EF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 240 = 534 (100%)
R 168 of 534 ~ 31.46%
G 126 of 534 ~ 23.6%
B 240 of 534 ~ 44.94%

%31.46
%23.6
%44.94

CMYK color model

#A87EF0 color CMYK value is (30,48,0,6).

  • cyan value is 30.00%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(30,48,0,6)
C30M48Y0K6 
(30%,48%,0%,6%)
(0.30/0.48/0.00/0.06)	

CMYK percentages

%30
%47.5
%0
%5.88

Codes

Color #A87EF0 in popluar color models

A87EF0
RGB168126240
HSL262°79.17%71.76%
HSB/HSV262°47.50%94.12%
CMYK30.00%47.50%0.00%
5.88%

Color #A87EF0 in popluar number systems.

HEXA87EF0
Decimal168126240
Binary10101000111111011110000
Octal250176360

Shades and tints

Shades of #A87EF0

#A87EF0
(168,126,240)
#9973DB
(153,115,219)
#8A68C6
(138,104,198)
#7B5DB1
(123,93,177)
#6C529C
(108,82,156)
#5D4787
(93,71,135)
#4E3C72
(78,60,114)
#3F315D
(63,49,93)
#302648
(48,38,72)
#211B33
(33,27,51)
#12101E
(18,16,30)
#000000
(0,0,0)

Tints of #A87EF0

#A87EF0
(168,126,240)
#AF89F1
(175,137,241)
#B694F2
(182,148,242)
#BD9FF3
(189,159,243)
#C4AAF4
(196,170,244)
#CBB5F5
(203,181,245)
#D2C0F6
(210,192,246)
#D9CBF7
(217,203,247)
#E0D6F8
(224,214,248)
#E7E1F9
(231,225,249)
#EEECFA
(238,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87EF0 color. Also use rgb(168,126,240) instead hex code.

Text Font Color

.myTextColor { color: #A87EF0; }

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

This text font color is #A87EF0.


Background Color

.myBgColor { background-color: #A87EF0; }

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

This div background color is #A87EF0.


Border color

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

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

This div border color is #A87EF0.


Opacity

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

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

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

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

This text has shadow with #A87EF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87EF0 on black background.


Color preview on white background

This text has color #A87EF0 on white background.



Black color preview on #A87EF0 background

This text has black color on #A87EF0 background.


White color preview on #A87EF0 background

This text has white color on #A87EF0 background.