COLOR #A087FE

HEX: #A087FE
RGB: (160,135,254)

Color info

#A087FE contains mainly blue color. Web safe color of #A087FE is #9999FF (or #99F).

RGB color model

#A087FE color RGB value is (160,135,254).

  • red value is 160;
  • green value is 135;
  • blue value is 254.
RGB:
(160,135,254)
(63%,53%,100%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 254 of 255 = 100%

160
135
254

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 254 = 549 (100%)
R 160 of 549 ~ 29.14%
G 135 of 549 ~ 24.59%
B 254 of 549 ~ 46.27%

%29.14
%24.59
%46.27

CMYK color model

#A087FE color CMYK value is (37,47,0,0).

  • cyan value is 37.01%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(37,47,0,0)
C37M47Y0K0 
(37%,47%,0%,0%)
(0.37/0.47/0.00/0.00)	

CMYK percentages

%37.01
%46.85
%0
%0.39

Codes

Color #A087FE in popluar color models

A087FE
RGB160135254
HSL253°98.35%76.27%
HSB/HSV253°46.85%99.61%
CMYK37.01%46.85%0.00%
0.39%

Color #A087FE in popluar number systems.

HEXA087FE
Decimal160135254
Binary101000001000011111111110
Octal240207376

Shades and tints

Shades of #A087FE

#A087FE
(160,135,254)
#927BE7
(146,123,231)
#846FD0
(132,111,208)
#7663B9
(118,99,185)
#6857A2
(104,87,162)
#5A4B8B
(90,75,139)
#4C3F74
(76,63,116)
#3E335D
(62,51,93)
#302746
(48,39,70)
#221B2F
(34,27,47)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #A087FE

#A087FE
(160,135,254)
#A891FE
(168,145,254)
#B09BFE
(176,155,254)
#B8A5FE
(184,165,254)
#C0AFFE
(192,175,254)
#C8B9FE
(200,185,254)
#D0C3FE
(208,195,254)
#D8CDFE
(216,205,254)
#E0D7FE
(224,215,254)
#E8E1FE
(232,225,254)
#F0EBFE
(240,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A087FE color. Also use rgb(160,135,254) instead hex code.

Text Font Color

.myTextColor { color: #A087FE; }

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

This text font color is #A087FE.


Background Color

.myBgColor { background-color: #A087FE; }

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

This div background color is #A087FE.


Border color

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

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

This div border color is #A087FE.


Opacity

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

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

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

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

This text has shadow with #A087FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A087FE on black background.


Color preview on white background

This text has color #A087FE on white background.



Black color preview on #A087FE background

This text has black color on #A087FE background.


White color preview on #A087FE background

This text has white color on #A087FE background.