COLOR #A578E7

HEX: #A578E7
RGB: (165,120,231)

Color info

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

RGB color model

#A578E7 color RGB value is (165,120,231).

  • red value is 165;
  • green value is 120;
  • blue value is 231.
RGB:
(165,120,231)
(65%,47%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 231 of 255 = 91%

165
120
231

R + G + B ~ 68%. #A578E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 231 = 516 (100%)
R 165 of 516 ~ 31.98%
G 120 of 516 ~ 23.26%
B 231 of 516 ~ 44.77%

%31.98
%23.26
%44.77

CMYK color model

#A578E7 color CMYK value is (29,48,0,9).

  • cyan value is 28.57%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,48,0,9)
C29M48Y0K9 
(29%,48%,0%,9%)
(0.29/0.48/0.00/0.09)	

CMYK percentages

%28.57
%48.05
%0
%9.41

Codes

Color #A578E7 in popluar color models

A578E7
RGB165120231
HSL264°69.81%68.82%
HSB/HSV264°48.05%90.59%
CMYK28.57%48.05%0.00%
9.41%

Color #A578E7 in popluar number systems.

HEXA578E7
Decimal165120231
Binary10100101111100011100111
Octal245170347

Shades and tints

Shades of #A578E7

#A578E7
(165,120,231)
#966ED2
(150,110,210)
#8764BD
(135,100,189)
#785AA8
(120,90,168)
#695093
(105,80,147)
#5A467E
(90,70,126)
#4B3C69
(75,60,105)
#3C3254
(60,50,84)
#2D283F
(45,40,63)
#1E1E2A
(30,30,42)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A578E7

#A578E7
(165,120,231)
#AD84E9
(173,132,233)
#B590EB
(181,144,235)
#BD9CED
(189,156,237)
#C5A8EF
(197,168,239)
#CDB4F1
(205,180,241)
#D5C0F3
(213,192,243)
#DDCCF5
(221,204,245)
#E5D8F7
(229,216,247)
#EDE4F9
(237,228,249)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A578E7 color. Also use rgb(165,120,231) instead hex code.

Text Font Color

.myTextColor { color: #A578E7; }

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

This text font color is #A578E7.


Background Color

.myBgColor { background-color: #A578E7; }

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

This div background color is #A578E7.


Border color

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

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

This div border color is #A578E7.


Opacity

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

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

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

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

This text has shadow with #A578E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A578E7 on black background.


Color preview on white background

This text has color #A578E7 on white background.



Black color preview on #A578E7 background

This text has black color on #A578E7 background.


White color preview on #A578E7 background

This text has white color on #A578E7 background.