COLOR #A48EB2

HEX: #A48EB2 RGB: (164,142,178)

Color info

#A48EB2 contains red, green and blue colors in about the same proportion. Web safe color of #A48EB2 is #999999 (or #999).

RGB color model

#A48EB2 color RGB value is (164,142,178).

RGB: (164,142,178) (64%, 56%, 70%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 178 of 255 = 70%

164
142
178

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 178 = 484 (100%)
R 164 of 484 ~ 33.88%
G 142 of 484 ~ 29.34%
B 178 of 484 ~ 36.78'%

%33.88
%29.34
%36.78

CMYK color model

#A48EB2 color CMYK value is (8,20,0,30).

  • cyan value is 7.87%
  • magenta value is 20.22%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (8,20,0,30) C8M20Y0K30 (8%,20%,0%,30%) (0.08/0.20/0.00/0.30) 

CMYK percentages

%7.87
%20.22
%0
%30.2

Codes

Color #A48EB2 in popluar color models

A4 8E B2
RGB 164 142 178
HSL 277° 18.95% 62.75%
HSB/HSV 277° 20.22% 69.80%
CMYK 7.87% 20.22% 0.00%
30.20%

Color #A48EB2 in popluar number systems.

HEX A4 8E B2
Decimal 164 142 178
Binary 10100100 10001110 10110010
Octal 244 216 262

Shades and tints

Shades of #A48EB2

#A48EB2
(164,142,178)
#9682A2
(150,130,162)
#887692
(136,118,146)
#7A6A82
(122,106,130)
#6C5E72
(108,94,114)
#5E5262
(94,82,98)
#504652
(80,70,82)
#423A42
(66,58,66)
#342E32
(52,46,50)
#262222
(38,34,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A48EB2

#A48EB2
(164,142,178)
#AC98B9
(172,152,185)
#B4A2C0
(180,162,192)
#BCACC7
(188,172,199)
#C4B6CE
(196,182,206)
#CCC0D5
(204,192,213)
#D4CADC
(212,202,220)
#DCD4E3
(220,212,227)
#E4DEEA
(228,222,234)
#ECE8F1
(236,232,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48EB2 color. Also use rgb(164,142,178) instead hex code.

Text Font Color

.myTextColor { color: #A48EB2; }

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

This text font color is #A48EB2.

Background Color

.myBgColor { background-color: #A48EB2; }

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

This div background color is #A48EB2.

Border color

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

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

This div border color is #A48EB2.

Opacity

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

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

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

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

This text has shadow with #A48EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48EB2.

Preview

Color preview on black background

This text has color #A48EB2 on black background.


Color preview on white background

This text has color #A48EB2 on white background.


Black color preview on #A48EB2 background

This text has black color on #A48EB2 background.


White color preview on #A48EB2 background

This text has white color on #A48EB2 background.


Related colors

Complementary color

Complementary color for #hex is #5B714D.


I love getcolorcode.com

Triadic colors

1 #B2A48E and #8EB2A4 with #A48EB2 are triadic colors.

2 #B28EA4 and #8EA4B2 with #A48EB2 are triadic colors.