COLOR #A574EA

HEX: #A574EA
RGB: (165,116,234)

Color info

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

RGB color model

#A574EA color RGB value is (165,116,234).

  • red value is 165;
  • green value is 116;
  • blue value is 234.
RGB:
(165,116,234)
(65%,45%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 116 of 255 = 45%
B 234 of 255 = 92%

165
116
234

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

Portions of RGB colors in percentages

R + G + B =
165 + 116 + 234 = 515 (100%)
R 165 of 515 ~ 32.04%
G 116 of 515 ~ 22.52%
B 234 of 515 ~ 45.44%

%32.04
%22.52
%45.44

CMYK color model

#A574EA color CMYK value is (29,50,0,8).

  • cyan value is 29.49%
  • magenta value is 50.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,50,0,8)
C29M50Y0K8 
(29%,50%,0%,8%)
(0.29/0.50/0.00/0.08)	

CMYK percentages

%29.49
%50.43
%0
%8.24

Codes

Color #A574EA in popluar color models

A574EA
RGB165116234
HSL265°73.75%68.63%
HSB/HSV265°50.43%91.76%
CMYK29.49%50.43%0.00%
8.24%

Color #A574EA in popluar number systems.

HEXA574EA
Decimal165116234
Binary10100101111010011101010
Octal245164352

Shades and tints

Shades of #A574EA

#A574EA
(165,116,234)
#966AD5
(150,106,213)
#8760C0
(135,96,192)
#7856AB
(120,86,171)
#694C96
(105,76,150)
#5A4281
(90,66,129)
#4B386C
(75,56,108)
#3C2E57
(60,46,87)
#2D2442
(45,36,66)
#1E1A2D
(30,26,45)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #A574EA

#A574EA
(165,116,234)
#AD80EB
(173,128,235)
#B58CEC
(181,140,236)
#BD98ED
(189,152,237)
#C5A4EE
(197,164,238)
#CDB0EF
(205,176,239)
#D5BCF0
(213,188,240)
#DDC8F1
(221,200,241)
#E5D4F2
(229,212,242)
#EDE0F3
(237,224,243)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A574EA color. Also use rgb(165,116,234) instead hex code.

Text Font Color

.myTextColor { color: #A574EA; }

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

This text font color is #A574EA.


Background Color

.myBgColor { background-color: #A574EA; }

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

This div background color is #A574EA.


Border color

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

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

This div border color is #A574EA.


Opacity

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

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

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

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

This text has shadow with #A574EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A574EA on black background.


Color preview on white background

This text has color #A574EA on white background.



Black color preview on #A574EA background

This text has black color on #A574EA background.


White color preview on #A574EA background

This text has white color on #A574EA background.