COLOR #A35CCA

HEX: #A35CCA RGB: (163,92,202)

Color info

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

RGB color model

#A35CCA color RGB value is (163,92,202).

RGB: (163,92,202) (64%, 36%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 202 of 255 = 79%

163
92
202

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

Portions of RGB colors in percentages

R + G + B = 163 + 92 + 202 = 457 (100%)
R 163 of 457 ~ 35.67%
G 92 of 457 ~ 20.13%
B 202 of 457 ~ 44.2'%

%35.67
%20.13
%44.2

CMYK color model

#A35CCA color CMYK value is (19,54,0,21).

  • cyan value is 19.31%
  • magenta value is 54.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,54,0,21)
C19M54Y0K21 (19%, 54%, 0%, 21%)
(0.19 / 0.54 / 0.00 / 0.21)

CMYK percentages

%19.31
%54.46
%0
%20.78

Codes

Color #A35CCA in popluar color models

A3 5C CA
RGB 163 92 202
HSL 279° 50.93% 57.65%
HSB/HSV 279° 54.46% 79.22%
CMYK 19.31% 54.46% 0.00%
20.78%

Color #A35CCA in popluar number systems.

HEX A3 5C CA
Decimal 163 92 202
Binary 10100011 1011100 11001010
Octal 243 134 312

Shades and tints

Shades of #A35CCA

#A35CCA
(163,92,202)
#9554B8
(149,84,184)
#874CA6
(135,76,166)
#794494
(121,68,148)
#6B3C82
(107,60,130)
#5D3470
(93,52,112)
#4F2C5E
(79,44,94)
#41244C
(65,36,76)
#331C3A
(51,28,58)
#251428
(37,20,40)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #A35CCA

#A35CCA
(163,92,202)
#AB6ACE
(171,106,206)
#B378D2
(179,120,210)
#BB86D6
(187,134,214)
#C394DA
(195,148,218)
#CBA2DE
(203,162,222)
#D3B0E2
(211,176,226)
#DBBEE6
(219,190,230)
#E3CCEA
(227,204,234)
#EBDAEE
(235,218,238)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35CCA; }

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

This text font color is #A35CCA.

Background Color

.myBgColor { background-color: #A35CCA; }

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

This div background color is #A35CCA.

Border color

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

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

This div border color is #A35CCA.

Opacity

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

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

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

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

This text has shadow with #A35CCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35CCA.

Preview

Color preview on black background

This text has color #A35CCA on black background.


Color preview on white background

This text has color #A35CCA on white background.


Black color preview on #A35CCA background

This text has black color on #A35CCA background.


White color preview on #A35CCA background

This text has white color on #A35CCA background.


Related colors

Complementary color

Complementary color for #hex is #5CA335.


I love getcolorcode.com

Triadic colors

1 #CAA35C and #5CCAA3 with #A35CCA are triadic colors.

2 #CA5CA3 and #5CA3CA with #A35CCA are triadic colors.