COLOR #A40BE6

HEX: #A40BE6 RGB: (164,11,230)

Color info

#A40BE6 contains mainly blue color. Web safe color of #A40BE6 is #9900CC (or #90C).

RGB color model

#A40BE6 color RGB value is (164,11,230).

RGB: (164,11,230) (64%, 4%, 90%)

RGB channels and saturation

R 164 of 255 = 64%
G 11 of 255 = 4%
B 230 of 255 = 90%

164
11
230

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

Portions of RGB colors in percentages

R + G + B = 164 + 11 + 230 = 405 (100%)
R 164 of 405 ~ 40.49%
G 11 of 405 ~ 2.72%
B 230 of 405 ~ 56.79'%

%40.49
%56.79

CMYK color model

#A40BE6 color CMYK value is (29,95,0,10).

  • cyan value is 28.70%
  • magenta value is 95.22%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (29,95,0,10)
C29M95Y0K10 (29%, 95%, 0%, 10%)
(0.29 / 0.95 / 0.00 / 0.10)

CMYK percentages

%28.7
%95.22
%0
%9.8

Codes

Color #A40BE6 in popluar color models

A4 0B E6
RGB 164 11 230
HSL 282° 90.87% 47.25%
HSB/HSV 282° 95.22% 90.20%
CMYK 28.70% 95.22% 0.00%
9.80%

Color #A40BE6 in popluar number systems.

HEX A4 0B E6
Decimal 164 11 230
Binary 10100100 1011 11100110
Octal 244 13 346

Shades and tints

Shades of #A40BE6

#A40BE6
(164,11,230)
#960AD2
(150,10,210)
#8809BE
(136,9,190)
#7A08AA
(122,8,170)
#6C0796
(108,7,150)
#5E0682
(94,6,130)
#50056E
(80,5,110)
#42045A
(66,4,90)
#340346
(52,3,70)
#260232
(38,2,50)
#18011E
(24,1,30)
#000000
(0,0,0)

Tints of #A40BE6

#A40BE6
(164,11,230)
#AC21E8
(172,33,232)
#B437EA
(180,55,234)
#BC4DEC
(188,77,236)
#C463EE
(196,99,238)
#CC79F0
(204,121,240)
#D48FF2
(212,143,242)
#DCA5F4
(220,165,244)
#E4BBF6
(228,187,246)
#ECD1F8
(236,209,248)
#F4E7FA
(244,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A40BE6 color. Also use rgb(164,11,230) instead hex code.

Text Font Color

.myTextColor { color: #A40BE6; }

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

This text font color is #A40BE6.

Background Color

.myBgColor { background-color: #A40BE6; }

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

This div background color is #A40BE6.

Border color

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

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

This div border color is #A40BE6.

Opacity

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

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

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

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

This text has shadow with #A40BE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A40BE6.

Preview

Color preview on black background

This text has color #A40BE6 on black background.


Color preview on white background

This text has color #A40BE6 on white background.


Black color preview on #A40BE6 background

This text has black color on #A40BE6 background.


White color preview on #A40BE6 background

This text has white color on #A40BE6 background.


Related colors

Complementary color

Complementary color for #hex is #5BF419.


I love getcolorcode.com

Triadic colors

1 #E6A40B and #0BE6A4 with #A40BE6 are triadic colors.

2 #E60BA4 and #0BA4E6 with #A40BE6 are triadic colors.