COLOR #A488AC

HEX: #A488AC RGB: (164,136,172)

Color info

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

RGB color model

#A488AC color RGB value is (164,136,172).

RGB: (164,136,172) (64%, 53%, 67%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 172 of 255 = 67%

164
136
172

R + G + B ~ 61%. #A488AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 136 + 172 = 472 (100%)
R 164 of 472 ~ 34.75%
G 136 of 472 ~ 28.81%
B 172 of 472 ~ 36.44'%

%34.75
%28.81
%36.44

CMYK color model

#A488AC color CMYK value is (5,21,0,33).

  • cyan value is 4.65%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,21,0,33)
C5M21Y0K33 (5%, 21%, 0%, 33%)
(0.05 / 0.21 / 0.00 / 0.33)

CMYK percentages

%4.65
%20.93
%0
%32.55

Codes

Color #A488AC in popluar color models

A4 88 AC
RGB 164 136 172
HSL 287° 17.82% 60.39%
HSB/HSV 287° 20.93% 67.45%
CMYK 4.65% 20.93% 0.00%
32.55%

Color #A488AC in popluar number systems.

HEX A4 88 AC
Decimal 164 136 172
Binary 10100100 10001000 10101100
Octal 244 210 254

Shades and tints

Shades of #A488AC

#A488AC
(164,136,172)
#967C9D
(150,124,157)
#88708E
(136,112,142)
#7A647F
(122,100,127)
#6C5870
(108,88,112)
#5E4C61
(94,76,97)
#504052
(80,64,82)
#423443
(66,52,67)
#342834
(52,40,52)
#261C25
(38,28,37)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #A488AC

#A488AC
(164,136,172)
#AC92B3
(172,146,179)
#B49CBA
(180,156,186)
#BCA6C1
(188,166,193)
#C4B0C8
(196,176,200)
#CCBACF
(204,186,207)
#D4C4D6
(212,196,214)
#DCCEDD
(220,206,221)
#E4D8E4
(228,216,228)
#ECE2EB
(236,226,235)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A488AC color. Also use rgb(164,136,172) instead hex code.

Text Font Color

.myTextColor { color: #A488AC; }

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

This text font color is #A488AC.

Background Color

.myBgColor { background-color: #A488AC; }

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

This div background color is #A488AC.

Border color

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

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

This div border color is #A488AC.

Opacity

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

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

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

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

This text has shadow with #A488AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A488AC.

Preview

Color preview on black background

This text has color #A488AC on black background.


Color preview on white background

This text has color #A488AC on white background.


Black color preview on #A488AC background

This text has black color on #A488AC background.


White color preview on #A488AC background

This text has white color on #A488AC background.


Related colors

Complementary color

Complementary color for #hex is #5B7753.


I love getcolorcode.com

Triadic colors

1 #ACA488 and #88ACA4 with #A488AC are triadic colors.

2 #AC88A4 and #88A4AC with #A488AC are triadic colors.