COLOR #A382C5

HEX: #A382C5 RGB: (163,130,197)

Color info

#A382C5 contains mainly red and blue colors. Web safe color of #A382C5 is #9999CC (or #99C).

RGB color model

#A382C5 color RGB value is (163,130,197).

RGB: (163,130,197) (64%, 51%, 77%)

RGB channels and saturation

R 163 of 255 = 64%
G 130 of 255 = 51%
B 197 of 255 = 77%

163
130
197

R + G + B ~ 64%. #A382C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 130 + 197 = 490 (100%)
R 163 of 490 ~ 33.27%
G 130 of 490 ~ 26.53%
B 197 of 490 ~ 40.2'%

%33.27
%26.53
%40.2

CMYK color model

#A382C5 color CMYK value is (17,34,0,23).

  • cyan value is 17.26%
  • magenta value is 34.01%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (17,34,0,23)
C17M34Y0K23 (17%, 34%, 0%, 23%)
(0.17 / 0.34 / 0.00 / 0.23)

CMYK percentages

%17.26
%34.01
%0
%22.75

Codes

Color #A382C5 in popluar color models

A3 82 C5
RGB 163 130 197
HSL 270° 36.61% 64.12%
HSB/HSV 270° 34.01% 77.25%
CMYK 17.26% 34.01% 0.00%
22.75%

Color #A382C5 in popluar number systems.

HEX A3 82 C5
Decimal 163 130 197
Binary 10100011 10000010 11000101
Octal 243 202 305

Shades and tints

Shades of #A382C5

#A382C5
(163,130,197)
#9577B4
(149,119,180)
#876CA3
(135,108,163)
#796192
(121,97,146)
#6B5681
(107,86,129)
#5D4B70
(93,75,112)
#4F405F
(79,64,95)
#41354E
(65,53,78)
#332A3D
(51,42,61)
#251F2C
(37,31,44)
#17141B
(23,20,27)
#000000
(0,0,0)

Tints of #A382C5

#A382C5
(163,130,197)
#AB8DCA
(171,141,202)
#B398CF
(179,152,207)
#BBA3D4
(187,163,212)
#C3AED9
(195,174,217)
#CBB9DE
(203,185,222)
#D3C4E3
(211,196,227)
#DBCFE8
(219,207,232)
#E3DAED
(227,218,237)
#EBE5F2
(235,229,242)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A382C5 color. Also use rgb(163,130,197) instead hex code.

Text Font Color

.myTextColor { color: #A382C5; }

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

This text font color is #A382C5.

Background Color

.myBgColor { background-color: #A382C5; }

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

This div background color is #A382C5.

Border color

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

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

This div border color is #A382C5.

Opacity

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

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

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

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

This text has shadow with #A382C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A382C5.

Preview

Color preview on black background

This text has color #A382C5 on black background.


Color preview on white background

This text has color #A382C5 on white background.


Black color preview on #A382C5 background

This text has black color on #A382C5 background.


White color preview on #A382C5 background

This text has white color on #A382C5 background.


Related colors

Complementary color

Complementary color for #hex is #5C7D3A.


I love getcolorcode.com

Triadic colors

1 #C5A382 and #82C5A3 with #A382C5 are triadic colors.

2 #C582A3 and #82A3C5 with #A382C5 are triadic colors.