COLOR #A48AAF

HEX: #A48AAF RGB: (164,138,175)

Color info

#A48AAF contains red, green and blue colors in about the same proportion. Web safe color of #A48AAF is #999999 (or #999).

RGB color model

#A48AAF color RGB value is (164,138,175).

RGB: (164,138,175) (64%, 54%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 175 of 255 = 69%

164
138
175

R + G + B ~ 62%. #A48AAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 175 = 477 (100%)
R 164 of 477 ~ 34.38%
G 138 of 477 ~ 28.93%
B 175 of 477 ~ 36.69'%

%34.38
%28.93
%36.69

CMYK color model

#A48AAF color CMYK value is (6,21,0,31).

  • cyan value is 6.29%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (6,21,0,31) C6M21Y0K31 (6%,21%,0%,31%) (0.06/0.21/0.00/0.31) 

CMYK percentages

%6.29
%21.14
%0
%31.37

Codes

Color #A48AAF in popluar color models

A4 8A AF
RGB 164 138 175
HSL 282° 18.78% 61.37%
HSB/HSV 282° 21.14% 68.63%
CMYK 6.29% 21.14% 0.00%
31.37%

Color #A48AAF in popluar number systems.

HEX A4 8A AF
Decimal 164 138 175
Binary 10100100 10001010 10101111
Octal 244 212 257

Shades and tints

Shades of #A48AAF

#A48AAF
(164,138,175)
#967EA0
(150,126,160)
#887291
(136,114,145)
#7A6682
(122,102,130)
#6C5A73
(108,90,115)
#5E4E64
(94,78,100)
#504255
(80,66,85)
#423646
(66,54,70)
#342A37
(52,42,55)
#261E28
(38,30,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #A48AAF

#A48AAF
(164,138,175)
#AC94B6
(172,148,182)
#B49EBD
(180,158,189)
#BCA8C4
(188,168,196)
#C4B2CB
(196,178,203)
#CCBCD2
(204,188,210)
#D4C6D9
(212,198,217)
#DCD0E0
(220,208,224)
#E4DAE7
(228,218,231)
#ECE4EE
(236,228,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48AAF; }

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

This text font color is #A48AAF.

Background Color

.myBgColor { background-color: #A48AAF; }

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

This div background color is #A48AAF.

Border color

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

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

This div border color is #A48AAF.

Opacity

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

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

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

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

This text has shadow with #A48AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48AAF.

Preview

Color preview on black background

This text has color #A48AAF on black background.


Color preview on white background

This text has color #A48AAF on white background.


Black color preview on #A48AAF background

This text has black color on #A48AAF background.


White color preview on #A48AAF background

This text has white color on #A48AAF background.


Related colors

Complementary color

Complementary color for #hex is #5B7550.


I love getcolorcode.com

Triadic colors

1 #AFA48A and #8AAFA4 with #A48AAF are triadic colors.

2 #AF8AA4 and #8AA4AF with #A48AAF are triadic colors.