COLOR #A48DE9

HEX: #A48DE9
RGB: (164,141,233)

Color info

#A48DE9 contains mainly blue color. Web safe color of #A48DE9 is #9999FF (or #99F).

RGB color model

#A48DE9 color RGB value is (164,141,233).

  • red value is 164;
  • green value is 141;
  • blue value is 233.
RGB:
(164,141,233)
(64%,55%,91%)

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 233 of 255 = 91%

164
141
233

R + G + B ~ 70%. #A48DE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 233 = 538 (100%)
R 164 of 538 ~ 30.48%
G 141 of 538 ~ 26.21%
B 233 of 538 ~ 43.31%

%30.48
%26.21
%43.31

CMYK color model

#A48DE9 color CMYK value is (30,39,0,9).

  • cyan value is 29.61%
  • magenta value is 39.48%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(30,39,0,9)
C30M39Y0K9 
(30%,39%,0%,9%)
(0.30/0.39/0.00/0.09)	

CMYK percentages

%29.61
%39.48
%0
%8.63

Codes

Color #A48DE9 in popluar color models

A48DE9
RGB164141233
HSL255°67.65%73.33%
HSB/HSV255°39.48%91.37%
CMYK29.61%39.48%0.00%
8.63%

Color #A48DE9 in popluar number systems.

HEXA48DE9
Decimal164141233
Binary101001001000110111101001
Octal244215351

Shades and tints

Shades of #A48DE9

#A48DE9
(164,141,233)
#9681D4
(150,129,212)
#8875BF
(136,117,191)
#7A69AA
(122,105,170)
#6C5D95
(108,93,149)
#5E5180
(94,81,128)
#50456B
(80,69,107)
#423956
(66,57,86)
#342D41
(52,45,65)
#26212C
(38,33,44)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A48DE9

#A48DE9
(164,141,233)
#AC97EB
(172,151,235)
#B4A1ED
(180,161,237)
#BCABEF
(188,171,239)
#C4B5F1
(196,181,241)
#CCBFF3
(204,191,243)
#D4C9F5
(212,201,245)
#DCD3F7
(220,211,247)
#E4DDF9
(228,221,249)
#ECE7FB
(236,231,251)
#F4F1FD
(244,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48DE9 color. Also use rgb(164,141,233) instead hex code.

Text Font Color

.myTextColor { color: #A48DE9; }

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

This text font color is #A48DE9.


Background Color

.myBgColor { background-color: #A48DE9; }

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

This div background color is #A48DE9.


Border color

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

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

This div border color is #A48DE9.


Opacity

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

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

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

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

This text has shadow with #A48DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48DE9 on black background.


Color preview on white background

This text has color #A48DE9 on white background.



Black color preview on #A48DE9 background

This text has black color on #A48DE9 background.


White color preview on #A48DE9 background

This text has white color on #A48DE9 background.