COLOR #A488D2

HEX: #A488D2 RGB: (164,136,210)

Color info

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

RGB color model

#A488D2 color RGB value is (164,136,210).

RGB: (164,136,210) (64%, 53%, 82%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 210 of 255 = 82%

164
136
210

R + G + B ~ 66%. #A488D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 136 + 210 = 510 (100%)
R 164 of 510 ~ 32.16%
G 136 of 510 ~ 26.67%
B 210 of 510 ~ 41.18'%

%32.16
%26.67
%41.18

CMYK color model

#A488D2 color CMYK value is (22,35,0,18).

  • cyan value is 21.90%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (22,35,0,18)
C22M35Y0K18 (22%, 35%, 0%, 18%)
(0.22 / 0.35 / 0.00 / 0.18)

CMYK percentages

%21.9
%35.24
%0
%17.65

Codes

Color #A488D2 in popluar color models

A4 88 D2
RGB 164 136 210
HSL 263° 45.12% 67.84%
HSB/HSV 263° 35.24% 82.35%
CMYK 21.90% 35.24% 0.00%
17.65%

Color #A488D2 in popluar number systems.

HEX A4 88 D2
Decimal 164 136 210
Binary 10100100 10001000 11010010
Octal 244 210 322

Shades and tints

Shades of #A488D2

#A488D2
(164,136,210)
#967CBF
(150,124,191)
#8870AC
(136,112,172)
#7A6499
(122,100,153)
#6C5886
(108,88,134)
#5E4C73
(94,76,115)
#504060
(80,64,96)
#42344D
(66,52,77)
#34283A
(52,40,58)
#261C27
(38,28,39)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A488D2

#A488D2
(164,136,210)
#AC92D6
(172,146,214)
#B49CDA
(180,156,218)
#BCA6DE
(188,166,222)
#C4B0E2
(196,176,226)
#CCBAE6
(204,186,230)
#D4C4EA
(212,196,234)
#DCCEEE
(220,206,238)
#E4D8F2
(228,216,242)
#ECE2F6
(236,226,246)
#F4ECFA
(244,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A488D2; }

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

This text font color is #A488D2.

Background Color

.myBgColor { background-color: #A488D2; }

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

This div background color is #A488D2.

Border color

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

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

This div border color is #A488D2.

Opacity

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

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

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

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

This text has shadow with #A488D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A488D2.

Preview

Color preview on black background

This text has color #A488D2 on black background.


Color preview on white background

This text has color #A488D2 on white background.


Black color preview on #A488D2 background

This text has black color on #A488D2 background.


White color preview on #A488D2 background

This text has white color on #A488D2 background.


Related colors

Complementary color

Complementary color for #hex is #5B772D.


I love getcolorcode.com

Triadic colors

1 #D2A488 and #88D2A4 with #A488D2 are triadic colors.

2 #D288A4 and #88A4D2 with #A488D2 are triadic colors.