COLOR #A48FAD

HEX: #A48FAD RGB: (164,143,173)

Color info

#A48FAD contains red, green and blue colors in about the same proportion. Web safe color of #A48FAD is #999999 (or #999).

RGB color model

#A48FAD color RGB value is (164,143,173).

RGB: (164,143,173) (64%, 56%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 173 of 255 = 68%

164
143
173

R + G + B ~ 63%. #A48FAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 173 = 480 (100%)
R 164 of 480 ~ 34.17%
G 143 of 480 ~ 29.79%
B 173 of 480 ~ 36.04'%

%34.17
%29.79
%36.04

CMYK color model

#A48FAD color CMYK value is (5,17,0,32).

  • cyan value is 5.20%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,17,0,32)
C5M17Y0K32 (5%, 17%, 0%, 32%)
(0.05 / 0.17 / 0.00 / 0.32)

CMYK percentages

%5.2
%17.34
%0
%32.16

Codes

Color #A48FAD in popluar color models

A4 8F AD
RGB 164 143 173
HSL 282° 15.46% 61.96%
HSB/HSV 282° 17.34% 67.84%
CMYK 5.20% 17.34% 0.00%
32.16%

Color #A48FAD in popluar number systems.

HEX A4 8F AD
Decimal 164 143 173
Binary 10100100 10001111 10101101
Octal 244 217 255

Shades and tints

Shades of #A48FAD

#A48FAD
(164,143,173)
#96829E
(150,130,158)
#88758F
(136,117,143)
#7A6880
(122,104,128)
#6C5B71
(108,91,113)
#5E4E62
(94,78,98)
#504153
(80,65,83)
#423444
(66,52,68)
#342735
(52,39,53)
#261A26
(38,26,38)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #A48FAD

#A48FAD
(164,143,173)
#AC99B4
(172,153,180)
#B4A3BB
(180,163,187)
#BCADC2
(188,173,194)
#C4B7C9
(196,183,201)
#CCC1D0
(204,193,208)
#D4CBD7
(212,203,215)
#DCD5DE
(220,213,222)
#E4DFE5
(228,223,229)
#ECE9EC
(236,233,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FAD; }

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

This text font color is #A48FAD.

Background Color

.myBgColor { background-color: #A48FAD; }

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

This div background color is #A48FAD.

Border color

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

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

This div border color is #A48FAD.

Opacity

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

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

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

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

This text has shadow with #A48FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48FAD.

Preview

Color preview on black background

This text has color #A48FAD on black background.


Color preview on white background

This text has color #A48FAD on white background.


Black color preview on #A48FAD background

This text has black color on #A48FAD background.


White color preview on #A48FAD background

This text has white color on #A48FAD background.


Related colors

Complementary color

Complementary color for #hex is #5B7052.


I love getcolorcode.com

Triadic colors

1 #ADA48F and #8FADA4 with #A48FAD are triadic colors.

2 #AD8FA4 and #8FA4AD with #A48FAD are triadic colors.