COLOR #A48FCE

HEX: #A48FCE
RGB: (164,143,206)

Color info

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

RGB color model

#A48FCE color RGB value is (164,143,206).

  • red value is 164;
  • green value is 143;
  • blue value is 206.
RGB:
(164,143,206)
(64%,56%,81%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 206 of 255 = 81%

164
143
206

R + G + B ~ 67%. #A48FCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 206 = 513 (100%)
R 164 of 513 ~ 31.97%
G 143 of 513 ~ 27.88%
B 206 of 513 ~ 40.16%

%31.97
%27.88
%40.16

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 30.58%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(20,31,0,19)
C20M31Y0K19 
(20%,31%,0%,19%)
(0.20/0.31/0.00/0.19)	

CMYK percentages

%20.39
%30.58
%0
%19.22

Codes

Color #A48FCE in popluar color models

A48FCE
RGB164143206
HSL260°39.13%68.43%
HSB/HSV260°30.58%80.78%
CMYK20.39%30.58%0.00%
19.22%

Color #A48FCE in popluar number systems.

HEXA48FCE
Decimal164143206
Binary101001001000111111001110
Octal244217316

Shades and tints

Shades of #A48FCE

#A48FCE
(164,143,206)
#9682BC
(150,130,188)
#8875AA
(136,117,170)
#7A6898
(122,104,152)
#6C5B86
(108,91,134)
#5E4E74
(94,78,116)
#504162
(80,65,98)
#423450
(66,52,80)
#34273E
(52,39,62)
#261A2C
(38,26,44)
#180D1A
(24,13,26)
#000000
(0,0,0)

Tints of #A48FCE

#A48FCE
(164,143,206)
#AC99D2
(172,153,210)
#B4A3D6
(180,163,214)
#BCADDA
(188,173,218)
#C4B7DE
(196,183,222)
#CCC1E2
(204,193,226)
#D4CBE6
(212,203,230)
#DCD5EA
(220,213,234)
#E4DFEE
(228,223,238)
#ECE9F2
(236,233,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48FCE color. Also use rgb(164,143,206) instead hex code.

Text Font Color

.myTextColor { color: #A48FCE; }

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

This text font color is #A48FCE.


Background Color

.myBgColor { background-color: #A48FCE; }

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

This div background color is #A48FCE.


Border color

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

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

This div border color is #A48FCE.


Opacity

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

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

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

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

This text has shadow with #A48FCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48FCE on black background.


Color preview on white background

This text has color #A48FCE on white background.



Black color preview on #A48FCE background

This text has black color on #A48FCE background.


White color preview on #A48FCE background

This text has white color on #A48FCE background.