COLOR #A35C90

HEX: #A35C90 RGB: (163,92,144)

Color info

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

RGB color model

#A35C90 color RGB value is (163,92,144).

RGB: (163,92,144) (64%, 36%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 144 of 255 = 56%

163
92
144

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

Portions of RGB colors in percentages

R + G + B = 163 + 92 + 144 = 399 (100%)
R 163 of 399 ~ 40.85%
G 92 of 399 ~ 23.06%
B 144 of 399 ~ 36.09'%

%40.85
%23.06
%36.09

CMYK color model

#A35C90 color CMYK value is (0,44,12,36).

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

CMYK: (0,44,12,36)
C0M44Y12K36 (0%, 44%, 12%, 36%)
(0.00 / 0.44 / 0.12 / 0.36)

CMYK percentages

%0
%43.56
%11.66
%36.08

Codes

Color #A35C90 in popluar color models

A3 5C 90
RGB 163 92 144
HSL 316° 27.84% 50.00%
HSB/HSV 316° 43.56% 63.92%
CMYK 0.00% 43.56% 11.66%
36.08%

Color #A35C90 in popluar number systems.

HEX A3 5C 90
Decimal 163 92 144
Binary 10100011 1011100 10010000
Octal 243 134 220

Shades and tints

Shades of #A35C90

#A35C90
(163,92,144)
#955483
(149,84,131)
#874C76
(135,76,118)
#794469
(121,68,105)
#6B3C5C
(107,60,92)
#5D344F
(93,52,79)
#4F2C42
(79,44,66)
#412435
(65,36,53)
#331C28
(51,28,40)
#25141B
(37,20,27)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #A35C90

#A35C90
(163,92,144)
#AB6A9A
(171,106,154)
#B378A4
(179,120,164)
#BB86AE
(187,134,174)
#C394B8
(195,148,184)
#CBA2C2
(203,162,194)
#D3B0CC
(211,176,204)
#DBBED6
(219,190,214)
#E3CCE0
(227,204,224)
#EBDAEA
(235,218,234)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35C90; }

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

This text font color is #A35C90.

Background Color

.myBgColor { background-color: #A35C90; }

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

This div background color is #A35C90.

Border color

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

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

This div border color is #A35C90.

Opacity

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

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

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

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

This text has shadow with #A35C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35C90.

Preview

Color preview on black background

This text has color #A35C90 on black background.


Color preview on white background

This text has color #A35C90 on white background.


Black color preview on #A35C90 background

This text has black color on #A35C90 background.


White color preview on #A35C90 background

This text has white color on #A35C90 background.


Related colors

Complementary color

Complementary color for #hex is #5CA36F.


I love getcolorcode.com

Triadic colors

1 #90A35C and #5C90A3 with #A35C90 are triadic colors.

2 #905CA3 and #5CA390 with #A35C90 are triadic colors.