COLOR #A57AB1

HEX: #A57AB1
RGB: (165,122,177)

Color info

#A57AB1 contains red, green and blue colors in about the same proportion. Web safe color of #A57AB1 is #996699 (or #969).

RGB color model

#A57AB1 color RGB value is (165,122,177).

  • red value is 165;
  • green value is 122;
  • blue value is 177.
RGB:
(165,122,177)
(65%,48%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 177 of 255 = 69%

165
122
177

R + G + B ~ 61%. #A57AB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 177 = 464 (100%)
R 165 of 464 ~ 35.56%
G 122 of 464 ~ 26.29%
B 177 of 464 ~ 38.15%

%35.56
%26.29
%38.15

CMYK color model

#A57AB1 color CMYK value is (7,31,0,31).

  • cyan value is 6.78%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,31,0,31)
C7M31Y0K31 
(7%,31%,0%,31%)
(0.07/0.31/0.00/0.31)	

CMYK percentages

%6.78
%31.07
%0
%30.59

Codes

Color #A57AB1 in popluar color models

A57AB1
RGB165122177
HSL287°26.07%58.63%
HSB/HSV287°31.07%69.41%
CMYK6.78%31.07%0.00%
30.59%

Color #A57AB1 in popluar number systems.

HEXA57AB1
Decimal165122177
Binary10100101111101010110001
Octal245172261

Shades and tints

Shades of #A57AB1

#A57AB1
(165,122,177)
#966FA1
(150,111,161)
#876491
(135,100,145)
#785981
(120,89,129)
#694E71
(105,78,113)
#5A4361
(90,67,97)
#4B3851
(75,56,81)
#3C2D41
(60,45,65)
#2D2231
(45,34,49)
#1E1721
(30,23,33)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #A57AB1

#A57AB1
(165,122,177)
#AD86B8
(173,134,184)
#B592BF
(181,146,191)
#BD9EC6
(189,158,198)
#C5AACD
(197,170,205)
#CDB6D4
(205,182,212)
#D5C2DB
(213,194,219)
#DDCEE2
(221,206,226)
#E5DAE9
(229,218,233)
#EDE6F0
(237,230,240)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57AB1 color. Also use rgb(165,122,177) instead hex code.

Text Font Color

.myTextColor { color: #A57AB1; }

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

This text font color is #A57AB1.


Background Color

.myBgColor { background-color: #A57AB1; }

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

This div background color is #A57AB1.


Border color

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

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

This div border color is #A57AB1.


Opacity

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

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

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

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

This text has shadow with #A57AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57AB1 on black background.


Color preview on white background

This text has color #A57AB1 on white background.



Black color preview on #A57AB1 background

This text has black color on #A57AB1 background.


White color preview on #A57AB1 background

This text has white color on #A57AB1 background.