COLOR #A488C8

HEX: #A488C8
RGB: (164,136,200)

Color info

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

RGB color model

#A488C8 color RGB value is (164,136,200).

  • red value is 164;
  • green value is 136;
  • blue value is 200.
RGB:
(164,136,200)
(64%,53%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 136 of 255 = 53%
B 200 of 255 = 78%

164
136
200

R + G + B ~ 65%. #A488C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 136 + 200 = 500 (100%)
R 164 of 500 ~ 32.8%
G 136 of 500 ~ 27.2%
B 200 of 500 ~ 40%

%32.8
%27.2
%40

CMYK color model

#A488C8 color CMYK value is (18,32,0,22).

  • cyan value is 18.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,32,0,22)
C18M32Y0K22 
(18%,32%,0%,22%)
(0.18/0.32/0.00/0.22)	

CMYK percentages

%18
%32
%0
%21.57

Codes

Color #A488C8 in popluar color models

A488C8
RGB164136200
HSL266°36.78%65.88%
HSB/HSV266°32.00%78.43%
CMYK18.00%32.00%0.00%
21.57%

Color #A488C8 in popluar number systems.

HEXA488C8
Decimal164136200
Binary101001001000100011001000
Octal244210310

Shades and tints

Shades of #A488C8

#A488C8
(164,136,200)
#967CB6
(150,124,182)
#8870A4
(136,112,164)
#7A6492
(122,100,146)
#6C5880
(108,88,128)
#5E4C6E
(94,76,110)
#50405C
(80,64,92)
#42344A
(66,52,74)
#342838
(52,40,56)
#261C26
(38,28,38)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #A488C8

#A488C8
(164,136,200)
#AC92CD
(172,146,205)
#B49CD2
(180,156,210)
#BCA6D7
(188,166,215)
#C4B0DC
(196,176,220)
#CCBAE1
(204,186,225)
#D4C4E6
(212,196,230)
#DCCEEB
(220,206,235)
#E4D8F0
(228,216,240)
#ECE2F5
(236,226,245)
#F4ECFA
(244,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A488C8; }

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

This text font color is #A488C8.


Background Color

.myBgColor { background-color: #A488C8; }

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

This div background color is #A488C8.


Border color

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

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

This div border color is #A488C8.


Opacity

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

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

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

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

This text has shadow with #A488C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A488C8 on black background.


Color preview on white background

This text has color #A488C8 on white background.



Black color preview on #A488C8 background

This text has black color on #A488C8 background.


White color preview on #A488C8 background

This text has white color on #A488C8 background.