COLOR #A368C1

HEX: #A368C1
RGB: (163,104,193)

Color info

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

RGB color model

#A368C1 color RGB value is (163,104,193).

  • red value is 163;
  • green value is 104;
  • blue value is 193.
RGB:
(163,104,193)
(64%,41%,76%)

RGB channels and saturation

R 163 of 255 = 64%
G 104 of 255 = 41%
B 193 of 255 = 76%

163
104
193

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

Portions of RGB colors in percentages

R + G + B =
163 + 104 + 193 = 460 (100%)
R 163 of 460 ~ 35.43%
G 104 of 460 ~ 22.61%
B 193 of 460 ~ 41.96%

%35.43
%22.61
%41.96

CMYK color model

#A368C1 color CMYK value is (16,46,0,24).

  • cyan value is 15.54%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(16,46,0,24)
C16M46Y0K24 
(16%,46%,0%,24%)
(0.16/0.46/0.00/0.24)	

CMYK percentages

%15.54
%46.11
%0
%24.31

Codes

Color #A368C1 in popluar color models

A368C1
RGB163104193
HSL280°41.78%58.24%
HSB/HSV280°46.11%75.69%
CMYK15.54%46.11%0.00%
24.31%

Color #A368C1 in popluar number systems.

HEXA368C1
Decimal163104193
Binary10100011110100011000001
Octal243150301

Shades and tints

Shades of #A368C1

#A368C1
(163,104,193)
#955FB0
(149,95,176)
#87569F
(135,86,159)
#794D8E
(121,77,142)
#6B447D
(107,68,125)
#5D3B6C
(93,59,108)
#4F325B
(79,50,91)
#41294A
(65,41,74)
#332039
(51,32,57)
#251728
(37,23,40)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #A368C1

#A368C1
(163,104,193)
#AB75C6
(171,117,198)
#B382CB
(179,130,203)
#BB8FD0
(187,143,208)
#C39CD5
(195,156,213)
#CBA9DA
(203,169,218)
#D3B6DF
(211,182,223)
#DBC3E4
(219,195,228)
#E3D0E9
(227,208,233)
#EBDDEE
(235,221,238)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A368C1 color. Also use rgb(163,104,193) instead hex code.

Text Font Color

.myTextColor { color: #A368C1; }

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

This text font color is #A368C1.


Background Color

.myBgColor { background-color: #A368C1; }

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

This div background color is #A368C1.


Border color

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

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

This div border color is #A368C1.


Opacity

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

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

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

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

This text has shadow with #A368C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A368C1 on black background.


Color preview on white background

This text has color #A368C1 on white background.



Black color preview on #A368C1 background

This text has black color on #A368C1 background.


White color preview on #A368C1 background

This text has white color on #A368C1 background.