COLOR #A48ABA

HEX: #A48ABA RGB: (164,138,186)

Color info

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

RGB color model

#A48ABA color RGB value is (164,138,186).

RGB: (164,138,186) (64%, 54%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 186 of 255 = 73%

164
138
186

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 186 = 488 (100%)
R 164 of 488 ~ 33.61%
G 138 of 488 ~ 28.28%
B 186 of 488 ~ 38.11'%

%33.61
%28.28
%38.11

CMYK color model

#A48ABA color CMYK value is (12,26,0,27).

  • cyan value is 11.83%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (12,26,0,27) C12M26Y0K27 (12%,26%,0%,27%) (0.12/0.26/0.00/0.27) 

CMYK percentages

%11.83
%25.81
%0
%27.06

Codes

Color #A48ABA in popluar color models

A4 8A BA
RGB 164 138 186
HSL 273° 25.81% 63.53%
HSB/HSV 273° 25.81% 72.94%
CMYK 11.83% 25.81% 0.00%
27.06%

Color #A48ABA in popluar number systems.

HEX A4 8A BA
Decimal 164 138 186
Binary 10100100 10001010 10111010
Octal 244 212 272

Shades and tints

Shades of #A48ABA

#A48ABA
(164,138,186)
#967EAA
(150,126,170)
#88729A
(136,114,154)
#7A668A
(122,102,138)
#6C5A7A
(108,90,122)
#5E4E6A
(94,78,106)
#50425A
(80,66,90)
#42364A
(66,54,74)
#342A3A
(52,42,58)
#261E2A
(38,30,42)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #A48ABA

#A48ABA
(164,138,186)
#AC94C0
(172,148,192)
#B49EC6
(180,158,198)
#BCA8CC
(188,168,204)
#C4B2D2
(196,178,210)
#CCBCD8
(204,188,216)
#D4C6DE
(212,198,222)
#DCD0E4
(220,208,228)
#E4DAEA
(228,218,234)
#ECE4F0
(236,228,240)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48ABA; }

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

This text font color is #A48ABA.

Background Color

.myBgColor { background-color: #A48ABA; }

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

This div background color is #A48ABA.

Border color

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

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

This div border color is #A48ABA.

Opacity

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

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

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

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

This text has shadow with #A48ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48ABA.

Preview

Color preview on black background

This text has color #A48ABA on black background.


Color preview on white background

This text has color #A48ABA on white background.


Black color preview on #A48ABA background

This text has black color on #A48ABA background.


White color preview on #A48ABA background

This text has white color on #A48ABA background.


Related colors

Complementary color

Complementary color for #hex is #5B7545.


I love getcolorcode.com

Triadic colors

1 #BAA48A and #8ABAA4 with #A48ABA are triadic colors.

2 #BA8AA4 and #8AA4BA with #A48ABA are triadic colors.