COLOR #A357CF

HEX: #A357CF RGB: (163,87,207)

Color info

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

RGB color model

#A357CF color RGB value is (163,87,207).

RGB: (163,87,207) (64%, 34%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 87 of 255 = 34%
B 207 of 255 = 81%

163
87
207

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

Portions of RGB colors in percentages

R + G + B = 163 + 87 + 207 = 457 (100%)
R 163 of 457 ~ 35.67%
G 87 of 457 ~ 19.04%
B 207 of 457 ~ 45.3'%

%35.67
%19.04
%45.3

CMYK color model

#A357CF color CMYK value is (21,58,0,19).

  • cyan value is 21.26%
  • magenta value is 57.97%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,58,0,19)
C21M58Y0K19 (21%, 58%, 0%, 19%)
(0.21 / 0.58 / 0.00 / 0.19)

CMYK percentages

%21.26
%57.97
%0
%18.82

Codes

Color #A357CF in popluar color models

A3 57 CF
RGB 163 87 207
HSL 278° 55.56% 57.65%
HSB/HSV 278° 57.97% 81.18%
CMYK 21.26% 57.97% 0.00%
18.82%

Color #A357CF in popluar number systems.

HEX A3 57 CF
Decimal 163 87 207
Binary 10100011 1010111 11001111
Octal 243 127 317

Shades and tints

Shades of #A357CF

#A357CF
(163,87,207)
#9550BD
(149,80,189)
#8749AB
(135,73,171)
#794299
(121,66,153)
#6B3B87
(107,59,135)
#5D3475
(93,52,117)
#4F2D63
(79,45,99)
#412651
(65,38,81)
#331F3F
(51,31,63)
#25182D
(37,24,45)
#17111B
(23,17,27)
#000000
(0,0,0)

Tints of #A357CF

#A357CF
(163,87,207)
#AB66D3
(171,102,211)
#B375D7
(179,117,215)
#BB84DB
(187,132,219)
#C393DF
(195,147,223)
#CBA2E3
(203,162,227)
#D3B1E7
(211,177,231)
#DBC0EB
(219,192,235)
#E3CFEF
(227,207,239)
#EBDEF3
(235,222,243)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A357CF color. Also use rgb(163,87,207) instead hex code.

Text Font Color

.myTextColor { color: #A357CF; }

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

This text font color is #A357CF.

Background Color

.myBgColor { background-color: #A357CF; }

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

This div background color is #A357CF.

Border color

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

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

This div border color is #A357CF.

Opacity

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

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

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

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

This text has shadow with #A357CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A357CF.

Preview

Color preview on black background

This text has color #A357CF on black background.


Color preview on white background

This text has color #A357CF on white background.


Black color preview on #A357CF background

This text has black color on #A357CF background.


White color preview on #A357CF background

This text has white color on #A357CF background.


Related colors

Complementary color

Complementary color for #hex is #5CA830.


I love getcolorcode.com

Triadic colors

1 #CFA357 and #57CFA3 with #A357CF are triadic colors.

2 #CF57A3 and #57A3CF with #A357CF are triadic colors.