COLOR #A28ABE

HEX: #A28ABE RGB: (162,138,190)

Color info

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

RGB color model

#A28ABE color RGB value is (162,138,190).

RGB: (162,138,190) (64%, 54%, 75%)

RGB channels and saturation

R 162 of 255 = 64%
G 138 of 255 = 54%
B 190 of 255 = 75%

162
138
190

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

Portions of RGB colors in percentages

R + G + B = 162 + 138 + 190 = 490 (100%)
R 162 of 490 ~ 33.06%
G 138 of 490 ~ 28.16%
B 190 of 490 ~ 38.78'%

%33.06
%28.16
%38.78

CMYK color model

#A28ABE color CMYK value is (15,27,0,25).

  • cyan value is 14.74%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (15,27,0,25)
C15M27Y0K25 (15%, 27%, 0%, 25%)
(0.15 / 0.27 / 0.00 / 0.25)

CMYK percentages

%14.74
%27.37
%0
%25.49

Codes

Color #A28ABE in popluar color models

A2 8A BE
RGB 162 138 190
HSL 268° 28.57% 64.31%
HSB/HSV 268° 27.37% 74.51%
CMYK 14.74% 27.37% 0.00%
25.49%

Color #A28ABE in popluar number systems.

HEX A2 8A BE
Decimal 162 138 190
Binary 10100010 10001010 10111110
Octal 242 212 276

Shades and tints

Shades of #A28ABE

#A28ABE
(162,138,190)
#947EAD
(148,126,173)
#86729C
(134,114,156)
#78668B
(120,102,139)
#6A5A7A
(106,90,122)
#5C4E69
(92,78,105)
#4E4258
(78,66,88)
#403647
(64,54,71)
#322A36
(50,42,54)
#241E25
(36,30,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #A28ABE

#A28ABE
(162,138,190)
#AA94C3
(170,148,195)
#B29EC8
(178,158,200)
#BAA8CD
(186,168,205)
#C2B2D2
(194,178,210)
#CABCD7
(202,188,215)
#D2C6DC
(210,198,220)
#DAD0E1
(218,208,225)
#E2DAE6
(226,218,230)
#EAE4EB
(234,228,235)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A28ABE; }

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

This text font color is #A28ABE.

Background Color

.myBgColor { background-color: #A28ABE; }

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

This div background color is #A28ABE.

Border color

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

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

This div border color is #A28ABE.

Opacity

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

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

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

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

This text has shadow with #A28ABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28ABE.

Preview

Color preview on black background

This text has color #A28ABE on black background.


Color preview on white background

This text has color #A28ABE on white background.


Black color preview on #A28ABE background

This text has black color on #A28ABE background.


White color preview on #A28ABE background

This text has white color on #A28ABE background.


Related colors

Complementary color

Complementary color for #hex is #5D7541.


I love getcolorcode.com

Triadic colors

1 #BEA28A and #8ABEA2 with #A28ABE are triadic colors.

2 #BE8AA2 and #8AA2BE with #A28ABE are triadic colors.