COLOR #A57BC6

HEX: #A57BC6
RGB: (165,123,198)

Color info

#A57BC6 contains mainly red and blue colors. Web safe color of #A57BC6 is #9966CC (or #96C).

RGB color model

#A57BC6 color RGB value is (165,123,198).

  • red value is 165;
  • green value is 123;
  • blue value is 198.
RGB:
(165,123,198)
(65%,48%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 123 of 255 = 48%
B 198 of 255 = 78%

165
123
198

R + G + B ~ 64%. #A57BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 123 + 198 = 486 (100%)
R 165 of 486 ~ 33.95%
G 123 of 486 ~ 25.31%
B 198 of 486 ~ 40.74%

%33.95
%25.31
%40.74

CMYK color model

#A57BC6 color CMYK value is (17,38,0,22).

  • cyan value is 16.67%
  • magenta value is 37.88%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(17,38,0,22)
C17M38Y0K22 
(17%,38%,0%,22%)
(0.17/0.38/0.00/0.22)	

CMYK percentages

%16.67
%37.88
%0
%22.35

Codes

Color #A57BC6 in popluar color models

A57BC6
RGB165123198
HSL274°39.68%62.94%
HSB/HSV274°37.88%77.65%
CMYK16.67%37.88%0.00%
22.35%

Color #A57BC6 in popluar number systems.

HEXA57BC6
Decimal165123198
Binary10100101111101111000110
Octal245173306

Shades and tints

Shades of #A57BC6

#A57BC6
(165,123,198)
#9670B4
(150,112,180)
#8765A2
(135,101,162)
#785A90
(120,90,144)
#694F7E
(105,79,126)
#5A446C
(90,68,108)
#4B395A
(75,57,90)
#3C2E48
(60,46,72)
#2D2336
(45,35,54)
#1E1824
(30,24,36)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A57BC6

#A57BC6
(165,123,198)
#AD87CB
(173,135,203)
#B593D0
(181,147,208)
#BD9FD5
(189,159,213)
#C5ABDA
(197,171,218)
#CDB7DF
(205,183,223)
#D5C3E4
(213,195,228)
#DDCFE9
(221,207,233)
#E5DBEE
(229,219,238)
#EDE7F3
(237,231,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57BC6 color. Also use rgb(165,123,198) instead hex code.

Text Font Color

.myTextColor { color: #A57BC6; }

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

This text font color is #A57BC6.


Background Color

.myBgColor { background-color: #A57BC6; }

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

This div background color is #A57BC6.


Border color

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

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

This div border color is #A57BC6.


Opacity

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

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

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

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

This text has shadow with #A57BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57BC6 on black background.


Color preview on white background

This text has color #A57BC6 on white background.



Black color preview on #A57BC6 background

This text has black color on #A57BC6 background.


White color preview on #A57BC6 background

This text has white color on #A57BC6 background.