COLOR #A28ABB

HEX: #A28ABB
RGB: (162,138,187)

Color info

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

RGB color model

#A28ABB color RGB value is (162,138,187).

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

RGB channels and saturation

R 162 of 255 = 64%
G 138 of 255 = 54%
B 187 of 255 = 73%

162
138
187

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

Portions of RGB colors in percentages

R + G + B =
162 + 138 + 187 = 487 (100%)
R 162 of 487 ~ 33.26%
G 138 of 487 ~ 28.34%
B 187 of 487 ~ 38.4%

%33.26
%28.34
%38.4

CMYK color model

#A28ABB color CMYK value is (13,26,0,27).

  • cyan value is 13.37%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,26,0,27)
C13M26Y0K27 
(13%,26%,0%,27%)
(0.13/0.26/0.00/0.27)	

CMYK percentages

%13.37
%26.2
%0
%26.67

Codes

Color #A28ABB in popluar color models

A28ABB
RGB162138187
HSL269°26.49%63.73%
HSB/HSV269°26.20%73.33%
CMYK13.37%26.20%0.00%
26.67%

Color #A28ABB in popluar number systems.

HEXA28ABB
Decimal162138187
Binary101000101000101010111011
Octal242212273

Shades and tints

Shades of #A28ABB

#A28ABB
(162,138,187)
#947EAA
(148,126,170)
#867299
(134,114,153)
#786688
(120,102,136)
#6A5A77
(106,90,119)
#5C4E66
(92,78,102)
#4E4255
(78,66,85)
#403644
(64,54,68)
#322A33
(50,42,51)
#241E22
(36,30,34)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #A28ABB

#A28ABB
(162,138,187)
#AA94C1
(170,148,193)
#B29EC7
(178,158,199)
#BAA8CD
(186,168,205)
#C2B2D3
(194,178,211)
#CABCD9
(202,188,217)
#D2C6DF
(210,198,223)
#DAD0E5
(218,208,229)
#E2DAEB
(226,218,235)
#EAE4F1
(234,228,241)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28ABB; }

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

This text font color is #A28ABB.


Background Color

.myBgColor { background-color: #A28ABB; }

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

This div background color is #A28ABB.


Border color

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

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

This div border color is #A28ABB.


Opacity

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

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

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

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

This text has shadow with #A28ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28ABB on black background.


Color preview on white background

This text has color #A28ABB on white background.



Black color preview on #A28ABB background

This text has black color on #A28ABB background.


White color preview on #A28ABB background

This text has white color on #A28ABB background.