COLOR #A48ED5

HEX: #A48ED5
RGB: (164,142,213)

Color info

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

RGB color model

#A48ED5 color RGB value is (164,142,213).

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

RGB channels and saturation

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

164
142
213

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 213 = 519 (100%)
R 164 of 519 ~ 31.6%
G 142 of 519 ~ 27.36%
B 213 of 519 ~ 41.04%

%31.6
%27.36
%41.04

CMYK color model

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

  • cyan value is 23.00%
  • magenta value is 33.33%
  • 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
%33.33
%0
%16.47

Codes

Color #A48ED5 in popluar color models

A48ED5
RGB164142213
HSL259°45.81%69.61%
HSB/HSV259°33.33%83.53%
CMYK23.00%33.33%0.00%
16.47%

Color #A48ED5 in popluar number systems.

HEXA48ED5
Decimal164142213
Binary101001001000111011010101
Octal244216325

Shades and tints

Shades of #A48ED5

#A48ED5
(164,142,213)
#9682C2
(150,130,194)
#8876AF
(136,118,175)
#7A6A9C
(122,106,156)
#6C5E89
(108,94,137)
#5E5276
(94,82,118)
#504663
(80,70,99)
#423A50
(66,58,80)
#342E3D
(52,46,61)
#26222A
(38,34,42)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #A48ED5

#A48ED5
(164,142,213)
#AC98D8
(172,152,216)
#B4A2DB
(180,162,219)
#BCACDE
(188,172,222)
#C4B6E1
(196,182,225)
#CCC0E4
(204,192,228)
#D4CAE7
(212,202,231)
#DCD4EA
(220,212,234)
#E4DEED
(228,222,237)
#ECE8F0
(236,232,240)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48ED5; }

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

This text font color is #A48ED5.


Background Color

.myBgColor { background-color: #A48ED5; }

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

This div background color is #A48ED5.


Border color

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

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

This div border color is #A48ED5.


Opacity

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

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

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

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

This text has shadow with #A48ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48ED5 on black background.


Color preview on white background

This text has color #A48ED5 on white background.



Black color preview on #A48ED5 background

This text has black color on #A48ED5 background.


White color preview on #A48ED5 background

This text has white color on #A48ED5 background.