COLOR #A28AB8

HEX: #A28AB8
RGB: (162,138,184)

Color info

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

RGB color model

#A28AB8 color RGB value is (162,138,184).

  • red value is 162;
  • green value is 138;
  • blue value is 184.
RGB:
(162,138,184)
(64%,54%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 138 of 255 = 54%
B 184 of 255 = 72%

162
138
184

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

Portions of RGB colors in percentages

R + G + B =
162 + 138 + 184 = 484 (100%)
R 162 of 484 ~ 33.47%
G 138 of 484 ~ 28.51%
B 184 of 484 ~ 38.02%

%33.47
%28.51
%38.02

CMYK color model

#A28AB8 color CMYK value is (12,25,0,28).

  • cyan value is 11.96%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(12,25,0,28)
C12M25Y0K28 
(12%,25%,0%,28%)
(0.12/0.25/0.00/0.28)	

CMYK percentages

%11.96
%25
%0
%27.84

Codes

Color #A28AB8 in popluar color models

A28AB8
RGB162138184
HSL271°24.47%63.14%
HSB/HSV271°25.00%72.16%
CMYK11.96%25.00%0.00%
27.84%

Color #A28AB8 in popluar number systems.

HEXA28AB8
Decimal162138184
Binary101000101000101010111000
Octal242212270

Shades and tints

Shades of #A28AB8

#A28AB8
(162,138,184)
#947EA8
(148,126,168)
#867298
(134,114,152)
#786688
(120,102,136)
#6A5A78
(106,90,120)
#5C4E68
(92,78,104)
#4E4258
(78,66,88)
#403648
(64,54,72)
#322A38
(50,42,56)
#241E28
(36,30,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #A28AB8

#A28AB8
(162,138,184)
#AA94BE
(170,148,190)
#B29EC4
(178,158,196)
#BAA8CA
(186,168,202)
#C2B2D0
(194,178,208)
#CABCD6
(202,188,214)
#D2C6DC
(210,198,220)
#DAD0E2
(218,208,226)
#E2DAE8
(226,218,232)
#EAE4EE
(234,228,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28AB8 color. Also use rgb(162,138,184) instead hex code.

Text Font Color

.myTextColor { color: #A28AB8; }

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

This text font color is #A28AB8.


Background Color

.myBgColor { background-color: #A28AB8; }

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

This div background color is #A28AB8.


Border color

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

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

This div border color is #A28AB8.


Opacity

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

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

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

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

This text has shadow with #A28AB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28AB8 on black background.


Color preview on white background

This text has color #A28AB8 on white background.



Black color preview on #A28AB8 background

This text has black color on #A28AB8 background.


White color preview on #A28AB8 background

This text has white color on #A28AB8 background.