COLOR #A53CCF

HEX: #A53CCF RGB: (165,60,207)

Color info

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

RGB color model

#A53CCF color RGB value is (165,60,207).

RGB: (165,60,207) (65%, 24%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 60 of 255 = 24%
B 207 of 255 = 81%

165
60
207

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

Portions of RGB colors in percentages

R + G + B = 165 + 60 + 207 = 432 (100%)
R 165 of 432 ~ 38.19%
G 60 of 432 ~ 13.89%
B 207 of 432 ~ 47.92'%

%38.19
%13.89
%47.92

CMYK color model

#A53CCF color CMYK value is (20,71,0,19).

  • cyan value is 20.29%
  • magenta value is 71.01%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (20,71,0,19) C20M71Y0K19 (20%,71%,0%,19%) (0.20/0.71/0.00/0.19) 

CMYK percentages

%20.29
%71.01
%0
%18.82

Codes

Color #A53CCF in popluar color models

A5 3C CF
RGB 165 60 207
HSL 283° 60.49% 52.35%
HSB/HSV 283° 71.01% 81.18%
CMYK 20.29% 71.01% 0.00%
18.82%

Color #A53CCF in popluar number systems.

HEX A5 3C CF
Decimal 165 60 207
Binary 10100101 111100 11001111
Octal 245 74 317

Shades and tints

Shades of #A53CCF

#A53CCF
(165,60,207)
#9637BD
(150,55,189)
#8732AB
(135,50,171)
#782D99
(120,45,153)
#692887
(105,40,135)
#5A2375
(90,35,117)
#4B1E63
(75,30,99)
#3C1951
(60,25,81)
#2D143F
(45,20,63)
#1E0F2D
(30,15,45)
#0F0A1B
(15,10,27)
#000000
(0,0,0)

Tints of #A53CCF

#A53CCF
(165,60,207)
#AD4DD3
(173,77,211)
#B55ED7
(181,94,215)
#BD6FDB
(189,111,219)
#C580DF
(197,128,223)
#CD91E3
(205,145,227)
#D5A2E7
(213,162,231)
#DDB3EB
(221,179,235)
#E5C4EF
(229,196,239)
#EDD5F3
(237,213,243)
#F5E6F7
(245,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A53CCF; }

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

This text font color is #A53CCF.

Background Color

.myBgColor { background-color: #A53CCF; }

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

This div background color is #A53CCF.

Border color

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

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

This div border color is #A53CCF.

Opacity

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

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

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

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

This text has shadow with #A53CCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A53CCF.

Preview

Color preview on black background

This text has color #A53CCF on black background.


Color preview on white background

This text has color #A53CCF on white background.


Black color preview on #A53CCF background

This text has black color on #A53CCF background.


White color preview on #A53CCF background

This text has white color on #A53CCF background.


Related colors

Complementary color

Complementary color for #hex is #5AC330.


I love getcolorcode.com

Triadic colors

1 #CFA53C and #3CCFA5 with #A53CCF are triadic colors.

2 #CF3CA5 and #3CA5CF with #A53CCF are triadic colors.