COLOR #A376CF

HEX: #A376CF RGB: (163,118,207)

Color info

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

RGB color model

#A376CF color RGB value is (163,118,207).

RGB: (163,118,207) (64%, 46%, 81%)

RGB channels and saturation

R 163 of 255 = 64%
G 118 of 255 = 46%
B 207 of 255 = 81%

163
118
207

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

Portions of RGB colors in percentages

R + G + B = 163 + 118 + 207 = 488 (100%)
R 163 of 488 ~ 33.4%
G 118 of 488 ~ 24.18%
B 207 of 488 ~ 42.42'%

%33.4
%24.18
%42.42

CMYK color model

#A376CF color CMYK value is (21,43,0,19).

  • cyan value is 21.26%
  • magenta value is 43.00%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,43,0,19)
C21M43Y0K19 (21%, 43%, 0%, 19%)
(0.21 / 0.43 / 0.00 / 0.19)

CMYK percentages

%21.26
%43
%0
%18.82

Codes

Color #A376CF in popluar color models

A3 76 CF
RGB 163 118 207
HSL 270° 48.11% 63.73%
HSB/HSV 270° 43.00% 81.18%
CMYK 21.26% 43.00% 0.00%
18.82%

Color #A376CF in popluar number systems.

HEX A3 76 CF
Decimal 163 118 207
Binary 10100011 1110110 11001111
Octal 243 166 317

Shades and tints

Shades of #A376CF

#A376CF
(163,118,207)
#956CBD
(149,108,189)
#8762AB
(135,98,171)
#795899
(121,88,153)
#6B4E87
(107,78,135)
#5D4475
(93,68,117)
#4F3A63
(79,58,99)
#413051
(65,48,81)
#33263F
(51,38,63)
#251C2D
(37,28,45)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #A376CF

#A376CF
(163,118,207)
#AB82D3
(171,130,211)
#B38ED7
(179,142,215)
#BB9ADB
(187,154,219)
#C3A6DF
(195,166,223)
#CBB2E3
(203,178,227)
#D3BEE7
(211,190,231)
#DBCAEB
(219,202,235)
#E3D6EF
(227,214,239)
#EBE2F3
(235,226,243)
#F3EEF7
(243,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A376CF color. Also use rgb(163,118,207) instead hex code.

Text Font Color

.myTextColor { color: #A376CF; }

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

This text font color is #A376CF.

Background Color

.myBgColor { background-color: #A376CF; }

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

This div background color is #A376CF.

Border color

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

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

This div border color is #A376CF.

Opacity

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

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

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

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

This text has shadow with #A376CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A376CF.

Preview

Color preview on black background

This text has color #A376CF on black background.


Color preview on white background

This text has color #A376CF on white background.


Black color preview on #A376CF background

This text has black color on #A376CF background.


White color preview on #A376CF background

This text has white color on #A376CF background.


Related colors

Complementary color

Complementary color for #hex is #5C8930.


I love getcolorcode.com

Triadic colors

1 #CFA376 and #76CFA3 with #A376CF are triadic colors.

2 #CF76A3 and #76A3CF with #A376CF are triadic colors.