COLOR #A57AB7

HEX: #A57AB7
RGB: (165,122,183)

Color info

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

RGB color model

#A57AB7 color RGB value is (165,122,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 183 of 255 = 72%

165
122
183

R + G + B ~ 62%. #A57AB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 183 = 470 (100%)
R 165 of 470 ~ 35.11%
G 122 of 470 ~ 25.96%
B 183 of 470 ~ 38.94%

%35.11
%25.96
%38.94

CMYK color model

#A57AB7 color CMYK value is (10,33,0,28).

  • cyan value is 9.84%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (10,33,0,28) C10M33Y0K28 (10%,33%,0%,28%) (0.10/0.33/0.00/0.28)

CMYK percentages

%9.84
%33.33
%0
%28.24

Codes

Color #A57AB7 in popluar color models

A57AB7
RGB165122183
HSL282°29.76%59.80%
HSB/HSV282°33.33%71.76%
CMYK9.84%33.33%0.00%
28.24%

Color #A57AB7 in popluar number systems.

HEXA57AB7
Decimal165122183
Binary10100101111101010110111
Octal245172267

Shades and tints

Shades of #A57AB7

#A57AB7
(165,122,183)
#966FA7
(150,111,167)
#876497
(135,100,151)
#785987
(120,89,135)
#694E77
(105,78,119)
#5A4367
(90,67,103)
#4B3857
(75,56,87)
#3C2D47
(60,45,71)
#2D2237
(45,34,55)
#1E1727
(30,23,39)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #A57AB7

#A57AB7
(165,122,183)
#AD86BD
(173,134,189)
#B592C3
(181,146,195)
#BD9EC9
(189,158,201)
#C5AACF
(197,170,207)
#CDB6D5
(205,182,213)
#D5C2DB
(213,194,219)
#DDCEE1
(221,206,225)
#E5DAE7
(229,218,231)
#EDE6ED
(237,230,237)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57AB7; }

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

This text font color is #A57AB7.


Background Color

.myBgColor { background-color: #A57AB7; }

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

This div background color is #A57AB7.


Border color

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

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

This div border color is #A57AB7.


Opacity

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

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

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

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

This text has shadow with #A57AB7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A57AB7 on black background.


Color preview on white background

This text has color #A57AB7 on white background.



Black color preview on #A57AB7 background

This text has black color on #A57AB7 background.


White color preview on #A57AB7 background

This text has white color on #A57AB7 background.