COLOR #A35C9A

HEX: #A35C9A RGB: (163,92,154)

Color info

#A35C9A contains mainly red and blue colors. Web safe color of #A35C9A is #996699 (or #969).

RGB color model

#A35C9A color RGB value is (163,92,154).

RGB: (163,92,154) (64%, 36%, 60%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 154 of 255 = 60%

163
92
154

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

Portions of RGB colors in percentages

R + G + B = 163 + 92 + 154 = 409 (100%)
R 163 of 409 ~ 39.85%
G 92 of 409 ~ 22.49%
B 154 of 409 ~ 37.65'%

%39.85
%22.49
%37.65

CMYK color model

#A35C9A color CMYK value is (0,44,6,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 5.52%
  • key color value is 36.08%

CMYK: (0,44,6,36)
C0M44Y6K36 (0%, 44%, 6%, 36%)
(0.00 / 0.44 / 0.06 / 0.36)

CMYK percentages

%0
%43.56
%5.52
%36.08

Codes

Color #A35C9A in popluar color models

A3 5C 9A
RGB 163 92 154
HSL 308° 27.84% 50.00%
HSB/HSV 308° 43.56% 63.92%
CMYK 0.00% 43.56% 5.52%
36.08%

Color #A35C9A in popluar number systems.

HEX A3 5C 9A
Decimal 163 92 154
Binary 10100011 1011100 10011010
Octal 243 134 232

Shades and tints

Shades of #A35C9A

#A35C9A
(163,92,154)
#95548C
(149,84,140)
#874C7E
(135,76,126)
#794470
(121,68,112)
#6B3C62
(107,60,98)
#5D3454
(93,52,84)
#4F2C46
(79,44,70)
#412438
(65,36,56)
#331C2A
(51,28,42)
#25141C
(37,20,28)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #A35C9A

#A35C9A
(163,92,154)
#AB6AA3
(171,106,163)
#B378AC
(179,120,172)
#BB86B5
(187,134,181)
#C394BE
(195,148,190)
#CBA2C7
(203,162,199)
#D3B0D0
(211,176,208)
#DBBED9
(219,190,217)
#E3CCE2
(227,204,226)
#EBDAEB
(235,218,235)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35C9A; }

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

This text font color is #A35C9A.

Background Color

.myBgColor { background-color: #A35C9A; }

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

This div background color is #A35C9A.

Border color

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

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

This div border color is #A35C9A.

Opacity

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

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

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

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

This text has shadow with #A35C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35C9A.

Preview

Color preview on black background

This text has color #A35C9A on black background.


Color preview on white background

This text has color #A35C9A on white background.


Black color preview on #A35C9A background

This text has black color on #A35C9A background.


White color preview on #A35C9A background

This text has white color on #A35C9A background.


Related colors

Complementary color

Complementary color for #hex is #5CA365.


I love getcolorcode.com

Triadic colors

1 #9AA35C and #5C9AA3 with #A35C9A are triadic colors.

2 #9A5CA3 and #5CA39A with #A35C9A are triadic colors.