COLOR #A53FC1

HEX: #A53FC1 RGB: (165,63,193)

Color info

#A53FC1 contains mainly red and blue colors. Web safe color of #A53FC1 is #9933CC (or #93C).

RGB color model

#A53FC1 color RGB value is (165,63,193).

RGB: (165,63,193) (65%, 25%, 76%)

RGB channels and saturation

R 165 of 255 = 65%
G 63 of 255 = 25%
B 193 of 255 = 76%

165
63
193

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

Portions of RGB colors in percentages

R + G + B = 165 + 63 + 193 = 421 (100%)
R 165 of 421 ~ 39.19%
G 63 of 421 ~ 14.96%
B 193 of 421 ~ 45.84'%

%39.19
%14.96
%45.84

CMYK color model

#A53FC1 color CMYK value is (15,67,0,24).

  • cyan value is 14.51%
  • magenta value is 67.36%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (15,67,0,24)
C15M67Y0K24 (15%, 67%, 0%, 24%)
(0.15 / 0.67 / 0.00 / 0.24)

CMYK percentages

%14.51
%67.36
%0
%24.31

Codes

Color #A53FC1 in popluar color models

A5 3F C1
RGB 165 63 193
HSL 287° 51.18% 50.20%
HSB/HSV 287° 67.36% 75.69%
CMYK 14.51% 67.36% 0.00%
24.31%

Color #A53FC1 in popluar number systems.

HEX A5 3F C1
Decimal 165 63 193
Binary 10100101 111111 11000001
Octal 245 77 301

Shades and tints

Shades of #A53FC1

#A53FC1
(165,63,193)
#963AB0
(150,58,176)
#87359F
(135,53,159)
#78308E
(120,48,142)
#692B7D
(105,43,125)
#5A266C
(90,38,108)
#4B215B
(75,33,91)
#3C1C4A
(60,28,74)
#2D1739
(45,23,57)
#1E1228
(30,18,40)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #A53FC1

#A53FC1
(165,63,193)
#AD50C6
(173,80,198)
#B561CB
(181,97,203)
#BD72D0
(189,114,208)
#C583D5
(197,131,213)
#CD94DA
(205,148,218)
#D5A5DF
(213,165,223)
#DDB6E4
(221,182,228)
#E5C7E9
(229,199,233)
#EDD8EE
(237,216,238)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53FC1 color. Also use rgb(165,63,193) instead hex code.

Text Font Color

.myTextColor { color: #A53FC1; }

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

This text font color is #A53FC1.

Background Color

.myBgColor { background-color: #A53FC1; }

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

This div background color is #A53FC1.

Border color

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

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

This div border color is #A53FC1.

Opacity

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

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

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

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

This text has shadow with #A53FC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53FC1.

Preview

Color preview on black background

This text has color #A53FC1 on black background.


Color preview on white background

This text has color #A53FC1 on white background.


Black color preview on #A53FC1 background

This text has black color on #A53FC1 background.


White color preview on #A53FC1 background

This text has white color on #A53FC1 background.


Related colors

Complementary color

Complementary color for #hex is #5AC03E.


I love getcolorcode.com

Triadic colors

1 #C1A53F and #3FC1A5 with #A53FC1 are triadic colors.

2 #C13FA5 and #3FA5C1 with #A53FC1 are triadic colors.