COLOR #A48AC7

HEX: #A48AC7
RGB: (164,138,199)

Color info

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

RGB color model

#A48AC7 color RGB value is (164,138,199).

  • red value is 164;
  • green value is 138;
  • blue value is 199.
RGB:
(164,138,199)
(64%,54%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 199 of 255 = 78%

164
138
199

R + G + B ~ 65%. #A48AC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 199 = 501 (100%)
R 164 of 501 ~ 32.73%
G 138 of 501 ~ 27.54%
B 199 of 501 ~ 39.72%

%32.73
%27.54
%39.72

CMYK color model

#A48AC7 color CMYK value is (18,31,0,22).

  • cyan value is 17.59%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(18,31,0,22)
C18M31Y0K22 
(18%,31%,0%,22%)
(0.18/0.31/0.00/0.22)	

CMYK percentages

%17.59
%30.65
%0
%21.96

Codes

Color #A48AC7 in popluar color models

A48AC7
RGB164138199
HSL266°35.26%66.08%
HSB/HSV266°30.65%78.04%
CMYK17.59%30.65%0.00%
21.96%

Color #A48AC7 in popluar number systems.

HEXA48AC7
Decimal164138199
Binary101001001000101011000111
Octal244212307

Shades and tints

Shades of #A48AC7

#A48AC7
(164,138,199)
#967EB5
(150,126,181)
#8872A3
(136,114,163)
#7A6691
(122,102,145)
#6C5A7F
(108,90,127)
#5E4E6D
(94,78,109)
#50425B
(80,66,91)
#423649
(66,54,73)
#342A37
(52,42,55)
#261E25
(38,30,37)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A48AC7

#A48AC7
(164,138,199)
#AC94CC
(172,148,204)
#B49ED1
(180,158,209)
#BCA8D6
(188,168,214)
#C4B2DB
(196,178,219)
#CCBCE0
(204,188,224)
#D4C6E5
(212,198,229)
#DCD0EA
(220,208,234)
#E4DAEF
(228,218,239)
#ECE4F4
(236,228,244)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48AC7 color. Also use rgb(164,138,199) instead hex code.

Text Font Color

.myTextColor { color: #A48AC7; }

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

This text font color is #A48AC7.


Background Color

.myBgColor { background-color: #A48AC7; }

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

This div background color is #A48AC7.


Border color

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

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

This div border color is #A48AC7.


Opacity

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

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

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

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

This text has shadow with #A48AC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48AC7 on black background.


Color preview on white background

This text has color #A48AC7 on white background.



Black color preview on #A48AC7 background

This text has black color on #A48AC7 background.


White color preview on #A48AC7 background

This text has white color on #A48AC7 background.