COLOR #A87FFF

HEX: #A87FFF
RGB: (168,127,255)

Color info

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

RGB color model

#A87FFF color RGB value is (168,127,255).

  • red value is 168;
  • green value is 127;
  • blue value is 255.
RGB:
(168,127,255)
(66%,50%,100%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 255 of 255 = 100%

168
127
255

R + G + B ~ 72%. #A87FFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 127 + 255 = 550 (100%)
R 168 of 550 ~ 30.55%
G 127 of 550 ~ 23.09%
B 255 of 550 ~ 46.36%

%30.55
%23.09
%46.36

CMYK color model

#A87FFF color CMYK value is (34,50,0,0).

  • cyan value is 34.12%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(34,50,0,0)
C34M50Y0K0 
(34%,50%,0%,0%)
(0.34/0.50/0.00/0.00)	

CMYK percentages

%34.12
%50.2
%0
%0

Codes

Color #A87FFF in popluar color models

A87FFF
RGB168127255
HSL259°100.00%74.90%
HSB/HSV259°50.20%100.00%
CMYK34.12%50.20%0.00%
0.00%

Color #A87FFF in popluar number systems.

HEXA87FFF
Decimal168127255
Binary10101000111111111111111
Octal250177377

Shades and tints

Shades of #A87FFF

#A87FFF
(168,127,255)
#9974E8
(153,116,232)
#8A69D1
(138,105,209)
#7B5EBA
(123,94,186)
#6C53A3
(108,83,163)
#5D488C
(93,72,140)
#4E3D75
(78,61,117)
#3F325E
(63,50,94)
#302747
(48,39,71)
#211C30
(33,28,48)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #A87FFF

#A87FFF
(168,127,255)
#AF8AFF
(175,138,255)
#B695FF
(182,149,255)
#BDA0FF
(189,160,255)
#C4ABFF
(196,171,255)
#CBB6FF
(203,182,255)
#D2C1FF
(210,193,255)
#D9CCFF
(217,204,255)
#E0D7FF
(224,215,255)
#E7E2FF
(231,226,255)
#EEEDFF
(238,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87FFF color. Also use rgb(168,127,255) instead hex code.

Text Font Color

.myTextColor { color: #A87FFF; }

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

This text font color is #A87FFF.


Background Color

.myBgColor { background-color: #A87FFF; }

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

This div background color is #A87FFF.


Border color

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

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

This div border color is #A87FFF.


Opacity

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

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

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

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

This text has shadow with #A87FFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87FFF on black background.


Color preview on white background

This text has color #A87FFF on white background.



Black color preview on #A87FFF background

This text has black color on #A87FFF background.


White color preview on #A87FFF background

This text has white color on #A87FFF background.