COLOR #A48FC7

HEX: #A48FC7 RGB: (164,143,199)

Color info

#A48FC7 contains red, green and blue colors in about the same proportion. Web safe color of #A48FC7 is #9999CC (or #99C).

RGB color model

#A48FC7 color RGB value is (164,143,199).

RGB: (164,143,199) (64%, 56%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 199 of 255 = 78%

164
143
199

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

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 199 = 506 (100%)
R 164 of 506 ~ 32.41%
G 143 of 506 ~ 28.26%
B 199 of 506 ~ 39.33'%

%32.41
%28.26
%39.33

CMYK color model

#A48FC7 color CMYK value is (18,28,0,22).

  • cyan value is 17.59%
  • magenta value is 28.14%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (18,28,0,22)
C18M28Y0K22 (18%, 28%, 0%, 22%)
(0.18 / 0.28 / 0.00 / 0.22)

CMYK percentages

%17.59
%28.14
%0
%21.96

Codes

Color #A48FC7 in popluar color models

A4 8F C7
RGB 164 143 199
HSL 263° 33.33% 67.06%
HSB/HSV 263° 28.14% 78.04%
CMYK 17.59% 28.14% 0.00%
21.96%

Color #A48FC7 in popluar number systems.

HEX A4 8F C7
Decimal 164 143 199
Binary 10100100 10001111 11000111
Octal 244 217 307

Shades and tints

Shades of #A48FC7

#A48FC7
(164,143,199)
#9682B5
(150,130,181)
#8875A3
(136,117,163)
#7A6891
(122,104,145)
#6C5B7F
(108,91,127)
#5E4E6D
(94,78,109)
#50415B
(80,65,91)
#423449
(66,52,73)
#342737
(52,39,55)
#261A25
(38,26,37)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #A48FC7

#A48FC7
(164,143,199)
#AC99CC
(172,153,204)
#B4A3D1
(180,163,209)
#BCADD6
(188,173,214)
#C4B7DB
(196,183,219)
#CCC1E0
(204,193,224)
#D4CBE5
(212,203,229)
#DCD5EA
(220,213,234)
#E4DFEF
(228,223,239)
#ECE9F4
(236,233,244)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FC7; }

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

This text font color is #A48FC7.

Background Color

.myBgColor { background-color: #A48FC7; }

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

This div background color is #A48FC7.

Border color

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

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

This div border color is #A48FC7.

Opacity

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

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

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

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

This text has shadow with #A48FC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48FC7.

Preview

Color preview on black background

This text has color #A48FC7 on black background.


Color preview on white background

This text has color #A48FC7 on white background.


Black color preview on #A48FC7 background

This text has black color on #A48FC7 background.


White color preview on #A48FC7 background

This text has white color on #A48FC7 background.


Related colors

Complementary color

Complementary color for #hex is #5B7038.


I love getcolorcode.com

Triadic colors

1 #C7A48F and #8FC7A4 with #A48FC7 are triadic colors.

2 #C78FA4 and #8FA4C7 with #A48FC7 are triadic colors.