COLOR #A48AB7

HEX: #A48AB7 RGB: (164,138,183)

Color info

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

RGB color model

#A48AB7 color RGB value is (164,138,183).

RGB: (164,138,183) (64%, 54%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 183 of 255 = 72%

164
138
183

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 183 = 485 (100%)
R 164 of 485 ~ 33.81%
G 138 of 485 ~ 28.45%
B 183 of 485 ~ 37.73'%

%33.81
%28.45
%37.73

CMYK color model

#A48AB7 color CMYK value is (10,25,0,28).

  • cyan value is 10.38%
  • magenta value is 24.59%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (10,25,0,28)
C10M25Y0K28 (10%, 25%, 0%, 28%)
(0.10 / 0.25 / 0.00 / 0.28)

CMYK percentages

%10.38
%24.59
%0
%28.24

Codes

Color #A48AB7 in popluar color models

A4 8A B7
RGB 164 138 183
HSL 275° 23.81% 62.94%
HSB/HSV 275° 24.59% 71.76%
CMYK 10.38% 24.59% 0.00%
28.24%

Color #A48AB7 in popluar number systems.

HEX A4 8A B7
Decimal 164 138 183
Binary 10100100 10001010 10110111
Octal 244 212 267

Shades and tints

Shades of #A48AB7

#A48AB7
(164,138,183)
#967EA7
(150,126,167)
#887297
(136,114,151)
#7A6687
(122,102,135)
#6C5A77
(108,90,119)
#5E4E67
(94,78,103)
#504257
(80,66,87)
#423647
(66,54,71)
#342A37
(52,42,55)
#261E27
(38,30,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #A48AB7

#A48AB7
(164,138,183)
#AC94BD
(172,148,189)
#B49EC3
(180,158,195)
#BCA8C9
(188,168,201)
#C4B2CF
(196,178,207)
#CCBCD5
(204,188,213)
#D4C6DB
(212,198,219)
#DCD0E1
(220,208,225)
#E4DAE7
(228,218,231)
#ECE4ED
(236,228,237)
#F4EEF3
(244,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48AB7; }

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

This text font color is #A48AB7.

Background Color

.myBgColor { background-color: #A48AB7; }

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

This div background color is #A48AB7.

Border color

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

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

This div border color is #A48AB7.

Opacity

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

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

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

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

This text has shadow with #A48AB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48AB7.

Preview

Color preview on black background

This text has color #A48AB7 on black background.


Color preview on white background

This text has color #A48AB7 on white background.


Black color preview on #A48AB7 background

This text has black color on #A48AB7 background.


White color preview on #A48AB7 background

This text has white color on #A48AB7 background.


Related colors

Complementary color

Complementary color for #hex is #5B7548.


I love getcolorcode.com

Triadic colors

1 #B7A48A and #8AB7A4 with #A48AB7 are triadic colors.

2 #B78AA4 and #8AA4B7 with #A48AB7 are triadic colors.