COLOR #A28CBA

HEX: #A28CBA
RGB: (162,140,186)

Color info

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

RGB color model

#A28CBA color RGB value is (162,140,186).

  • red value is 162;
  • green value is 140;
  • blue value is 186.
RGB:
(162,140,186)
(64%,55%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 140 of 255 = 55%
B 186 of 255 = 73%

162
140
186

R + G + B ~ 64%. #A28CBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 140 + 186 = 488 (100%)
R 162 of 488 ~ 33.2%
G 140 of 488 ~ 28.69%
B 186 of 488 ~ 38.11%

%33.2
%28.69
%38.11

CMYK color model

#A28CBA color CMYK value is (13,25,0,27).

  • cyan value is 12.90%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(13,25,0,27)
C13M25Y0K27 
(13%,25%,0%,27%)
(0.13/0.25/0.00/0.27)	

CMYK percentages

%12.9
%24.73
%0
%27.06

Codes

Color #A28CBA in popluar color models

A28CBA
RGB162140186
HSL269°25.00%63.92%
HSB/HSV269°24.73%72.94%
CMYK12.90%24.73%0.00%
27.06%

Color #A28CBA in popluar number systems.

HEXA28CBA
Decimal162140186
Binary101000101000110010111010
Octal242214272

Shades and tints

Shades of #A28CBA

#A28CBA
(162,140,186)
#9480AA
(148,128,170)
#86749A
(134,116,154)
#78688A
(120,104,138)
#6A5C7A
(106,92,122)
#5C506A
(92,80,106)
#4E445A
(78,68,90)
#40384A
(64,56,74)
#322C3A
(50,44,58)
#24202A
(36,32,42)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #A28CBA

#A28CBA
(162,140,186)
#AA96C0
(170,150,192)
#B2A0C6
(178,160,198)
#BAAACC
(186,170,204)
#C2B4D2
(194,180,210)
#CABED8
(202,190,216)
#D2C8DE
(210,200,222)
#DAD2E4
(218,210,228)
#E2DCEA
(226,220,234)
#EAE6F0
(234,230,240)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28CBA color. Also use rgb(162,140,186) instead hex code.

Text Font Color

.myTextColor { color: #A28CBA; }

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

This text font color is #A28CBA.


Background Color

.myBgColor { background-color: #A28CBA; }

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

This div background color is #A28CBA.


Border color

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

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

This div border color is #A28CBA.


Opacity

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

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

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

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

This text has shadow with #A28CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28CBA on black background.


Color preview on white background

This text has color #A28CBA on white background.



Black color preview on #A28CBA background

This text has black color on #A28CBA background.


White color preview on #A28CBA background

This text has white color on #A28CBA background.