COLOR #A76CF1

HEX: #A76CF1 RGB: (167,108,241)

Color info

#A76CF1 contains mainly blue color. Web safe color of #A76CF1 is #9966FF (or #96F).

RGB color model

#A76CF1 color RGB value is (167,108,241).

RGB: (167,108,241) (65%, 42%, 95%)

RGB channels and saturation

R 167 of 255 = 65%
G 108 of 255 = 42%
B 241 of 255 = 95%

167
108
241

R + G + B ~ 67%. #A76CF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 108 + 241 = 516 (100%)
R 167 of 516 ~ 32.36%
G 108 of 516 ~ 20.93%
B 241 of 516 ~ 46.71'%

%32.36
%20.93
%46.71

CMYK color model

#A76CF1 color CMYK value is (31,55,0,5).

  • cyan value is 30.71%
  • magenta value is 55.19%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (31,55,0,5)
C31M55Y0K5 (31%, 55%, 0%, 5%)
(0.31 / 0.55 / 0.00 / 0.05)

CMYK percentages

%30.71
%55.19
%0
%5.49

Codes

Color #A76CF1 in popluar color models

A7 6C F1
RGB 167 108 241
HSL 267° 82.61% 68.43%
HSB/HSV 267° 55.19% 94.51%
CMYK 30.71% 55.19% 0.00%
5.49%

Color #A76CF1 in popluar number systems.

HEX A7 6C F1
Decimal 167 108 241
Binary 10100111 1101100 11110001
Octal 247 154 361

Shades and tints

Shades of #A76CF1

#A76CF1
(167,108,241)
#9863DC
(152,99,220)
#895AC7
(137,90,199)
#7A51B2
(122,81,178)
#6B489D
(107,72,157)
#5C3F88
(92,63,136)
#4D3673
(77,54,115)
#3E2D5E
(62,45,94)
#2F2449
(47,36,73)
#201B34
(32,27,52)
#11121F
(17,18,31)
#000000
(0,0,0)

Tints of #A76CF1

#A76CF1
(167,108,241)
#AF79F2
(175,121,242)
#B786F3
(183,134,243)
#BF93F4
(191,147,244)
#C7A0F5
(199,160,245)
#CFADF6
(207,173,246)
#D7BAF7
(215,186,247)
#DFC7F8
(223,199,248)
#E7D4F9
(231,212,249)
#EFE1FA
(239,225,250)
#F7EEFB
(247,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76CF1 color. Also use rgb(167,108,241) instead hex code.

Text Font Color

.myTextColor { color: #A76CF1; }

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

This text font color is #A76CF1.

Background Color

.myBgColor { background-color: #A76CF1; }

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

This div background color is #A76CF1.

Border color

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

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

This div border color is #A76CF1.

Opacity

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

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

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

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

This text has shadow with #A76CF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76CF1.

Preview

Color preview on black background

This text has color #A76CF1 on black background.


Color preview on white background

This text has color #A76CF1 on white background.


Black color preview on #A76CF1 background

This text has black color on #A76CF1 background.


White color preview on #A76CF1 background

This text has white color on #A76CF1 background.


Related colors

Complementary color

Complementary color for #hex is #58930E.


I love getcolorcode.com

Triadic colors

1 #F1A76C and #6CF1A7 with #A76CF1 are triadic colors.

2 #F16CA7 and #6CA7F1 with #A76CF1 are triadic colors.