COLOR #A35FD6

HEX: #A35FD6 RGB: (163,95,214)

Color info

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

RGB color model

#A35FD6 color RGB value is (163,95,214).

RGB: (163,95,214) (64%, 37%, 84%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 214 of 255 = 84%

163
95
214

R + G + B ~ 62%. #A35FD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 95 + 214 = 472 (100%)
R 163 of 472 ~ 34.53%
G 95 of 472 ~ 20.13%
B 214 of 472 ~ 45.34'%

%34.53
%20.13
%45.34

CMYK color model

#A35FD6 color CMYK value is (24,56,0,16).

  • cyan value is 23.83%
  • magenta value is 55.61%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (24,56,0,16)
C24M56Y0K16 (24%, 56%, 0%, 16%)
(0.24 / 0.56 / 0.00 / 0.16)

CMYK percentages

%23.83
%55.61
%0
%16.08

Codes

Color #A35FD6 in popluar color models

A3 5F D6
RGB 163 95 214
HSL 274° 59.20% 60.59%
HSB/HSV 274° 55.61% 83.92%
CMYK 23.83% 55.61% 0.00%
16.08%

Color #A35FD6 in popluar number systems.

HEX A3 5F D6
Decimal 163 95 214
Binary 10100011 1011111 11010110
Octal 243 137 326

Shades and tints

Shades of #A35FD6

#A35FD6
(163,95,214)
#9557C3
(149,87,195)
#874FB0
(135,79,176)
#79479D
(121,71,157)
#6B3F8A
(107,63,138)
#5D3777
(93,55,119)
#4F2F64
(79,47,100)
#412751
(65,39,81)
#331F3E
(51,31,62)
#25172B
(37,23,43)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #A35FD6

#A35FD6
(163,95,214)
#AB6DD9
(171,109,217)
#B37BDC
(179,123,220)
#BB89DF
(187,137,223)
#C397E2
(195,151,226)
#CBA5E5
(203,165,229)
#D3B3E8
(211,179,232)
#DBC1EB
(219,193,235)
#E3CFEE
(227,207,238)
#EBDDF1
(235,221,241)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35FD6; }

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

This text font color is #A35FD6.

Background Color

.myBgColor { background-color: #A35FD6; }

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

This div background color is #A35FD6.

Border color

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

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

This div border color is #A35FD6.

Opacity

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

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

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

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

This text has shadow with #A35FD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35FD6.

Preview

Color preview on black background

This text has color #A35FD6 on black background.


Color preview on white background

This text has color #A35FD6 on white background.


Black color preview on #A35FD6 background

This text has black color on #A35FD6 background.


White color preview on #A35FD6 background

This text has white color on #A35FD6 background.


Related colors

Complementary color

Complementary color for #A35FD6 is #5CA029.


I love getcolorcode.com

Triadic colors

1 #D6A35F and #5FD6A3 with #A35FD6 are triadic colors.

2 #D65FA3 and #5FA3D6 with #A35FD6 are triadic colors.