COLOR #A572E8

HEX: #A572E8
RGB: (165,114,232)

Color info

#A572E8 contains mainly blue color. Web safe color of #A572E8 is #9966FF (or #96F).

RGB color model

#A572E8 color RGB value is (165,114,232).

  • red value is 165;
  • green value is 114;
  • blue value is 232.
RGB:
(165,114,232)
(65%,45%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 232 of 255 = 91%

165
114
232

R + G + B ~ 67%. #A572E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 114 + 232 = 511 (100%)
R 165 of 511 ~ 32.29%
G 114 of 511 ~ 22.31%
B 232 of 511 ~ 45.4%

%32.29
%22.31
%45.4

CMYK color model

#A572E8 color CMYK value is (29,51,0,9).

  • cyan value is 28.88%
  • magenta value is 50.86%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,51,0,9)
C29M51Y0K9 
(29%,51%,0%,9%)
(0.29/0.51/0.00/0.09)	

CMYK percentages

%28.88
%50.86
%0
%9.02

Codes

Color #A572E8 in popluar color models

A572E8
RGB165114232
HSL266°71.95%67.84%
HSB/HSV266°50.86%90.98%
CMYK28.88%50.86%0.00%
9.02%

Color #A572E8 in popluar number systems.

HEXA572E8
Decimal165114232
Binary10100101111001011101000
Octal245162350

Shades and tints

Shades of #A572E8

#A572E8
(165,114,232)
#9668D3
(150,104,211)
#875EBE
(135,94,190)
#7854A9
(120,84,169)
#694A94
(105,74,148)
#5A407F
(90,64,127)
#4B366A
(75,54,106)
#3C2C55
(60,44,85)
#2D2240
(45,34,64)
#1E182B
(30,24,43)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #A572E8

#A572E8
(165,114,232)
#AD7EEA
(173,126,234)
#B58AEC
(181,138,236)
#BD96EE
(189,150,238)
#C5A2F0
(197,162,240)
#CDAEF2
(205,174,242)
#D5BAF4
(213,186,244)
#DDC6F6
(221,198,246)
#E5D2F8
(229,210,248)
#EDDEFA
(237,222,250)
#F5EAFC
(245,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A572E8 color. Also use rgb(165,114,232) instead hex code.

Text Font Color

.myTextColor { color: #A572E8; }

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

This text font color is #A572E8.


Background Color

.myBgColor { background-color: #A572E8; }

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

This div background color is #A572E8.


Border color

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

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

This div border color is #A572E8.


Opacity

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

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

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

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

This text has shadow with #A572E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A572E8 on black background.


Color preview on white background

This text has color #A572E8 on white background.



Black color preview on #A572E8 background

This text has black color on #A572E8 background.


White color preview on #A572E8 background

This text has white color on #A572E8 background.