COLOR #A57CA3

HEX: #A57CA3 RGB: (165,124,163)

Color info

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

RGB color model

#A57CA3 color RGB value is (165,124,163).

RGB: (165,124,163) (65%, 49%, 64%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 163 of 255 = 64%

165
124
163

R + G + B ~ 59%. #A57CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 124 + 163 = 452 (100%)
R 165 of 452 ~ 36.5%
G 124 of 452 ~ 27.43%
B 163 of 452 ~ 36.06'%

%36.5
%27.43
%36.06

CMYK color model

#A57CA3 color CMYK value is (0,25,1,35).

  • cyan value is 0.00%
  • magenta value is 24.85%
  • yellow value is 1.21%
  • key color value is 35.29%

CMYK: (0,25,1,35)
C0M25Y1K35 (0%, 25%, 1%, 35%)
(0.00 / 0.25 / 0.01 / 0.35)

CMYK percentages

%0
%24.85
%1.21
%35.29

Codes

Color #A57CA3 in popluar color models

A5 7C A3
RGB 165 124 163
HSL 303° 18.55% 56.67%
HSB/HSV 303° 24.85% 64.71%
CMYK 0.00% 24.85% 1.21%
35.29%

Color #A57CA3 in popluar number systems.

HEX A5 7C A3
Decimal 165 124 163
Binary 10100101 1111100 10100011
Octal 245 174 243

Shades and tints

Shades of #A57CA3

#A57CA3
(165,124,163)
#967195
(150,113,149)
#876687
(135,102,135)
#785B79
(120,91,121)
#69506B
(105,80,107)
#5A455D
(90,69,93)
#4B3A4F
(75,58,79)
#3C2F41
(60,47,65)
#2D2433
(45,36,51)
#1E1925
(30,25,37)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #A57CA3

#A57CA3
(165,124,163)
#AD87AB
(173,135,171)
#B592B3
(181,146,179)
#BD9DBB
(189,157,187)
#C5A8C3
(197,168,195)
#CDB3CB
(205,179,203)
#D5BED3
(213,190,211)
#DDC9DB
(221,201,219)
#E5D4E3
(229,212,227)
#EDDFEB
(237,223,235)
#F5EAF3
(245,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57CA3 color. Also use rgb(165,124,163) instead hex code.

Text Font Color

.myTextColor { color: #A57CA3; }

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

This text font color is #A57CA3.

Background Color

.myBgColor { background-color: #A57CA3; }

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

This div background color is #A57CA3.

Border color

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

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

This div border color is #A57CA3.

Opacity

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

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

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

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

This text has shadow with #A57CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57CA3.

Preview

Color preview on black background

This text has color #A57CA3 on black background.


Color preview on white background

This text has color #A57CA3 on white background.


Black color preview on #A57CA3 background

This text has black color on #A57CA3 background.


White color preview on #A57CA3 background

This text has white color on #A57CA3 background.


Related colors

Complementary color

Complementary color for #hex is #5A835C.


I love getcolorcode.com

Triadic colors

1 #A3A57C and #7CA3A5 with #A57CA3 are triadic colors.

2 #A37CA5 and #7CA5A3 with #A57CA3 are triadic colors.