COLOR #A578DC

HEX: #A578DC RGB: (165,120,220)

Color info

#A578DC contains mainly red and blue colors. Web safe color of #A578DC is #9966CC (or #96C).

RGB color model

#A578DC color RGB value is (165,120,220).

RGB: (165,120,220) (65%, 47%, 86%)

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 220 of 255 = 86%

165
120
220

R + G + B ~ 66%. #A578DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 120 + 220 = 505 (100%)
R 165 of 505 ~ 32.67%
G 120 of 505 ~ 23.76%
B 220 of 505 ~ 43.56'%

%32.67
%23.76
%43.56

CMYK color model

#A578DC color CMYK value is (25,45,0,14).

  • cyan value is 25.00%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (25,45,0,14) C25M45Y0K14 (25%,45%,0%,14%) (0.25/0.45/0.00/0.14) 

CMYK percentages

%25
%45.45
%0
%13.73

Codes

Color #A578DC in popluar color models

A5 78 DC
RGB 165 120 220
HSL 267° 58.82% 66.67%
HSB/HSV 267° 45.45% 86.27%
CMYK 25.00% 45.45% 0.00%
13.73%

Color #A578DC in popluar number systems.

HEX A5 78 DC
Decimal 165 120 220
Binary 10100101 1111000 11011100
Octal 245 170 334

Shades and tints

Shades of #A578DC

#A578DC
(165,120,220)
#966EC8
(150,110,200)
#8764B4
(135,100,180)
#785AA0
(120,90,160)
#69508C
(105,80,140)
#5A4678
(90,70,120)
#4B3C64
(75,60,100)
#3C3250
(60,50,80)
#2D283C
(45,40,60)
#1E1E28
(30,30,40)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A578DC

#A578DC
(165,120,220)
#AD84DF
(173,132,223)
#B590E2
(181,144,226)
#BD9CE5
(189,156,229)
#C5A8E8
(197,168,232)
#CDB4EB
(205,180,235)
#D5C0EE
(213,192,238)
#DDCCF1
(221,204,241)
#E5D8F4
(229,216,244)
#EDE4F7
(237,228,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A578DC; }

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

This text font color is #A578DC.

Background Color

.myBgColor { background-color: #A578DC; }

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

This div background color is #A578DC.

Border color

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

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

This div border color is #A578DC.

Opacity

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

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

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

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

This text has shadow with #A578DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A578DC.

Preview

Color preview on black background

This text has color #A578DC on black background.


Color preview on white background

This text has color #A578DC on white background.


Black color preview on #A578DC background

This text has black color on #A578DC background.


White color preview on #A578DC background

This text has white color on #A578DC background.


Related colors

Complementary color

Complementary color for #hex is #5A8723.


I love getcolorcode.com

Triadic colors

1 #DCA578 and #78DCA5 with #A578DC are triadic colors.

2 #DC78A5 and #78A5DC with #A578DC are triadic colors.