COLOR #A087D1

HEX: #A087D1
RGB: (160,135,209)

Color info

#A087D1 contains mainly red and blue colors. Web safe color of #A087D1 is #9999CC (or #99C).

RGB color model

#A087D1 color RGB value is (160,135,209).

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

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 209 of 255 = 82%

160
135
209

R + G + B ~ 66%. #A087D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 209 = 504 (100%)
R 160 of 504 ~ 31.75%
G 135 of 504 ~ 26.79%
B 209 of 504 ~ 41.47%

%31.75
%26.79
%41.47

CMYK color model

#A087D1 color CMYK value is (23,35,0,18).

  • cyan value is 23.44%
  • magenta value is 35.41%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(23,35,0,18)
C23M35Y0K18 
(23%,35%,0%,18%)
(0.23/0.35/0.00/0.18)	

CMYK percentages

%23.44
%35.41
%0
%18.04

Codes

Color #A087D1 in popluar color models

A087D1
RGB160135209
HSL260°44.58%67.45%
HSB/HSV260°35.41%81.96%
CMYK23.44%35.41%0.00%
18.04%

Color #A087D1 in popluar number systems.

HEXA087D1
Decimal160135209
Binary101000001000011111010001
Octal240207321

Shades and tints

Shades of #A087D1

#A087D1
(160,135,209)
#927BBE
(146,123,190)
#846FAB
(132,111,171)
#766398
(118,99,152)
#685785
(104,87,133)
#5A4B72
(90,75,114)
#4C3F5F
(76,63,95)
#3E334C
(62,51,76)
#302739
(48,39,57)
#221B26
(34,27,38)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A087D1

#A087D1
(160,135,209)
#A891D5
(168,145,213)
#B09BD9
(176,155,217)
#B8A5DD
(184,165,221)
#C0AFE1
(192,175,225)
#C8B9E5
(200,185,229)
#D0C3E9
(208,195,233)
#D8CDED
(216,205,237)
#E0D7F1
(224,215,241)
#E8E1F5
(232,225,245)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A087D1; }

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

This text font color is #A087D1.


Background Color

.myBgColor { background-color: #A087D1; }

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

This div background color is #A087D1.


Border color

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

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

This div border color is #A087D1.


Opacity

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

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

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

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

This text has shadow with #A087D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A087D1 on black background.


Color preview on white background

This text has color #A087D1 on white background.



Black color preview on #A087D1 background

This text has black color on #A087D1 background.


White color preview on #A087D1 background

This text has white color on #A087D1 background.