COLOR #A48EDA

HEX: #A48EDA RGB: (164,142,218)

Color info

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

RGB color model

#A48EDA color RGB value is (164,142,218).

RGB: (164,142,218) (64%, 56%, 85%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 218 of 255 = 85%

164
142
218

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

Portions of RGB colors in percentages

R + G + B = 164 + 142 + 218 = 524 (100%)
R 164 of 524 ~ 31.3%
G 142 of 524 ~ 27.1%
B 218 of 524 ~ 41.6'%

%31.3
%27.1
%41.6

CMYK color model

#A48EDA color CMYK value is (25,35,0,15).

  • cyan value is 24.77%
  • magenta value is 34.86%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (25,35,0,15)
C25M35Y0K15 (25%, 35%, 0%, 15%)
(0.25 / 0.35 / 0.00 / 0.15)

CMYK percentages

%24.77
%34.86
%0
%14.51

Codes

Color #A48EDA in popluar color models

A4 8E DA
RGB 164 142 218
HSL 257° 50.67% 70.59%
HSB/HSV 257° 34.86% 85.49%
CMYK 24.77% 34.86% 0.00%
14.51%

Color #A48EDA in popluar number systems.

HEX A4 8E DA
Decimal 164 142 218
Binary 10100100 10001110 11011010
Octal 244 216 332

Shades and tints

Shades of #A48EDA

#A48EDA
(164,142,218)
#9682C7
(150,130,199)
#8876B4
(136,118,180)
#7A6AA1
(122,106,161)
#6C5E8E
(108,94,142)
#5E527B
(94,82,123)
#504668
(80,70,104)
#423A55
(66,58,85)
#342E42
(52,46,66)
#26222F
(38,34,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #A48EDA

#A48EDA
(164,142,218)
#AC98DD
(172,152,221)
#B4A2E0
(180,162,224)
#BCACE3
(188,172,227)
#C4B6E6
(196,182,230)
#CCC0E9
(204,192,233)
#D4CAEC
(212,202,236)
#DCD4EF
(220,212,239)
#E4DEF2
(228,222,242)
#ECE8F5
(236,232,245)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48EDA; }

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

This text font color is #A48EDA.

Background Color

.myBgColor { background-color: #A48EDA; }

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

This div background color is #A48EDA.

Border color

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

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

This div border color is #A48EDA.

Opacity

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

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

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

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

This text has shadow with #A48EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48EDA.

Preview

Color preview on black background

This text has color #A48EDA on black background.


Color preview on white background

This text has color #A48EDA on white background.


Black color preview on #A48EDA background

This text has black color on #A48EDA background.


White color preview on #A48EDA background

This text has white color on #A48EDA background.


Related colors

Complementary color

Complementary color for #hex is #5B7125.


I love getcolorcode.com

Triadic colors

1 #DAA48E and #8EDAA4 with #A48EDA are triadic colors.

2 #DA8EA4 and #8EA4DA with #A48EDA are triadic colors.