COLOR #A57CBC

HEX: #A57CBC RGB: (165,124,188)

Color info

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

RGB color model

#A57CBC color RGB value is (165,124,188).

RGB: (165,124,188) (65%, 49%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 124 of 255 = 49%
B 188 of 255 = 74%

165
124
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 124 + 188 = 477 (100%)
R 165 of 477 ~ 34.59%
G 124 of 477 ~ 26%
B 188 of 477 ~ 39.41'%

%34.59
%26
%39.41

CMYK color model

#A57CBC color CMYK value is (12,34,0,26).

  • cyan value is 12.23%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (12,34,0,26) C12M34Y0K26 (12%,34%,0%,26%) (0.12/0.34/0.00/0.26) 

CMYK percentages

%12.23
%34.04
%0
%26.27

Codes

Color #A57CBC in popluar color models

A5 7C BC
RGB 165 124 188
HSL 278° 32.32% 61.18%
HSB/HSV 278° 34.04% 73.73%
CMYK 12.23% 34.04% 0.00%
26.27%

Color #A57CBC in popluar number systems.

HEX A5 7C BC
Decimal 165 124 188
Binary 10100101 1111100 10111100
Octal 245 174 274

Shades and tints

Shades of #A57CBC

#A57CBC
(165,124,188)
#9671AB
(150,113,171)
#87669A
(135,102,154)
#785B89
(120,91,137)
#695078
(105,80,120)
#5A4567
(90,69,103)
#4B3A56
(75,58,86)
#3C2F45
(60,47,69)
#2D2434
(45,36,52)
#1E1923
(30,25,35)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #A57CBC

#A57CBC
(165,124,188)
#AD87C2
(173,135,194)
#B592C8
(181,146,200)
#BD9DCE
(189,157,206)
#C5A8D4
(197,168,212)
#CDB3DA
(205,179,218)
#D5BEE0
(213,190,224)
#DDC9E6
(221,201,230)
#E5D4EC
(229,212,236)
#EDDFF2
(237,223,242)
#F5EAF8
(245,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A57CBC; }

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

This text font color is #A57CBC.

Background Color

.myBgColor { background-color: #A57CBC; }

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

This div background color is #A57CBC.

Border color

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

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

This div border color is #A57CBC.

Opacity

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

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

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

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

This text has shadow with #A57CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A57CBC.

Preview

Color preview on black background

This text has color #A57CBC on black background.


Color preview on white background

This text has color #A57CBC on white background.


Black color preview on #A57CBC background

This text has black color on #A57CBC background.


White color preview on #A57CBC background

This text has white color on #A57CBC background.


Related colors

Complementary color

Complementary color for #hex is #5A8343.


I love getcolorcode.com

Triadic colors

1 #BCA57C and #7CBCA5 with #A57CBC are triadic colors.

2 #BC7CA5 and #7CA5BC with #A57CBC are triadic colors.