COLOR #A48ABD

HEX: #A48ABD
RGB: (164,138,189)

Color info

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

RGB color model

#A48ABD color RGB value is (164,138,189).

  • red value is 164;
  • green value is 138;
  • blue value is 189.
RGB:
(164,138,189)
(64%,54%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 189 of 255 = 74%

164
138
189

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 189 = 491 (100%)
R 164 of 491 ~ 33.4%
G 138 of 491 ~ 28.11%
B 189 of 491 ~ 38.49%

%33.4
%28.11
%38.49

CMYK color model

#A48ABD color CMYK value is (13,27,0,26).

  • cyan value is 13.23%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,27,0,26)
C13M27Y0K26 
(13%,27%,0%,26%)
(0.13/0.27/0.00/0.26)	

CMYK percentages

%13.23
%26.98
%0
%25.88

Codes

Color #A48ABD in popluar color models

A48ABD
RGB164138189
HSL271°27.87%64.12%
HSB/HSV271°26.98%74.12%
CMYK13.23%26.98%0.00%
25.88%

Color #A48ABD in popluar number systems.

HEXA48ABD
Decimal164138189
Binary101001001000101010111101
Octal244212275

Shades and tints

Shades of #A48ABD

#A48ABD
(164,138,189)
#967EAC
(150,126,172)
#88729B
(136,114,155)
#7A668A
(122,102,138)
#6C5A79
(108,90,121)
#5E4E68
(94,78,104)
#504257
(80,66,87)
#423646
(66,54,70)
#342A35
(52,42,53)
#261E24
(38,30,36)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A48ABD

#A48ABD
(164,138,189)
#AC94C3
(172,148,195)
#B49EC9
(180,158,201)
#BCA8CF
(188,168,207)
#C4B2D5
(196,178,213)
#CCBCDB
(204,188,219)
#D4C6E1
(212,198,225)
#DCD0E7
(220,208,231)
#E4DAED
(228,218,237)
#ECE4F3
(236,228,243)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48ABD; }

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

This text font color is #A48ABD.


Background Color

.myBgColor { background-color: #A48ABD; }

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

This div background color is #A48ABD.


Border color

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

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

This div border color is #A48ABD.


Opacity

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

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

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

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

This text has shadow with #A48ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48ABD on black background.


Color preview on white background

This text has color #A48ABD on white background.



Black color preview on #A48ABD background

This text has black color on #A48ABD background.


White color preview on #A48ABD background

This text has white color on #A48ABD background.