COLOR #A48FB5

HEX: #A48FB5
RGB: (164,143,181)

Color info

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

RGB color model

#A48FB5 color RGB value is (164,143,181).

  • red value is 164;
  • green value is 143;
  • blue value is 181.
RGB:
(164,143,181)
(64%,56%,71%)

RGB channels and saturation

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

164
143
181

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 181 = 488 (100%)
R 164 of 488 ~ 33.61%
G 143 of 488 ~ 29.3%
B 181 of 488 ~ 37.09%

%33.61
%29.3
%37.09

CMYK color model

#A48FB5 color CMYK value is (9,21,0,29).

  • cyan value is 9.39%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,21,0,29)
C9M21Y0K29 
(9%,21%,0%,29%)
(0.09/0.21/0.00/0.29)	

CMYK percentages

%9.39
%20.99
%0
%29.02

Codes

Color #A48FB5 in popluar color models

A48FB5
RGB164143181
HSL273°20.43%63.53%
HSB/HSV273°20.99%70.98%
CMYK9.39%20.99%0.00%
29.02%

Color #A48FB5 in popluar number systems.

HEXA48FB5
Decimal164143181
Binary101001001000111110110101
Octal244217265

Shades and tints

Shades of #A48FB5

#A48FB5
(164,143,181)
#9682A5
(150,130,165)
#887595
(136,117,149)
#7A6885
(122,104,133)
#6C5B75
(108,91,117)
#5E4E65
(94,78,101)
#504155
(80,65,85)
#423445
(66,52,69)
#342735
(52,39,53)
#261A25
(38,26,37)
#180D15
(24,13,21)
#000000
(0,0,0)

Tints of #A48FB5

#A48FB5
(164,143,181)
#AC99BB
(172,153,187)
#B4A3C1
(180,163,193)
#BCADC7
(188,173,199)
#C4B7CD
(196,183,205)
#CCC1D3
(204,193,211)
#D4CBD9
(212,203,217)
#DCD5DF
(220,213,223)
#E4DFE5
(228,223,229)
#ECE9EB
(236,233,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FB5; }

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

This text font color is #A48FB5.


Background Color

.myBgColor { background-color: #A48FB5; }

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

This div background color is #A48FB5.


Border color

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

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

This div border color is #A48FB5.


Opacity

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

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

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

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

This text has shadow with #A48FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48FB5 on black background.


Color preview on white background

This text has color #A48FB5 on white background.



Black color preview on #A48FB5 background

This text has black color on #A48FB5 background.


White color preview on #A48FB5 background

This text has white color on #A48FB5 background.