COLOR #A756EE

HEX: #A756EE RGB: (167,86,238)

Color info

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

RGB color model

#A756EE color RGB value is (167,86,238).

RGB: (167,86,238) (65%, 34%, 93%)

RGB channels and saturation

R 167 of 255 = 65%
G 86 of 255 = 34%
B 238 of 255 = 93%

167
86
238

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

Portions of RGB colors in percentages

R + G + B = 167 + 86 + 238 = 491 (100%)
R 167 of 491 ~ 34.01%
G 86 of 491 ~ 17.52%
B 238 of 491 ~ 48.47'%

%34.01
%17.52
%48.47

CMYK color model

#A756EE color CMYK value is (30,64,0,7).

  • cyan value is 29.83%
  • magenta value is 63.87%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (30,64,0,7)
C30M64Y0K7 (30%, 64%, 0%, 7%)
(0.30 / 0.64 / 0.00 / 0.07)

CMYK percentages

%29.83
%63.87
%0
%6.67

Codes

Color #A756EE in popluar color models

A7 56 EE
RGB 167 86 238
HSL 272° 81.72% 63.53%
HSB/HSV 272° 63.87% 93.33%
CMYK 29.83% 63.87% 0.00%
6.67%

Color #A756EE in popluar number systems.

HEX A7 56 EE
Decimal 167 86 238
Binary 10100111 1010110 11101110
Octal 247 126 356

Shades and tints

Shades of #A756EE

#A756EE
(167,86,238)
#984FD9
(152,79,217)
#8948C4
(137,72,196)
#7A41AF
(122,65,175)
#6B3A9A
(107,58,154)
#5C3385
(92,51,133)
#4D2C70
(77,44,112)
#3E255B
(62,37,91)
#2F1E46
(47,30,70)
#201731
(32,23,49)
#11101C
(17,16,28)
#000000
(0,0,0)

Tints of #A756EE

#A756EE
(167,86,238)
#AF65EF
(175,101,239)
#B774F0
(183,116,240)
#BF83F1
(191,131,241)
#C792F2
(199,146,242)
#CFA1F3
(207,161,243)
#D7B0F4
(215,176,244)
#DFBFF5
(223,191,245)
#E7CEF6
(231,206,246)
#EFDDF7
(239,221,247)
#F7ECF8
(247,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A756EE color. Also use rgb(167,86,238) instead hex code.

Text Font Color

.myTextColor { color: #A756EE; }

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

This text font color is #A756EE.

Background Color

.myBgColor { background-color: #A756EE; }

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

This div background color is #A756EE.

Border color

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

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

This div border color is #A756EE.

Opacity

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

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

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

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

This text has shadow with #A756EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A756EE.

Preview

Color preview on black background

This text has color #A756EE on black background.


Color preview on white background

This text has color #A756EE on white background.


Black color preview on #A756EE background

This text has black color on #A756EE background.


White color preview on #A756EE background

This text has white color on #A756EE background.


Related colors

Complementary color

Complementary color for #hex is #58A911.


I love getcolorcode.com

Triadic colors

1 #EEA756 and #56EEA7 with #A756EE are triadic colors.

2 #EE56A7 and #56A7EE with #A756EE are triadic colors.