COLOR #A087EB

HEX: #A087EB
RGB: (160,135,235)

Color info

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

RGB color model

#A087EB color RGB value is (160,135,235).

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

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 235 of 255 = 92%

160
135
235

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 235 = 530 (100%)
R 160 of 530 ~ 30.19%
G 135 of 530 ~ 25.47%
B 235 of 530 ~ 44.34%

%30.19
%25.47
%44.34

CMYK color model

#A087EB color CMYK value is (32,43,0,8).

  • cyan value is 31.91%
  • magenta value is 42.55%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,43,0,8)
C32M43Y0K8 
(32%,43%,0%,8%)
(0.32/0.43/0.00/0.08)	

CMYK percentages

%31.91
%42.55
%0
%7.84

Codes

Color #A087EB in popluar color models

A087EB
RGB160135235
HSL255°71.43%72.55%
HSB/HSV255°42.55%92.16%
CMYK31.91%42.55%0.00%
7.84%

Color #A087EB in popluar number systems.

HEXA087EB
Decimal160135235
Binary101000001000011111101011
Octal240207353

Shades and tints

Shades of #A087EB

#A087EB
(160,135,235)
#927BD6
(146,123,214)
#846FC1
(132,111,193)
#7663AC
(118,99,172)
#685797
(104,87,151)
#5A4B82
(90,75,130)
#4C3F6D
(76,63,109)
#3E3358
(62,51,88)
#302743
(48,39,67)
#221B2E
(34,27,46)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #A087EB

#A087EB
(160,135,235)
#A891EC
(168,145,236)
#B09BED
(176,155,237)
#B8A5EE
(184,165,238)
#C0AFEF
(192,175,239)
#C8B9F0
(200,185,240)
#D0C3F1
(208,195,241)
#D8CDF2
(216,205,242)
#E0D7F3
(224,215,243)
#E8E1F4
(232,225,244)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A087EB; }

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

This text font color is #A087EB.


Background Color

.myBgColor { background-color: #A087EB; }

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

This div background color is #A087EB.


Border color

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

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

This div border color is #A087EB.


Opacity

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

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

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

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

This text has shadow with #A087EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A087EB on black background.


Color preview on white background

This text has color #A087EB on white background.



Black color preview on #A087EB background

This text has black color on #A087EB background.


White color preview on #A087EB background

This text has white color on #A087EB background.