COLOR #A57FC0

HEX: #A57FC0
RGB: (165,127,192)

Color info

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

RGB color model

#A57FC0 color RGB value is (165,127,192).

  • red value is 165;
  • green value is 127;
  • blue value is 192.
RGB:
(165,127,192)
(65%,50%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 127 of 255 = 50%
B 192 of 255 = 75%

165
127
192

R + G + B ~ 63%. #A57FC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 127 + 192 = 484 (100%)
R 165 of 484 ~ 34.09%
G 127 of 484 ~ 26.24%
B 192 of 484 ~ 39.67%

%34.09
%26.24
%39.67

CMYK color model

#A57FC0 color CMYK value is (14,34,0,25).

  • cyan value is 14.06%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,34,0,25)
C14M34Y0K25 
(14%,34%,0%,25%)
(0.14/0.34/0.00/0.25)	

CMYK percentages

%14.06
%33.85
%0
%24.71

Codes

Color #A57FC0 in popluar color models

A57FC0
RGB165127192
HSL275°34.03%62.55%
HSB/HSV275°33.85%75.29%
CMYK14.06%33.85%0.00%
24.71%

Color #A57FC0 in popluar number systems.

HEXA57FC0
Decimal165127192
Binary10100101111111111000000
Octal245177300

Shades and tints

Shades of #A57FC0

#A57FC0
(165,127,192)
#9674AF
(150,116,175)
#87699E
(135,105,158)
#785E8D
(120,94,141)
#69537C
(105,83,124)
#5A486B
(90,72,107)
#4B3D5A
(75,61,90)
#3C3249
(60,50,73)
#2D2738
(45,39,56)
#1E1C27
(30,28,39)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A57FC0

#A57FC0
(165,127,192)
#AD8AC5
(173,138,197)
#B595CA
(181,149,202)
#BDA0CF
(189,160,207)
#C5ABD4
(197,171,212)
#CDB6D9
(205,182,217)
#D5C1DE
(213,193,222)
#DDCCE3
(221,204,227)
#E5D7E8
(229,215,232)
#EDE2ED
(237,226,237)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57FC0 color. Also use rgb(165,127,192) instead hex code.

Text Font Color

.myTextColor { color: #A57FC0; }

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

This text font color is #A57FC0.


Background Color

.myBgColor { background-color: #A57FC0; }

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

This div background color is #A57FC0.


Border color

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

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

This div border color is #A57FC0.


Opacity

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

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

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

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

This text has shadow with #A57FC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57FC0 on black background.


Color preview on white background

This text has color #A57FC0 on white background.



Black color preview on #A57FC0 background

This text has black color on #A57FC0 background.


White color preview on #A57FC0 background

This text has white color on #A57FC0 background.