COLOR #A284B7

HEX: #A284B7
RGB: (162,132,183)

Color info

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

RGB color model

#A284B7 color RGB value is (162,132,183).

  • red value is 162;
  • green value is 132;
  • blue value is 183.
RGB:
(162,132,183)
(64%,52%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 132 of 255 = 52%
B 183 of 255 = 72%

162
132
183

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

Portions of RGB colors in percentages

R + G + B =
162 + 132 + 183 = 477 (100%)
R 162 of 477 ~ 33.96%
G 132 of 477 ~ 27.67%
B 183 of 477 ~ 38.36%

%33.96
%27.67
%38.36

CMYK color model

#A284B7 color CMYK value is (11,28,0,28).

  • cyan value is 11.48%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,28,0,28)
C11M28Y0K28 
(11%,28%,0%,28%)
(0.11/0.28/0.00/0.28)	

CMYK percentages

%11.48
%27.87
%0
%28.24

Codes

Color #A284B7 in popluar color models

A284B7
RGB162132183
HSL275°26.15%61.76%
HSB/HSV275°27.87%71.76%
CMYK11.48%27.87%0.00%
28.24%

Color #A284B7 in popluar number systems.

HEXA284B7
Decimal162132183
Binary101000101000010010110111
Octal242204267

Shades and tints

Shades of #A284B7

#A284B7
(162,132,183)
#9478A7
(148,120,167)
#866C97
(134,108,151)
#786087
(120,96,135)
#6A5477
(106,84,119)
#5C4867
(92,72,103)
#4E3C57
(78,60,87)
#403047
(64,48,71)
#322437
(50,36,55)
#241827
(36,24,39)
#160C17
(22,12,23)
#000000
(0,0,0)

Tints of #A284B7

#A284B7
(162,132,183)
#AA8FBD
(170,143,189)
#B29AC3
(178,154,195)
#BAA5C9
(186,165,201)
#C2B0CF
(194,176,207)
#CABBD5
(202,187,213)
#D2C6DB
(210,198,219)
#DAD1E1
(218,209,225)
#E2DCE7
(226,220,231)
#EAE7ED
(234,231,237)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A284B7 color. Also use rgb(162,132,183) instead hex code.

Text Font Color

.myTextColor { color: #A284B7; }

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

This text font color is #A284B7.


Background Color

.myBgColor { background-color: #A284B7; }

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

This div background color is #A284B7.


Border color

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

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

This div border color is #A284B7.


Opacity

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

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

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

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

This text has shadow with #A284B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A284B7 on black background.


Color preview on white background

This text has color #A284B7 on white background.



Black color preview on #A284B7 background

This text has black color on #A284B7 background.


White color preview on #A284B7 background

This text has white color on #A284B7 background.