COLOR #A53CC8

HEX: #A53CC8 RGB: (165,60,200)

Color info

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

RGB color model

#A53CC8 color RGB value is (165,60,200).

RGB: (165,60,200) (65%, 24%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 60 of 255 = 24%
B 200 of 255 = 78%

165
60
200

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

Portions of RGB colors in percentages

R + G + B = 165 + 60 + 200 = 425 (100%)
R 165 of 425 ~ 38.82%
G 60 of 425 ~ 14.12%
B 200 of 425 ~ 47.06'%

%38.82
%14.12
%47.06

CMYK color model

#A53CC8 color CMYK value is (18,70,0,22).

  • cyan value is 17.50%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (18,70,0,22)
C18M70Y0K22 (18%, 70%, 0%, 22%)
(0.18 / 0.70 / 0.00 / 0.22)

CMYK percentages

%17.5
%70
%0
%21.57

Codes

Color #A53CC8 in popluar color models

A5 3C C8
RGB 165 60 200
HSL 285° 56.00% 50.98%
HSB/HSV 285° 70.00% 78.43%
CMYK 17.50% 70.00% 0.00%
21.57%

Color #A53CC8 in popluar number systems.

HEX A5 3C C8
Decimal 165 60 200
Binary 10100101 111100 11001000
Octal 245 74 310

Shades and tints

Shades of #A53CC8

#A53CC8
(165,60,200)
#9637B6
(150,55,182)
#8732A4
(135,50,164)
#782D92
(120,45,146)
#692880
(105,40,128)
#5A236E
(90,35,110)
#4B1E5C
(75,30,92)
#3C194A
(60,25,74)
#2D1438
(45,20,56)
#1E0F26
(30,15,38)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #A53CC8

#A53CC8
(165,60,200)
#AD4DCD
(173,77,205)
#B55ED2
(181,94,210)
#BD6FD7
(189,111,215)
#C580DC
(197,128,220)
#CD91E1
(205,145,225)
#D5A2E6
(213,162,230)
#DDB3EB
(221,179,235)
#E5C4F0
(229,196,240)
#EDD5F5
(237,213,245)
#F5E6FA
(245,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A53CC8 color. Also use rgb(165,60,200) instead hex code.

Text Font Color

.myTextColor { color: #A53CC8; }

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

This text font color is #A53CC8.

Background Color

.myBgColor { background-color: #A53CC8; }

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

This div background color is #A53CC8.

Border color

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

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

This div border color is #A53CC8.

Opacity

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

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

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

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

This text has shadow with #A53CC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53CC8.

Preview

Color preview on black background

This text has color #A53CC8 on black background.


Color preview on white background

This text has color #A53CC8 on white background.


Black color preview on #A53CC8 background

This text has black color on #A53CC8 background.


White color preview on #A53CC8 background

This text has white color on #A53CC8 background.


Related colors

Complementary color

Complementary color for #hex is #5AC337.


I love getcolorcode.com

Triadic colors

1 #C8A53C and #3CC8A5 with #A53CC8 are triadic colors.

2 #C83CA5 and #3CA5C8 with #A53CC8 are triadic colors.