COLOR #A35CCE

HEX: #A35CCE RGB: (163,92,206)

Color info

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

RGB color model

#A35CCE color RGB value is (163,92,206).

RGB: (163,92,206) (64%, 36%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 206 of 255 = 81%

163
92
206

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

Portions of RGB colors in percentages

R + G + B = 163 + 92 + 206 = 461 (100%)
R 163 of 461 ~ 35.36%
G 92 of 461 ~ 19.96%
B 206 of 461 ~ 44.69'%

%35.36
%19.96
%44.69

CMYK color model

#A35CCE color CMYK value is (21,55,0,19).

  • cyan value is 20.87%
  • magenta value is 55.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (21,55,0,19)
C21M55Y0K19 (21%, 55%, 0%, 19%)
(0.21 / 0.55 / 0.00 / 0.19)

CMYK percentages

%20.87
%55.34
%0
%19.22

Codes

Color #A35CCE in popluar color models

A3 5C CE
RGB 163 92 206
HSL 277° 53.77% 58.43%
HSB/HSV 277° 55.34% 80.78%
CMYK 20.87% 55.34% 0.00%
19.22%

Color #A35CCE in popluar number systems.

HEX A3 5C CE
Decimal 163 92 206
Binary 10100011 1011100 11001110
Octal 243 134 316

Shades and tints

Shades of #A35CCE

#A35CCE
(163,92,206)
#9554BC
(149,84,188)
#874CAA
(135,76,170)
#794498
(121,68,152)
#6B3C86
(107,60,134)
#5D3474
(93,52,116)
#4F2C62
(79,44,98)
#412450
(65,36,80)
#331C3E
(51,28,62)
#25142C
(37,20,44)
#170C1A
(23,12,26)
#000000
(0,0,0)

Tints of #A35CCE

#A35CCE
(163,92,206)
#AB6AD2
(171,106,210)
#B378D6
(179,120,214)
#BB86DA
(187,134,218)
#C394DE
(195,148,222)
#CBA2E2
(203,162,226)
#D3B0E6
(211,176,230)
#DBBEEA
(219,190,234)
#E3CCEE
(227,204,238)
#EBDAF2
(235,218,242)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35CCE color. Also use rgb(163,92,206) instead hex code.

Text Font Color

.myTextColor { color: #A35CCE; }

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

This text font color is #A35CCE.

Background Color

.myBgColor { background-color: #A35CCE; }

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

This div background color is #A35CCE.

Border color

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

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

This div border color is #A35CCE.

Opacity

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

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

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

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

This text has shadow with #A35CCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35CCE.

Preview

Color preview on black background

This text has color #A35CCE on black background.


Color preview on white background

This text has color #A35CCE on white background.


Black color preview on #A35CCE background

This text has black color on #A35CCE background.


White color preview on #A35CCE background

This text has white color on #A35CCE background.


Related colors

Complementary color

Complementary color for #hex is #5CA331.


I love getcolorcode.com

Triadic colors

1 #CEA35C and #5CCEA3 with #A35CCE are triadic colors.

2 #CE5CA3 and #5CA3CE with #A35CCE are triadic colors.