COLOR #A48BB6

HEX: #A48BB6 RGB: (164,139,182)

Color info

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

RGB color model

#A48BB6 color RGB value is (164,139,182).

RGB: (164,139,182) (64%, 55%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 182 of 255 = 71%

164
139
182

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

Portions of RGB colors in percentages

R + G + B = 164 + 139 + 182 = 485 (100%)
R 164 of 485 ~ 33.81%
G 139 of 485 ~ 28.66%
B 182 of 485 ~ 37.53'%

%33.81
%28.66
%37.53

CMYK color model

#A48BB6 color CMYK value is (10,24,0,29).

  • cyan value is 9.89%
  • magenta value is 23.63%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (10,24,0,29) C10M24Y0K29 (10%,24%,0%,29%) (0.10/0.24/0.00/0.29) 

CMYK percentages

%9.89
%23.63
%0
%28.63

Codes

Color #A48BB6 in popluar color models

A4 8B B6
RGB 164 139 182
HSL 275° 22.75% 62.94%
HSB/HSV 275° 23.63% 71.37%
CMYK 9.89% 23.63% 0.00%
28.63%

Color #A48BB6 in popluar number systems.

HEX A4 8B B6
Decimal 164 139 182
Binary 10100100 10001011 10110110
Octal 244 213 266

Shades and tints

Shades of #A48BB6

#A48BB6
(164,139,182)
#967FA6
(150,127,166)
#887396
(136,115,150)
#7A6786
(122,103,134)
#6C5B76
(108,91,118)
#5E4F66
(94,79,102)
#504356
(80,67,86)
#423746
(66,55,70)
#342B36
(52,43,54)
#261F26
(38,31,38)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #A48BB6

#A48BB6
(164,139,182)
#AC95BC
(172,149,188)
#B49FC2
(180,159,194)
#BCA9C8
(188,169,200)
#C4B3CE
(196,179,206)
#CCBDD4
(204,189,212)
#D4C7DA
(212,199,218)
#DCD1E0
(220,209,224)
#E4DBE6
(228,219,230)
#ECE5EC
(236,229,236)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48BB6; }

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

This text font color is #A48BB6.

Background Color

.myBgColor { background-color: #A48BB6; }

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

This div background color is #A48BB6.

Border color

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

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

This div border color is #A48BB6.

Opacity

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

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

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

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

This text has shadow with #A48BB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48BB6.

Preview

Color preview on black background

This text has color #A48BB6 on black background.


Color preview on white background

This text has color #A48BB6 on white background.


Black color preview on #A48BB6 background

This text has black color on #A48BB6 background.


White color preview on #A48BB6 background

This text has white color on #A48BB6 background.


Related colors

Complementary color

Complementary color for #hex is #5B7449.


I love getcolorcode.com

Triadic colors

1 #B6A48B and #8BB6A4 with #A48BB6 are triadic colors.

2 #B68BA4 and #8BA4B6 with #A48BB6 are triadic colors.