COLOR #A48CE7

HEX: #A48CE7
RGB: (164,140,231)

Color info

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

RGB color model

#A48CE7 color RGB value is (164,140,231).

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

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 231 of 255 = 91%

164
140
231

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

Portions of RGB colors in percentages

R + G + B =
164 + 140 + 231 = 535 (100%)
R 164 of 535 ~ 30.65%
G 140 of 535 ~ 26.17%
B 231 of 535 ~ 43.18%

%30.65
%26.17
%43.18

CMYK color model

#A48CE7 color CMYK value is (29,39,0,9).

  • cyan value is 29.00%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,39,0,9)
C29M39Y0K9 
(29%,39%,0%,9%)
(0.29/0.39/0.00/0.09)	

CMYK percentages

%29
%39.39
%0
%9.41

Codes

Color #A48CE7 in popluar color models

A48CE7
RGB164140231
HSL256°65.47%72.75%
HSB/HSV256°39.39%90.59%
CMYK29.00%39.39%0.00%
9.41%

Color #A48CE7 in popluar number systems.

HEXA48CE7
Decimal164140231
Binary101001001000110011100111
Octal244214347

Shades and tints

Shades of #A48CE7

#A48CE7
(164,140,231)
#9680D2
(150,128,210)
#8874BD
(136,116,189)
#7A68A8
(122,104,168)
#6C5C93
(108,92,147)
#5E507E
(94,80,126)
#504469
(80,68,105)
#423854
(66,56,84)
#342C3F
(52,44,63)
#26202A
(38,32,42)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #A48CE7

#A48CE7
(164,140,231)
#AC96E9
(172,150,233)
#B4A0EB
(180,160,235)
#BCAAED
(188,170,237)
#C4B4EF
(196,180,239)
#CCBEF1
(204,190,241)
#D4C8F3
(212,200,243)
#DCD2F5
(220,210,245)
#E4DCF7
(228,220,247)
#ECE6F9
(236,230,249)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48CE7; }

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

This text font color is #A48CE7.


Background Color

.myBgColor { background-color: #A48CE7; }

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

This div background color is #A48CE7.


Border color

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

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

This div border color is #A48CE7.


Opacity

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

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

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

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

This text has shadow with #A48CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48CE7 on black background.


Color preview on white background

This text has color #A48CE7 on white background.



Black color preview on #A48CE7 background

This text has black color on #A48CE7 background.


White color preview on #A48CE7 background

This text has white color on #A48CE7 background.