COLOR #A360C1

HEX: #A360C1 RGB: (163,96,193)

Color info

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

RGB color model

#A360C1 color RGB value is (163,96,193).

RGB: (163,96,193) (64%, 38%, 76%)

RGB channels and saturation

R 163 of 255 = 64%
G 96 of 255 = 38%
B 193 of 255 = 76%

163
96
193

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

Portions of RGB colors in percentages

R + G + B = 163 + 96 + 193 = 452 (100%)
R 163 of 452 ~ 36.06%
G 96 of 452 ~ 21.24%
B 193 of 452 ~ 42.7'%

%36.06
%21.24
%42.7

CMYK color model

#A360C1 color CMYK value is (16,50,0,24).

  • cyan value is 15.54%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (16,50,0,24)
C16M50Y0K24 (16%, 50%, 0%, 24%)
(0.16 / 0.50 / 0.00 / 0.24)

CMYK percentages

%15.54
%50.26
%0
%24.31

Codes

Color #A360C1 in popluar color models

A3 60 C1
RGB 163 96 193
HSL 281° 43.89% 56.67%
HSB/HSV 281° 50.26% 75.69%
CMYK 15.54% 50.26% 0.00%
24.31%

Color #A360C1 in popluar number systems.

HEX A3 60 C1
Decimal 163 96 193
Binary 10100011 1100000 11000001
Octal 243 140 301

Shades and tints

Shades of #A360C1

#A360C1
(163,96,193)
#9558B0
(149,88,176)
#87509F
(135,80,159)
#79488E
(121,72,142)
#6B407D
(107,64,125)
#5D386C
(93,56,108)
#4F305B
(79,48,91)
#41284A
(65,40,74)
#332039
(51,32,57)
#251828
(37,24,40)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #A360C1

#A360C1
(163,96,193)
#AB6EC6
(171,110,198)
#B37CCB
(179,124,203)
#BB8AD0
(187,138,208)
#C398D5
(195,152,213)
#CBA6DA
(203,166,218)
#D3B4DF
(211,180,223)
#DBC2E4
(219,194,228)
#E3D0E9
(227,208,233)
#EBDEEE
(235,222,238)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A360C1; }

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

This text font color is #A360C1.

Background Color

.myBgColor { background-color: #A360C1; }

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

This div background color is #A360C1.

Border color

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

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

This div border color is #A360C1.

Opacity

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

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

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

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

This text has shadow with #A360C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A360C1.

Preview

Color preview on black background

This text has color #A360C1 on black background.


Color preview on white background

This text has color #A360C1 on white background.


Black color preview on #A360C1 background

This text has black color on #A360C1 background.


White color preview on #A360C1 background

This text has white color on #A360C1 background.


Related colors

Complementary color

Complementary color for #hex is #5C9F3E.


I love getcolorcode.com

Triadic colors

1 #C1A360 and #60C1A3 with #A360C1 are triadic colors.

2 #C160A3 and #60A3C1 with #A360C1 are triadic colors.