COLOR #A48FC5

HEX: #A48FC5 RGB: (164,143,197)

Color info

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

RGB color model

#A48FC5 color RGB value is (164,143,197).

RGB: (164,143,197) (64%, 56%, 77%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 197 of 255 = 77%

164
143
197

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

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 197 = 504 (100%)
R 164 of 504 ~ 32.54%
G 143 of 504 ~ 28.37%
B 197 of 504 ~ 39.09'%

%32.54
%28.37
%39.09

CMYK color model

#A48FC5 color CMYK value is (17,27,0,23).

  • cyan value is 16.75%
  • magenta value is 27.41%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (17,27,0,23)
C17M27Y0K23 (17%, 27%, 0%, 23%)
(0.17 / 0.27 / 0.00 / 0.23)

CMYK percentages

%16.75
%27.41
%0
%22.75

Codes

Color #A48FC5 in popluar color models

A4 8F C5
RGB 164 143 197
HSL 263° 31.76% 66.67%
HSB/HSV 263° 27.41% 77.25%
CMYK 16.75% 27.41% 0.00%
22.75%

Color #A48FC5 in popluar number systems.

HEX A4 8F C5
Decimal 164 143 197
Binary 10100100 10001111 11000101
Octal 244 217 305

Shades and tints

Shades of #A48FC5

#A48FC5
(164,143,197)
#9682B4
(150,130,180)
#8875A3
(136,117,163)
#7A6892
(122,104,146)
#6C5B81
(108,91,129)
#5E4E70
(94,78,112)
#50415F
(80,65,95)
#42344E
(66,52,78)
#34273D
(52,39,61)
#261A2C
(38,26,44)
#180D1B
(24,13,27)
#000000
(0,0,0)

Tints of #A48FC5

#A48FC5
(164,143,197)
#AC99CA
(172,153,202)
#B4A3CF
(180,163,207)
#BCADD4
(188,173,212)
#C4B7D9
(196,183,217)
#CCC1DE
(204,193,222)
#D4CBE3
(212,203,227)
#DCD5E8
(220,213,232)
#E4DFED
(228,223,237)
#ECE9F2
(236,233,242)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FC5; }

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

This text font color is #A48FC5.

Background Color

.myBgColor { background-color: #A48FC5; }

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

This div background color is #A48FC5.

Border color

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

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

This div border color is #A48FC5.

Opacity

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

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

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

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

This text has shadow with #A48FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48FC5.

Preview

Color preview on black background

This text has color #A48FC5 on black background.


Color preview on white background

This text has color #A48FC5 on white background.


Black color preview on #A48FC5 background

This text has black color on #A48FC5 background.


White color preview on #A48FC5 background

This text has white color on #A48FC5 background.


Related colors

Complementary color

Complementary color for #hex is #5B703A.


I love getcolorcode.com

Triadic colors

1 #C5A48F and #8FC5A4 with #A48FC5 are triadic colors.

2 #C58FA4 and #8FA4C5 with #A48FC5 are triadic colors.