COLOR #A48BD8

HEX: #A48BD8 RGB: (164,139,216)

Color info

#A48BD8 contains mainly red and blue colors. Web safe color of #A48BD8 is #9999CC (or #99C).

RGB color model

#A48BD8 color RGB value is (164,139,216).

RGB: (164,139,216) (64%, 55%, 85%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 216 of 255 = 85%

164
139
216

R + G + B ~ 68%. #A48BD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 139 + 216 = 519 (100%)
R 164 of 519 ~ 31.6%
G 139 of 519 ~ 26.78%
B 216 of 519 ~ 41.62'%

%31.6
%26.78
%41.62

CMYK color model

#A48BD8 color CMYK value is (24,36,0,15).

  • cyan value is 24.07%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (24,36,0,15)
C24M36Y0K15 (24%, 36%, 0%, 15%)
(0.24 / 0.36 / 0.00 / 0.15)

CMYK percentages

%24.07
%35.65
%0
%15.29

Codes

Color #A48BD8 in popluar color models

A4 8B D8
RGB 164 139 216
HSL 259° 49.68% 69.61%
HSB/HSV 259° 35.65% 84.71%
CMYK 24.07% 35.65% 0.00%
15.29%

Color #A48BD8 in popluar number systems.

HEX A4 8B D8
Decimal 164 139 216
Binary 10100100 10001011 11011000
Octal 244 213 330

Shades and tints

Shades of #A48BD8

#A48BD8
(164,139,216)
#967FC5
(150,127,197)
#8873B2
(136,115,178)
#7A679F
(122,103,159)
#6C5B8C
(108,91,140)
#5E4F79
(94,79,121)
#504366
(80,67,102)
#423753
(66,55,83)
#342B40
(52,43,64)
#261F2D
(38,31,45)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #A48BD8

#A48BD8
(164,139,216)
#AC95DB
(172,149,219)
#B49FDE
(180,159,222)
#BCA9E1
(188,169,225)
#C4B3E4
(196,179,228)
#CCBDE7
(204,189,231)
#D4C7EA
(212,199,234)
#DCD1ED
(220,209,237)
#E4DBF0
(228,219,240)
#ECE5F3
(236,229,243)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48BD8; }

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

This text font color is #A48BD8.

Background Color

.myBgColor { background-color: #A48BD8; }

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

This div background color is #A48BD8.

Border color

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

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

This div border color is #A48BD8.

Opacity

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

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

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

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

This text has shadow with #A48BD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48BD8.

Preview

Color preview on black background

This text has color #A48BD8 on black background.


Color preview on white background

This text has color #A48BD8 on white background.


Black color preview on #A48BD8 background

This text has black color on #A48BD8 background.


White color preview on #A48BD8 background

This text has white color on #A48BD8 background.


Related colors

Complementary color

Complementary color for #hex is #5B7427.


I love getcolorcode.com

Triadic colors

1 #D8A48B and #8BD8A4 with #A48BD8 are triadic colors.

2 #D88BA4 and #8BA4D8 with #A48BD8 are triadic colors.