COLOR #A613EB

HEX: #A613EB
RGB: (166,19,235)

Color info

#A613EB contains mainly blue color. Web safe color of #A613EB is #9900FF (or #90F).

RGB color model

#A613EB color RGB value is (166,19,235).

  • red value is 166;
  • green value is 19;
  • blue value is 235.
RGB:
(166,19,235)
(65%,7%,92%)

RGB channels and saturation

R 166 of 255 = 65%
G 19 of 255 = 7%
B 235 of 255 = 92%

166
19
235

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

Portions of RGB colors in percentages

R + G + B =
166 + 19 + 235 = 420 (100%)
R 166 of 420 ~ 39.52%
G 19 of 420 ~ 4.52%
B 235 of 420 ~ 55.95%

%39.52
%55.95

CMYK color model

#A613EB color CMYK value is (29,92,0,8).

  • cyan value is 29.36%
  • magenta value is 91.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(29,92,0,8)
C29M92Y0K8 
(29%,92%,0%,8%)
(0.29/0.92/0.00/0.08)	

CMYK percentages

%29.36
%91.91
%0
%7.84

Codes

Color #A613EB in popluar color models

A613EB
RGB16619235
HSL281°85.04%49.80%
HSB/HSV281°91.91%92.16%
CMYK29.36%91.91%0.00%
7.84%

Color #A613EB in popluar number systems.

HEXA613EB
Decimal16619235
Binary101001101001111101011
Octal24623353

Shades and tints

Shades of #A613EB

#A613EB
(166,19,235)
#9712D6
(151,18,214)
#8811C1
(136,17,193)
#7910AC
(121,16,172)
#6A0F97
(106,15,151)
#5B0E82
(91,14,130)
#4C0D6D
(76,13,109)
#3D0C58
(61,12,88)
#2E0B43
(46,11,67)
#1F0A2E
(31,10,46)
#100919
(16,9,25)
#000000
(0,0,0)

Tints of #A613EB

#A613EB
(166,19,235)
#AE28EC
(174,40,236)
#B63DED
(182,61,237)
#BE52EE
(190,82,238)
#C667EF
(198,103,239)
#CE7CF0
(206,124,240)
#D691F1
(214,145,241)
#DEA6F2
(222,166,242)
#E6BBF3
(230,187,243)
#EED0F4
(238,208,244)
#F6E5F5
(246,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A613EB color. Also use rgb(166,19,235) instead hex code.

Text Font Color

.myTextColor { color: #A613EB; }

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

This text font color is #A613EB.


Background Color

.myBgColor { background-color: #A613EB; }

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

This div background color is #A613EB.


Border color

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

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

This div border color is #A613EB.


Opacity

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

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

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

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

This text has shadow with #A613EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A613EB on black background.


Color preview on white background

This text has color #A613EB on white background.



Black color preview on #A613EB background

This text has black color on #A613EB background.


White color preview on #A613EB background

This text has white color on #A613EB background.