COLOR #A35DD1

HEX: #A35DD1 RGB: (163,93,209)

Color info

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

RGB color model

#A35DD1 color RGB value is (163,93,209).

RGB: (163,93,209) (64%, 36%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 209 of 255 = 82%

163
93
209

R + G + B ~ 61%. #A35DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 93 + 209 = 465 (100%)
R 163 of 465 ~ 35.05%
G 93 of 465 ~ 20%
B 209 of 465 ~ 44.95'%

%35.05
%20
%44.95

CMYK color model

#A35DD1 color CMYK value is (22,56,0,18).

  • cyan value is 22.01%
  • magenta value is 55.50%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,56,0,18)
C22M56Y0K18 (22%, 56%, 0%, 18%)
(0.22 / 0.56 / 0.00 / 0.18)

CMYK percentages

%22.01
%55.5
%0
%18.04

Codes

Color #A35DD1 in popluar color models

A3 5D D1
RGB 163 93 209
HSL 276° 55.77% 59.22%
HSB/HSV 276° 55.50% 81.96%
CMYK 22.01% 55.50% 0.00%
18.04%

Color #A35DD1 in popluar number systems.

HEX A3 5D D1
Decimal 163 93 209
Binary 10100011 1011101 11010001
Octal 243 135 321

Shades and tints

Shades of #A35DD1

#A35DD1
(163,93,209)
#9555BE
(149,85,190)
#874DAB
(135,77,171)
#794598
(121,69,152)
#6B3D85
(107,61,133)
#5D3572
(93,53,114)
#4F2D5F
(79,45,95)
#41254C
(65,37,76)
#331D39
(51,29,57)
#251526
(37,21,38)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A35DD1

#A35DD1
(163,93,209)
#AB6BD5
(171,107,213)
#B379D9
(179,121,217)
#BB87DD
(187,135,221)
#C395E1
(195,149,225)
#CBA3E5
(203,163,229)
#D3B1E9
(211,177,233)
#DBBFED
(219,191,237)
#E3CDF1
(227,205,241)
#EBDBF5
(235,219,245)
#F3E9F9
(243,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35DD1 color. Also use rgb(163,93,209) instead hex code.

Text Font Color

.myTextColor { color: #A35DD1; }

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

This text font color is #A35DD1.

Background Color

.myBgColor { background-color: #A35DD1; }

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

This div background color is #A35DD1.

Border color

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

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

This div border color is #A35DD1.

Opacity

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

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

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

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

This text has shadow with #A35DD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35DD1.

Preview

Color preview on black background

This text has color #A35DD1 on black background.


Color preview on white background

This text has color #A35DD1 on white background.


Black color preview on #A35DD1 background

This text has black color on #A35DD1 background.


White color preview on #A35DD1 background

This text has white color on #A35DD1 background.


Related colors

Complementary color

Complementary color for #hex is #5CA22E.


I love getcolorcode.com

Triadic colors

1 #D1A35D and #5DD1A3 with #A35DD1 are triadic colors.

2 #D15DA3 and #5DA3D1 with #A35DD1 are triadic colors.