COLOR #A022E2

HEX: #A022E2
RGB: (160,34,226)

Color info

#A022E2 contains mainly blue color. Web safe color of #A022E2 is #9933CC (or #93C).

RGB color model

#A022E2 color RGB value is (160,34,226).

  • red value is 160;
  • green value is 34;
  • blue value is 226.
RGB:
(160,34,226)
(63%,13%,89%)

RGB channels and saturation

R 160 of 255 = 63%
G 34 of 255 = 13%
B 226 of 255 = 89%

160
34
226

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

Portions of RGB colors in percentages

R + G + B =
160 + 34 + 226 = 420 (100%)
R 160 of 420 ~ 38.1%
G 34 of 420 ~ 8.1%
B 226 of 420 ~ 53.81%

%38.1
%53.81

CMYK color model

#A022E2 color CMYK value is (29,85,0,11).

  • cyan value is 29.20%
  • magenta value is 84.96%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(29,85,0,11)
C29M85Y0K11 
(29%,85%,0%,11%)
(0.29/0.85/0.00/0.11)	

CMYK percentages

%29.2
%84.96
%0
%11.37

Codes

Color #A022E2 in popluar color models

A022E2
RGB16034226
HSL279°76.80%50.98%
HSB/HSV279°84.96%88.63%
CMYK29.20%84.96%0.00%
11.37%

Color #A022E2 in popluar number systems.

HEXA022E2
Decimal16034226
Binary1010000010001011100010
Octal24042342

Shades and tints

Shades of #A022E2

#A022E2
(160,34,226)
#921FCE
(146,31,206)
#841CBA
(132,28,186)
#7619A6
(118,25,166)
#681692
(104,22,146)
#5A137E
(90,19,126)
#4C106A
(76,16,106)
#3E0D56
(62,13,86)
#300A42
(48,10,66)
#22072E
(34,7,46)
#14041A
(20,4,26)
#000000
(0,0,0)

Tints of #A022E2

#A022E2
(160,34,226)
#A836E4
(168,54,228)
#B04AE6
(176,74,230)
#B85EE8
(184,94,232)
#C072EA
(192,114,234)
#C886EC
(200,134,236)
#D09AEE
(208,154,238)
#D8AEF0
(216,174,240)
#E0C2F2
(224,194,242)
#E8D6F4
(232,214,244)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A022E2 color. Also use rgb(160,34,226) instead hex code.

Text Font Color

.myTextColor { color: #A022E2; }

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

This text font color is #A022E2.


Background Color

.myBgColor { background-color: #A022E2; }

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

This div background color is #A022E2.


Border color

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

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

This div border color is #A022E2.


Opacity

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

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

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

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

This text has shadow with #A022E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A022E2 on black background.


Color preview on white background

This text has color #A022E2 on white background.



Black color preview on #A022E2 background

This text has black color on #A022E2 background.


White color preview on #A022E2 background

This text has white color on #A022E2 background.