COLOR #A287BB

HEX: #A287BB
RGB: (162,135,187)

Color info

#A287BB contains red, green and blue colors in about the same proportion. Web safe color of #A287BB is #9999CC (or #99C).

RGB color model

#A287BB color RGB value is (162,135,187).

  • red value is 162;
  • green value is 135;
  • blue value is 187.
RGB:
(162,135,187)
(64%,53%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 135 of 255 = 53%
B 187 of 255 = 73%

162
135
187

R + G + B ~ 63%. #A287BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 135 + 187 = 484 (100%)
R 162 of 484 ~ 33.47%
G 135 of 484 ~ 27.89%
B 187 of 484 ~ 38.64%

%33.47
%27.89
%38.64

CMYK color model

#A287BB color CMYK value is (13,28,0,27).

  • cyan value is 13.37%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,28,0,27)
C13M28Y0K27 
(13%,28%,0%,27%)
(0.13/0.28/0.00/0.27)	

CMYK percentages

%13.37
%27.81
%0
%26.67

Codes

Color #A287BB in popluar color models

A287BB
RGB162135187
HSL271°27.66%63.14%
HSB/HSV271°27.81%73.33%
CMYK13.37%27.81%0.00%
26.67%

Color #A287BB in popluar number systems.

HEXA287BB
Decimal162135187
Binary101000101000011110111011
Octal242207273

Shades and tints

Shades of #A287BB

#A287BB
(162,135,187)
#947BAA
(148,123,170)
#866F99
(134,111,153)
#786388
(120,99,136)
#6A5777
(106,87,119)
#5C4B66
(92,75,102)
#4E3F55
(78,63,85)
#403344
(64,51,68)
#322733
(50,39,51)
#241B22
(36,27,34)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A287BB

#A287BB
(162,135,187)
#AA91C1
(170,145,193)
#B29BC7
(178,155,199)
#BAA5CD
(186,165,205)
#C2AFD3
(194,175,211)
#CAB9D9
(202,185,217)
#D2C3DF
(210,195,223)
#DACDE5
(218,205,229)
#E2D7EB
(226,215,235)
#EAE1F1
(234,225,241)
#F2EBF7
(242,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A287BB color. Also use rgb(162,135,187) instead hex code.

Text Font Color

.myTextColor { color: #A287BB; }

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

This text font color is #A287BB.


Background Color

.myBgColor { background-color: #A287BB; }

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

This div background color is #A287BB.


Border color

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

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

This div border color is #A287BB.


Opacity

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

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

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

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

This text has shadow with #A287BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A287BB on black background.


Color preview on white background

This text has color #A287BB on white background.



Black color preview on #A287BB background

This text has black color on #A287BB background.


White color preview on #A287BB background

This text has white color on #A287BB background.