COLOR #A35CC7

HEX: #A35CC7 RGB: (163,92,199)

Color info

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

RGB color model

#A35CC7 color RGB value is (163,92,199).

RGB: (163,92,199) (64%, 36%, 78%)

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 199 of 255 = 78%

163
92
199

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

Portions of RGB colors in percentages

R + G + B = 163 + 92 + 199 = 454 (100%)
R 163 of 454 ~ 35.9%
G 92 of 454 ~ 20.26%
B 199 of 454 ~ 43.83'%

%35.9
%20.26
%43.83

CMYK color model

#A35CC7 color CMYK value is (18,54,0,22).

  • cyan value is 18.09%
  • magenta value is 53.77%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (18,54,0,22) C18M54Y0K22 (18%,54%,0%,22%) (0.18/0.54/0.00/0.22) 

CMYK percentages

%18.09
%53.77
%0
%21.96

Codes

Color #A35CC7 in popluar color models

A3 5C C7
RGB 163 92 199
HSL 280° 48.86% 57.06%
HSB/HSV 280° 53.77% 78.04%
CMYK 18.09% 53.77% 0.00%
21.96%

Color #A35CC7 in popluar number systems.

HEX A3 5C C7
Decimal 163 92 199
Binary 10100011 1011100 11000111
Octal 243 134 307

Shades and tints

Shades of #A35CC7

#A35CC7
(163,92,199)
#9554B5
(149,84,181)
#874CA3
(135,76,163)
#794491
(121,68,145)
#6B3C7F
(107,60,127)
#5D346D
(93,52,109)
#4F2C5B
(79,44,91)
#412449
(65,36,73)
#331C37
(51,28,55)
#251425
(37,20,37)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #A35CC7

#A35CC7
(163,92,199)
#AB6ACC
(171,106,204)
#B378D1
(179,120,209)
#BB86D6
(187,134,214)
#C394DB
(195,148,219)
#CBA2E0
(203,162,224)
#D3B0E5
(211,176,229)
#DBBEEA
(219,190,234)
#E3CCEF
(227,204,239)
#EBDAF4
(235,218,244)
#F3E8F9
(243,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35CC7; }

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

This text font color is #A35CC7.

Background Color

.myBgColor { background-color: #A35CC7; }

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

This div background color is #A35CC7.

Border color

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

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

This div border color is #A35CC7.

Opacity

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

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

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

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

This text has shadow with #A35CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35CC7.

Preview

Color preview on black background

This text has color #A35CC7 on black background.


Color preview on white background

This text has color #A35CC7 on white background.


Black color preview on #A35CC7 background

This text has black color on #A35CC7 background.


White color preview on #A35CC7 background

This text has white color on #A35CC7 background.


Related colors

Complementary color

Complementary color for #hex is #5CA338.


I love getcolorcode.com

Triadic colors

1 #C7A35C and #5CC7A3 with #A35CC7 are triadic colors.

2 #C75CA3 and #5CA3C7 with #A35CC7 are triadic colors.