COLOR #A60AEF

HEX: #A60AEF
RGB: (166,10,239)

Color info

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

RGB color model

#A60AEF color RGB value is (166,10,239).

  • red value is 166;
  • green value is 10;
  • blue value is 239.
RGB:
(166,10,239)
(65%,4%,94%)

RGB channels and saturation

R 166 of 255 = 65%
G 10 of 255 = 4%
B 239 of 255 = 94%

166
10
239

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

Portions of RGB colors in percentages

R + G + B =
166 + 10 + 239 = 415 (100%)
R 166 of 415 ~ 40%
G 10 of 415 ~ 2.41%
B 239 of 415 ~ 57.59%

%40
%57.59

CMYK color model

#A60AEF color CMYK value is (31,96,0,6).

  • cyan value is 30.54%
  • magenta value is 95.82%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(31,96,0,6)
C31M96Y0K6 
(31%,96%,0%,6%)
(0.31/0.96/0.00/0.06)	

CMYK percentages

%30.54
%95.82
%0
%6.27

Codes

Color #A60AEF in popluar color models

A60AEF
RGB16610239
HSL281°91.97%48.82%
HSB/HSV281°95.82%93.73%
CMYK30.54%95.82%0.00%
6.27%

Color #A60AEF in popluar number systems.

HEXA60AEF
Decimal16610239
Binary10100110101011101111
Octal24612357

Shades and tints

Shades of #A60AEF

#A60AEF
(166,10,239)
#970ADA
(151,10,218)
#880AC5
(136,10,197)
#790AB0
(121,10,176)
#6A0A9B
(106,10,155)
#5B0A86
(91,10,134)
#4C0A71
(76,10,113)
#3D0A5C
(61,10,92)
#2E0A47
(46,10,71)
#1F0A32
(31,10,50)
#100A1D
(16,10,29)
#000000
(0,0,0)

Tints of #A60AEF

#A60AEF
(166,10,239)
#AE20F0
(174,32,240)
#B636F1
(182,54,241)
#BE4CF2
(190,76,242)
#C662F3
(198,98,243)
#CE78F4
(206,120,244)
#D68EF5
(214,142,245)
#DEA4F6
(222,164,246)
#E6BAF7
(230,186,247)
#EED0F8
(238,208,248)
#F6E6F9
(246,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A60AEF color. Also use rgb(166,10,239) instead hex code.

Text Font Color

.myTextColor { color: #A60AEF; }

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

This text font color is #A60AEF.


Background Color

.myBgColor { background-color: #A60AEF; }

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

This div background color is #A60AEF.


Border color

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

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

This div border color is #A60AEF.


Opacity

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

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

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

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

This text has shadow with #A60AEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A60AEF on black background.


Color preview on white background

This text has color #A60AEF on white background.



Black color preview on #A60AEF background

This text has black color on #A60AEF background.


White color preview on #A60AEF background

This text has white color on #A60AEF background.