COLOR #A48FA4

HEX: #A48FA4
RGB: (164,143,164)

Color info

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

RGB color model

#A48FA4 color RGB value is (164,143,164).

  • red value is 164;
  • green value is 143;
  • blue value is 164.
RGB:
(164,143,164)
(64%,56%,64%)

RGB channels and saturation

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

164
143
164

R + G + B ~ 61%. #A48FA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 164 = 471 (100%)
R 164 of 471 ~ 34.82%
G 143 of 471 ~ 30.36%
B 164 of 471 ~ 34.82%

%34.82
%30.36
%34.82

CMYK color model

#A48FA4 color CMYK value is (0,13,0,36).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(0,13,0,36)
C0M13Y0K36 
(0%,13%,0%,36%)
(0.00/0.13/0.00/0.36)	

CMYK percentages

%0
%12.8
%0
%35.69

Codes

Color #A48FA4 in popluar color models

A48FA4
RGB164143164
HSL300°10.34%60.20%
HSB/HSV300°12.80%64.31%
CMYK0.00%12.80%0.00%
35.69%

Color #A48FA4 in popluar number systems.

HEXA48FA4
Decimal164143164
Binary101001001000111110100100
Octal244217244

Shades and tints

Shades of #A48FA4

#A48FA4
(164,143,164)
#968296
(150,130,150)
#887588
(136,117,136)
#7A687A
(122,104,122)
#6C5B6C
(108,91,108)
#5E4E5E
(94,78,94)
#504150
(80,65,80)
#423442
(66,52,66)
#342734
(52,39,52)
#261A26
(38,26,38)
#180D18
(24,13,24)
#000000
(0,0,0)

Tints of #A48FA4

#A48FA4
(164,143,164)
#AC99AC
(172,153,172)
#B4A3B4
(180,163,180)
#BCADBC
(188,173,188)
#C4B7C4
(196,183,196)
#CCC1CC
(204,193,204)
#D4CBD4
(212,203,212)
#DCD5DC
(220,213,220)
#E4DFE4
(228,223,228)
#ECE9EC
(236,233,236)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48FA4; }

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

This text font color is #A48FA4.


Background Color

.myBgColor { background-color: #A48FA4; }

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

This div background color is #A48FA4.


Border color

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

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

This div border color is #A48FA4.


Opacity

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

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

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

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

This text has shadow with #A48FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48FA4 on black background.


Color preview on white background

This text has color #A48FA4 on white background.



Black color preview on #A48FA4 background

This text has black color on #A48FA4 background.


White color preview on #A48FA4 background

This text has white color on #A48FA4 background.