COLOR #A087C6

HEX: #A087C6
RGB: (160,135,198)

Color info

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

RGB color model

#A087C6 color RGB value is (160,135,198).

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

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 198 of 255 = 78%

160
135
198

R + G + B ~ 65%. #A087C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 198 = 493 (100%)
R 160 of 493 ~ 32.45%
G 135 of 493 ~ 27.38%
B 198 of 493 ~ 40.16%

%32.45
%27.38
%40.16

CMYK color model

#A087C6 color CMYK value is (19,32,0,22).

  • cyan value is 19.19%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,32,0,22)
C19M32Y0K22 
(19%,32%,0%,22%)
(0.19/0.32/0.00/0.22)	

CMYK percentages

%19.19
%31.82
%0
%22.35

Codes

Color #A087C6 in popluar color models

A087C6
RGB160135198
HSL264°35.59%65.29%
HSB/HSV264°31.82%77.65%
CMYK19.19%31.82%0.00%
22.35%

Color #A087C6 in popluar number systems.

HEXA087C6
Decimal160135198
Binary101000001000011111000110
Octal240207306

Shades and tints

Shades of #A087C6

#A087C6
(160,135,198)
#927BB4
(146,123,180)
#846FA2
(132,111,162)
#766390
(118,99,144)
#68577E
(104,87,126)
#5A4B6C
(90,75,108)
#4C3F5A
(76,63,90)
#3E3348
(62,51,72)
#302736
(48,39,54)
#221B24
(34,27,36)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A087C6

#A087C6
(160,135,198)
#A891CB
(168,145,203)
#B09BD0
(176,155,208)
#B8A5D5
(184,165,213)
#C0AFDA
(192,175,218)
#C8B9DF
(200,185,223)
#D0C3E4
(208,195,228)
#D8CDE9
(216,205,233)
#E0D7EE
(224,215,238)
#E8E1F3
(232,225,243)
#F0EBF8
(240,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A087C6; }

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

This text font color is #A087C6.


Background Color

.myBgColor { background-color: #A087C6; }

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

This div background color is #A087C6.


Border color

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

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

This div border color is #A087C6.


Opacity

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

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

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

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

This text has shadow with #A087C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A087C6 on black background.


Color preview on white background

This text has color #A087C6 on white background.



Black color preview on #A087C6 background

This text has black color on #A087C6 background.


White color preview on #A087C6 background

This text has white color on #A087C6 background.