COLOR #A57ABF

HEX: #A57ABF
RGB: (165,122,191)

Color info

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

RGB color model

#A57ABF color RGB value is (165,122,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 191 of 255 = 75%

165
122
191

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

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 191 = 478 (100%)
R 165 of 478 ~ 34.52%
G 122 of 478 ~ 25.52%
B 191 of 478 ~ 39.96%

%34.52
%25.52
%39.96

CMYK color model

#A57ABF color CMYK value is (14,36,0,25).

  • cyan value is 13.61%
  • magenta value is 36.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,36,0,25)
C14M36Y0K25 
(14%,36%,0%,25%)
(0.14/0.36/0.00/0.25)	

CMYK percentages

%13.61
%36.13
%0
%25.1

Codes

Color #A57ABF in popluar color models

A57ABF
RGB165122191
HSL277°35.03%61.37%
HSB/HSV277°36.13%74.90%
CMYK13.61%36.13%0.00%
25.10%

Color #A57ABF in popluar number systems.

HEXA57ABF
Decimal165122191
Binary10100101111101010111111
Octal245172277

Shades and tints

Shades of #A57ABF

#A57ABF
(165,122,191)
#966FAE
(150,111,174)
#87649D
(135,100,157)
#78598C
(120,89,140)
#694E7B
(105,78,123)
#5A436A
(90,67,106)
#4B3859
(75,56,89)
#3C2D48
(60,45,72)
#2D2237
(45,34,55)
#1E1726
(30,23,38)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #A57ABF

#A57ABF
(165,122,191)
#AD86C4
(173,134,196)
#B592C9
(181,146,201)
#BD9ECE
(189,158,206)
#C5AAD3
(197,170,211)
#CDB6D8
(205,182,216)
#D5C2DD
(213,194,221)
#DDCEE2
(221,206,226)
#E5DAE7
(229,218,231)
#EDE6EC
(237,230,236)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57ABF; }

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

This text font color is #A57ABF.


Background Color

.myBgColor { background-color: #A57ABF; }

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

This div background color is #A57ABF.


Border color

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

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

This div border color is #A57ABF.


Opacity

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

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

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

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

This text has shadow with #A57ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57ABF on black background.


Color preview on white background

This text has color #A57ABF on white background.



Black color preview on #A57ABF background

This text has black color on #A57ABF background.


White color preview on #A57ABF background

This text has white color on #A57ABF background.