COLOR #A48FB4

HEX: #A48FB4 RGB: (164,143,180)

Color info

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

RGB color model

#A48FB4 color RGB value is (164,143,180).

RGB: (164,143,180) (64%, 56%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 180 of 255 = 71%

164
143
180

R + G + B ~ 64%. #A48FB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 180 = 487 (100%)
R 164 of 487 ~ 33.68%
G 143 of 487 ~ 29.36%
B 180 of 487 ~ 36.96'%

%33.68
%29.36
%36.96

CMYK color model

#A48FB4 color CMYK value is (9,21,0,29).

  • cyan value is 8.89%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (9,21,0,29)
C9M21Y0K29 (9%, 21%, 0%, 29%)
(0.09 / 0.21 / 0.00 / 0.29)

CMYK percentages

%8.89
%20.56
%0
%29.41

Codes

Color #A48FB4 in popluar color models

A4 8F B4
RGB 164 143 180
HSL 274° 19.79% 63.33%
HSB/HSV 274° 20.56% 70.59%
CMYK 8.89% 20.56% 0.00%
29.41%

Color #A48FB4 in popluar number systems.

HEX A4 8F B4
Decimal 164 143 180
Binary 10100100 10001111 10110100
Octal 244 217 264

Shades and tints

Shades of #A48FB4

#A48FB4
(164,143,180)
#9682A4
(150,130,164)
#887594
(136,117,148)
#7A6884
(122,104,132)
#6C5B74
(108,91,116)
#5E4E64
(94,78,100)
#504154
(80,65,84)
#423444
(66,52,68)
#342734
(52,39,52)
#261A24
(38,26,36)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #A48FB4

#A48FB4
(164,143,180)
#AC99BA
(172,153,186)
#B4A3C0
(180,163,192)
#BCADC6
(188,173,198)
#C4B7CC
(196,183,204)
#CCC1D2
(204,193,210)
#D4CBD8
(212,203,216)
#DCD5DE
(220,213,222)
#E4DFE4
(228,223,228)
#ECE9EA
(236,233,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FB4; }

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

This text font color is #A48FB4.

Background Color

.myBgColor { background-color: #A48FB4; }

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

This div background color is #A48FB4.

Border color

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

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

This div border color is #A48FB4.

Opacity

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

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

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

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

This text has shadow with #A48FB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48FB4.

Preview

Color preview on black background

This text has color #A48FB4 on black background.


Color preview on white background

This text has color #A48FB4 on white background.


Black color preview on #A48FB4 background

This text has black color on #A48FB4 background.


White color preview on #A48FB4 background

This text has white color on #A48FB4 background.


Related colors

Complementary color

Complementary color for #hex is #5B704B.


I love getcolorcode.com

Triadic colors

1 #B4A48F and #8FB4A4 with #A48FB4 are triadic colors.

2 #B48FA4 and #8FA4B4 with #A48FB4 are triadic colors.