COLOR #A48CDB

HEX: #A48CDB
RGB: (164,140,219)

Color info

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

RGB color model

#A48CDB color RGB value is (164,140,219).

  • red value is 164;
  • green value is 140;
  • blue value is 219.
RGB:
(164,140,219)
(64%,55%,86%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 219 of 255 = 86%

164
140
219

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

Portions of RGB colors in percentages

R + G + B =
164 + 140 + 219 = 523 (100%)
R 164 of 523 ~ 31.36%
G 140 of 523 ~ 26.77%
B 219 of 523 ~ 41.87%

%31.36
%26.77
%41.87

CMYK color model

#A48CDB color CMYK value is (25,36,0,14).

  • cyan value is 25.11%
  • magenta value is 36.07%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(25,36,0,14)
C25M36Y0K14 
(25%,36%,0%,14%)
(0.25/0.36/0.00/0.14)	

CMYK percentages

%25.11
%36.07
%0
%14.12

Codes

Color #A48CDB in popluar color models

A48CDB
RGB164140219
HSL258°52.32%70.39%
HSB/HSV258°36.07%85.88%
CMYK25.11%36.07%0.00%
14.12%

Color #A48CDB in popluar number systems.

HEXA48CDB
Decimal164140219
Binary101001001000110011011011
Octal244214333

Shades and tints

Shades of #A48CDB

#A48CDB
(164,140,219)
#9680C8
(150,128,200)
#8874B5
(136,116,181)
#7A68A2
(122,104,162)
#6C5C8F
(108,92,143)
#5E507C
(94,80,124)
#504469
(80,68,105)
#423856
(66,56,86)
#342C43
(52,44,67)
#262030
(38,32,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #A48CDB

#A48CDB
(164,140,219)
#AC96DE
(172,150,222)
#B4A0E1
(180,160,225)
#BCAAE4
(188,170,228)
#C4B4E7
(196,180,231)
#CCBEEA
(204,190,234)
#D4C8ED
(212,200,237)
#DCD2F0
(220,210,240)
#E4DCF3
(228,220,243)
#ECE6F6
(236,230,246)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48CDB color. Also use rgb(164,140,219) instead hex code.

Text Font Color

.myTextColor { color: #A48CDB; }

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

This text font color is #A48CDB.


Background Color

.myBgColor { background-color: #A48CDB; }

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

This div background color is #A48CDB.


Border color

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

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

This div border color is #A48CDB.


Opacity

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

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

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

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

This text has shadow with #A48CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48CDB on black background.


Color preview on white background

This text has color #A48CDB on white background.



Black color preview on #A48CDB background

This text has black color on #A48CDB background.


White color preview on #A48CDB background

This text has white color on #A48CDB background.