COLOR #A35FC9

HEX: #A35FC9 RGB: (163,95,201)

Color info

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

RGB color model

#A35FC9 color RGB value is (163,95,201).

RGB: (163,95,201) (64%, 37%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 201 of 255 = 79%

163
95
201

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

Portions of RGB colors in percentages

R + G + B = 163 + 95 + 201 = 459 (100%)
R 163 of 459 ~ 35.51%
G 95 of 459 ~ 20.7%
B 201 of 459 ~ 43.79'%

%35.51
%20.7
%43.79

CMYK color model

#A35FC9 color CMYK value is (19,53,0,21).

  • cyan value is 18.91%
  • magenta value is 52.74%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (19,53,0,21)
C19M53Y0K21 (19%, 53%, 0%, 21%)
(0.19 / 0.53 / 0.00 / 0.21)

CMYK percentages

%18.91
%52.74
%0
%21.18

Codes

Color #A35FC9 in popluar color models

A3 5F C9
RGB 163 95 201
HSL 278° 49.53% 58.04%
HSB/HSV 278° 52.74% 78.82%
CMYK 18.91% 52.74% 0.00%
21.18%

Color #A35FC9 in popluar number systems.

HEX A3 5F C9
Decimal 163 95 201
Binary 10100011 1011111 11001001
Octal 243 137 311

Shades and tints

Shades of #A35FC9

#A35FC9
(163,95,201)
#9557B7
(149,87,183)
#874FA5
(135,79,165)
#794793
(121,71,147)
#6B3F81
(107,63,129)
#5D376F
(93,55,111)
#4F2F5D
(79,47,93)
#41274B
(65,39,75)
#331F39
(51,31,57)
#251727
(37,23,39)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #A35FC9

#A35FC9
(163,95,201)
#AB6DCD
(171,109,205)
#B37BD1
(179,123,209)
#BB89D5
(187,137,213)
#C397D9
(195,151,217)
#CBA5DD
(203,165,221)
#D3B3E1
(211,179,225)
#DBC1E5
(219,193,229)
#E3CFE9
(227,207,233)
#EBDDED
(235,221,237)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35FC9 color. Also use rgb(163,95,201) instead hex code.

Text Font Color

.myTextColor { color: #A35FC9; }

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

This text font color is #A35FC9.

Background Color

.myBgColor { background-color: #A35FC9; }

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

This div background color is #A35FC9.

Border color

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

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

This div border color is #A35FC9.

Opacity

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

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

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

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

This text has shadow with #A35FC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35FC9.

Preview

Color preview on black background

This text has color #A35FC9 on black background.


Color preview on white background

This text has color #A35FC9 on white background.


Black color preview on #A35FC9 background

This text has black color on #A35FC9 background.


White color preview on #A35FC9 background

This text has white color on #A35FC9 background.


Related colors

Complementary color

Complementary color for #hex is #5CA036.


I love getcolorcode.com

Triadic colors

1 #C9A35F and #5FC9A3 with #A35FC9 are triadic colors.

2 #C95FA3 and #5FA3C9 with #A35FC9 are triadic colors.