COLOR #A36CCD

HEX: #A36CCD
RGB: (163,108,205)

Color info

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

RGB color model

#A36CCD color RGB value is (163,108,205).

  • red value is 163;
  • green value is 108;
  • blue value is 205.
RGB:
(163,108,205)
(64%,42%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 205 of 255 = 80%

163
108
205

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

Portions of RGB colors in percentages

R + G + B =
163 + 108 + 205 = 476 (100%)
R 163 of 476 ~ 34.24%
G 108 of 476 ~ 22.69%
B 205 of 476 ~ 43.07%

%34.24
%22.69
%43.07

CMYK color model

#A36CCD color CMYK value is (20,47,0,20).

  • cyan value is 20.49%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,47,0,20)
C20M47Y0K20 
(20%,47%,0%,20%)
(0.20/0.47/0.00/0.20)	

CMYK percentages

%20.49
%47.32
%0
%19.61

Codes

Color #A36CCD in popluar color models

A36CCD
RGB163108205
HSL274°49.24%61.37%
HSB/HSV274°47.32%80.39%
CMYK20.49%47.32%0.00%
19.61%

Color #A36CCD in popluar number systems.

HEXA36CCD
Decimal163108205
Binary10100011110110011001101
Octal243154315

Shades and tints

Shades of #A36CCD

#A36CCD
(163,108,205)
#9563BB
(149,99,187)
#875AA9
(135,90,169)
#795197
(121,81,151)
#6B4885
(107,72,133)
#5D3F73
(93,63,115)
#4F3661
(79,54,97)
#412D4F
(65,45,79)
#33243D
(51,36,61)
#251B2B
(37,27,43)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #A36CCD

#A36CCD
(163,108,205)
#AB79D1
(171,121,209)
#B386D5
(179,134,213)
#BB93D9
(187,147,217)
#C3A0DD
(195,160,221)
#CBADE1
(203,173,225)
#D3BAE5
(211,186,229)
#DBC7E9
(219,199,233)
#E3D4ED
(227,212,237)
#EBE1F1
(235,225,241)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36CCD color. Also use rgb(163,108,205) instead hex code.

Text Font Color

.myTextColor { color: #A36CCD; }

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

This text font color is #A36CCD.


Background Color

.myBgColor { background-color: #A36CCD; }

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

This div background color is #A36CCD.


Border color

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

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

This div border color is #A36CCD.


Opacity

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

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

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

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

This text has shadow with #A36CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36CCD on black background.


Color preview on white background

This text has color #A36CCD on white background.



Black color preview on #A36CCD background

This text has black color on #A36CCD background.


White color preview on #A36CCD background

This text has white color on #A36CCD background.