COLOR #A48FD5

HEX: #A48FD5
RGB: (164,143,213)

Color info

#A48FD5 contains mainly red and blue colors. Web safe color of #A48FD5 is #9999CC (or #99C).

RGB color model

#A48FD5 color RGB value is (164,143,213).

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

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 213 of 255 = 84%

164
143
213

R + G + B ~ 68%. #A48FD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 213 = 520 (100%)
R 164 of 520 ~ 31.54%
G 143 of 520 ~ 27.5%
B 213 of 520 ~ 40.96%

%31.54
%27.5
%40.96

CMYK color model

#A48FD5 color CMYK value is (23,33,0,16).

  • cyan value is 23.00%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,33,0,16)
C23M33Y0K16 
(23%,33%,0%,16%)
(0.23/0.33/0.00/0.16)	

CMYK percentages

%23
%32.86
%0
%16.47

Codes

Color #A48FD5 in popluar color models

A48FD5
RGB164143213
HSL258°45.45%69.80%
HSB/HSV258°32.86%83.53%
CMYK23.00%32.86%0.00%
16.47%

Color #A48FD5 in popluar number systems.

HEXA48FD5
Decimal164143213
Binary101001001000111111010101
Octal244217325

Shades and tints

Shades of #A48FD5

#A48FD5
(164,143,213)
#9682C2
(150,130,194)
#8875AF
(136,117,175)
#7A689C
(122,104,156)
#6C5B89
(108,91,137)
#5E4E76
(94,78,118)
#504163
(80,65,99)
#423450
(66,52,80)
#34273D
(52,39,61)
#261A2A
(38,26,42)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #A48FD5

#A48FD5
(164,143,213)
#AC99D8
(172,153,216)
#B4A3DB
(180,163,219)
#BCADDE
(188,173,222)
#C4B7E1
(196,183,225)
#CCC1E4
(204,193,228)
#D4CBE7
(212,203,231)
#DCD5EA
(220,213,234)
#E4DFED
(228,223,237)
#ECE9F0
(236,233,240)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FD5; }

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

This text font color is #A48FD5.


Background Color

.myBgColor { background-color: #A48FD5; }

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

This div background color is #A48FD5.


Border color

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

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

This div border color is #A48FD5.


Opacity

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

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

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

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

This text has shadow with #A48FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48FD5 on black background.


Color preview on white background

This text has color #A48FD5 on white background.



Black color preview on #A48FD5 background

This text has black color on #A48FD5 background.


White color preview on #A48FD5 background

This text has white color on #A48FD5 background.