COLOR #A57ABC

HEX: #A57ABC
RGB: (165,122,188)

Color info

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

RGB color model

#A57ABC color RGB value is (165,122,188).

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

RGB channels and saturation

R 165 of 255 = 65%
G 122 of 255 = 48%
B 188 of 255 = 74%

165
122
188

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

Portions of RGB colors in percentages

R + G + B =
165 + 122 + 188 = 475 (100%)
R 165 of 475 ~ 34.74%
G 122 of 475 ~ 25.68%
B 188 of 475 ~ 39.58%

%34.74
%25.68
%39.58

CMYK color model

#A57ABC color CMYK value is (12,35,0,26).

  • cyan value is 12.23%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,35,0,26)
C12M35Y0K26 
(12%,35%,0%,26%)
(0.12/0.35/0.00/0.26)	

CMYK percentages

%12.23
%35.11
%0
%26.27

Codes

Color #A57ABC in popluar color models

A57ABC
RGB165122188
HSL279°33.00%60.78%
HSB/HSV279°35.11%73.73%
CMYK12.23%35.11%0.00%
26.27%

Color #A57ABC in popluar number systems.

HEXA57ABC
Decimal165122188
Binary10100101111101010111100
Octal245172274

Shades and tints

Shades of #A57ABC

#A57ABC
(165,122,188)
#966FAB
(150,111,171)
#87649A
(135,100,154)
#785989
(120,89,137)
#694E78
(105,78,120)
#5A4367
(90,67,103)
#4B3856
(75,56,86)
#3C2D45
(60,45,69)
#2D2234
(45,34,52)
#1E1723
(30,23,35)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A57ABC

#A57ABC
(165,122,188)
#AD86C2
(173,134,194)
#B592C8
(181,146,200)
#BD9ECE
(189,158,206)
#C5AAD4
(197,170,212)
#CDB6DA
(205,182,218)
#D5C2E0
(213,194,224)
#DDCEE6
(221,206,230)
#E5DAEC
(229,218,236)
#EDE6F2
(237,230,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57ABC; }

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

This text font color is #A57ABC.


Background Color

.myBgColor { background-color: #A57ABC; }

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

This div background color is #A57ABC.


Border color

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

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

This div border color is #A57ABC.


Opacity

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

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

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

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

This text has shadow with #A57ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57ABC on black background.


Color preview on white background

This text has color #A57ABC on white background.



Black color preview on #A57ABC background

This text has black color on #A57ABC background.


White color preview on #A57ABC background

This text has white color on #A57ABC background.