COLOR #A48CCC

HEX: #A48CCC
RGB: (164,140,204)

Color info

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

RGB color model

#A48CCC color RGB value is (164,140,204).

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

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 204 of 255 = 80%

164
140
204

R + G + B ~ 66%. #A48CCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 140 + 204 = 508 (100%)
R 164 of 508 ~ 32.28%
G 140 of 508 ~ 27.56%
B 204 of 508 ~ 40.16%

%32.28
%27.56
%40.16

CMYK color model

#A48CCC color CMYK value is (20,31,0,20).

  • cyan value is 19.61%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(20,31,0,20)
C20M31Y0K20 
(20%,31%,0%,20%)
(0.20/0.31/0.00/0.20)	

CMYK percentages

%19.61
%31.37
%0
%20

Codes

Color #A48CCC in popluar color models

A48CCC
RGB164140204
HSL263°38.55%67.45%
HSB/HSV263°31.37%80.00%
CMYK19.61%31.37%0.00%
20.00%

Color #A48CCC in popluar number systems.

HEXA48CCC
Decimal164140204
Binary101001001000110011001100
Octal244214314

Shades and tints

Shades of #A48CCC

#A48CCC
(164,140,204)
#9680BA
(150,128,186)
#8874A8
(136,116,168)
#7A6896
(122,104,150)
#6C5C84
(108,92,132)
#5E5072
(94,80,114)
#504460
(80,68,96)
#42384E
(66,56,78)
#342C3C
(52,44,60)
#26202A
(38,32,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #A48CCC

#A48CCC
(164,140,204)
#AC96D0
(172,150,208)
#B4A0D4
(180,160,212)
#BCAAD8
(188,170,216)
#C4B4DC
(196,180,220)
#CCBEE0
(204,190,224)
#D4C8E4
(212,200,228)
#DCD2E8
(220,210,232)
#E4DCEC
(228,220,236)
#ECE6F0
(236,230,240)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48CCC; }

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

This text font color is #A48CCC.


Background Color

.myBgColor { background-color: #A48CCC; }

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

This div background color is #A48CCC.


Border color

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

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

This div border color is #A48CCC.


Opacity

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

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

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

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

This text has shadow with #A48CCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48CCC on black background.


Color preview on white background

This text has color #A48CCC on white background.



Black color preview on #A48CCC background

This text has black color on #A48CCC background.


White color preview on #A48CCC background

This text has white color on #A48CCC background.