COLOR #A657B0

HEX: #A657B0
RGB: (166,87,176)

Color info

#A657B0 contains mainly red and blue colors. Web safe color of #A657B0 is #996699 (or #969).

RGB color model

#A657B0 color RGB value is (166,87,176).

  • red value is 166;
  • green value is 87;
  • blue value is 176.
RGB:
(166,87,176)
(65%,34%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 87 of 255 = 34%
B 176 of 255 = 69%

166
87
176

R + G + B ~ 56%. #A657B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 87 + 176 = 429 (100%)
R 166 of 429 ~ 38.69%
G 87 of 429 ~ 20.28%
B 176 of 429 ~ 41.03%

%38.69
%20.28
%41.03

CMYK color model

#A657B0 color CMYK value is (6,51,0,31).

  • cyan value is 5.68%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(6,51,0,31)
C6M51Y0K31 
(6%,51%,0%,31%)
(0.06/0.51/0.00/0.31)	

CMYK percentages

%5.68
%50.57
%0
%30.98

Codes

Color #A657B0 in popluar color models

A657B0
RGB16687176
HSL293°36.03%51.57%
HSB/HSV293°50.57%69.02%
CMYK5.68%50.57%0.00%
30.98%

Color #A657B0 in popluar number systems.

HEXA657B0
Decimal16687176
Binary10100110101011110110000
Octal246127260

Shades and tints

Shades of #A657B0

#A657B0
(166,87,176)
#9750A0
(151,80,160)
#884990
(136,73,144)
#794280
(121,66,128)
#6A3B70
(106,59,112)
#5B3460
(91,52,96)
#4C2D50
(76,45,80)
#3D2640
(61,38,64)
#2E1F30
(46,31,48)
#1F1820
(31,24,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A657B0

#A657B0
(166,87,176)
#AE66B7
(174,102,183)
#B675BE
(182,117,190)
#BE84C5
(190,132,197)
#C693CC
(198,147,204)
#CEA2D3
(206,162,211)
#D6B1DA
(214,177,218)
#DEC0E1
(222,192,225)
#E6CFE8
(230,207,232)
#EEDEEF
(238,222,239)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A657B0 color. Also use rgb(166,87,176) instead hex code.

Text Font Color

.myTextColor { color: #A657B0; }

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

This text font color is #A657B0.


Background Color

.myBgColor { background-color: #A657B0; }

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

This div background color is #A657B0.


Border color

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

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

This div border color is #A657B0.


Opacity

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

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

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

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

This text has shadow with #A657B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A657B0 on black background.


Color preview on white background

This text has color #A657B0 on white background.



Black color preview on #A657B0 background

This text has black color on #A657B0 background.


White color preview on #A657B0 background

This text has white color on #A657B0 background.