COLOR #A48EB5

HEX: #A48EB5 RGB: (164,142,181)

Color info

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

RGB color model

#A48EB5 color RGB value is (164,142,181).

RGB: (164,142,181) (64%, 56%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 181 of 255 = 71%

164
142
181

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 181 = 487 (100%)
R 164 of 487 ~ 33.68%
G 142 of 487 ~ 29.16%
B 181 of 487 ~ 37.17'%

%33.68
%29.16
%37.17

CMYK color model

#A48EB5 color CMYK value is (9,22,0,29).

  • cyan value is 9.39%
  • magenta value is 21.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (9,22,0,29)
C9M22Y0K29 (9%, 22%, 0%, 29%)
(0.09 / 0.22 / 0.00 / 0.29)

CMYK percentages

%9.39
%21.55
%0
%29.02

Codes

Color #A48EB5 in popluar color models

A4 8E B5
RGB 164 142 181
HSL 274° 20.86% 63.33%
HSB/HSV 274° 21.55% 70.98%
CMYK 9.39% 21.55% 0.00%
29.02%

Color #A48EB5 in popluar number systems.

HEX A4 8E B5
Decimal 164 142 181
Binary 10100100 10001110 10110101
Octal 244 216 265

Shades and tints

Shades of #A48EB5

#A48EB5
(164,142,181)
#9682A5
(150,130,165)
#887695
(136,118,149)
#7A6A85
(122,106,133)
#6C5E75
(108,94,117)
#5E5265
(94,82,101)
#504655
(80,70,85)
#423A45
(66,58,69)
#342E35
(52,46,53)
#262225
(38,34,37)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #A48EB5

#A48EB5
(164,142,181)
#AC98BB
(172,152,187)
#B4A2C1
(180,162,193)
#BCACC7
(188,172,199)
#C4B6CD
(196,182,205)
#CCC0D3
(204,192,211)
#D4CAD9
(212,202,217)
#DCD4DF
(220,212,223)
#E4DEE5
(228,222,229)
#ECE8EB
(236,232,235)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48EB5; }

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

This text font color is #A48EB5.

Background Color

.myBgColor { background-color: #A48EB5; }

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

This div background color is #A48EB5.

Border color

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

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

This div border color is #A48EB5.

Opacity

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

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

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

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

This text has shadow with #A48EB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48EB5.

Preview

Color preview on black background

This text has color #A48EB5 on black background.


Color preview on white background

This text has color #A48EB5 on white background.


Black color preview on #A48EB5 background

This text has black color on #A48EB5 background.


White color preview on #A48EB5 background

This text has white color on #A48EB5 background.


Related colors

Complementary color

Complementary color for #hex is #5B714A.


I love getcolorcode.com

Triadic colors

1 #B5A48E and #8EB5A4 with #A48EB5 are triadic colors.

2 #B58EA4 and #8EA4B5 with #A48EB5 are triadic colors.