COLOR #A62EDB

HEX: #A62EDB
RGB: (166,46,219)

Color info

#A62EDB contains mainly red and blue colors. Web safe color of #A62EDB is #9933CC (or #93C).

RGB color model

#A62EDB color RGB value is (166,46,219).

  • red value is 166;
  • green value is 46;
  • blue value is 219.
RGB:
(166,46,219)
(65%,18%,86%)

RGB channels and saturation

R 166 of 255 = 65%
G 46 of 255 = 18%
B 219 of 255 = 86%

166
46
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 46 + 219 = 431 (100%)
R 166 of 431 ~ 38.52%
G 46 of 431 ~ 10.67%
B 219 of 431 ~ 50.81%

%38.52
%10.67
%50.81

CMYK color model

#A62EDB color CMYK value is (24,79,0,14).

  • cyan value is 24.20%
  • magenta value is 79.00%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(24,79,0,14)
C24M79Y0K14 
(24%,79%,0%,14%)
(0.24/0.79/0.00/0.14)	

CMYK percentages

%24.2
%79
%0
%14.12

Codes

Color #A62EDB in popluar color models

A62EDB
RGB16646219
HSL282°70.61%51.96%
HSB/HSV282°79.00%85.88%
CMYK24.20%79.00%0.00%
14.12%

Color #A62EDB in popluar number systems.

HEXA62EDB
Decimal16646219
Binary1010011010111011011011
Octal24656333

Shades and tints

Shades of #A62EDB

#A62EDB
(166,46,219)
#972AC8
(151,42,200)
#8826B5
(136,38,181)
#7922A2
(121,34,162)
#6A1E8F
(106,30,143)
#5B1A7C
(91,26,124)
#4C1669
(76,22,105)
#3D1256
(61,18,86)
#2E0E43
(46,14,67)
#1F0A30
(31,10,48)
#10061D
(16,6,29)
#000000
(0,0,0)

Tints of #A62EDB

#A62EDB
(166,46,219)
#AE41DE
(174,65,222)
#B654E1
(182,84,225)
#BE67E4
(190,103,228)
#C67AE7
(198,122,231)
#CE8DEA
(206,141,234)
#D6A0ED
(214,160,237)
#DEB3F0
(222,179,240)
#E6C6F3
(230,198,243)
#EED9F6
(238,217,246)
#F6ECF9
(246,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A62EDB color. Also use rgb(166,46,219) instead hex code.

Text Font Color

.myTextColor { color: #A62EDB; }

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

This text font color is #A62EDB.


Background Color

.myBgColor { background-color: #A62EDB; }

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

This div background color is #A62EDB.


Border color

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

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

This div border color is #A62EDB.


Opacity

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

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

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

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

This text has shadow with #A62EDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A62EDB on black background.


Color preview on white background

This text has color #A62EDB on white background.



Black color preview on #A62EDB background

This text has black color on #A62EDB background.


White color preview on #A62EDB background

This text has white color on #A62EDB background.