COLOR #A580EF

HEX: #A580EF RGB: (165,128,239)

Color info

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

RGB color model

#A580EF color RGB value is (165,128,239).

RGB: (165,128,239) (65%, 50%, 94%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 239 of 255 = 94%

165
128
239

R + G + B ~ 70%. #A580EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 128 + 239 = 532 (100%)
R 165 of 532 ~ 31.02%
G 128 of 532 ~ 24.06%
B 239 of 532 ~ 44.92'%

%31.02
%24.06
%44.92

CMYK color model

#A580EF color CMYK value is (31,46,0,6).

  • cyan value is 30.96%
  • magenta value is 46.44%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (31,46,0,6)
C31M46Y0K6 (31%, 46%, 0%, 6%)
(0.31 / 0.46 / 0.00 / 0.06)

CMYK percentages

%30.96
%46.44
%0
%6.27

Codes

Color #A580EF in popluar color models

A5 80 EF
RGB 165 128 239
HSL 260° 77.62% 71.96%
HSB/HSV 260° 46.44% 93.73%
CMYK 30.96% 46.44% 0.00%
6.27%

Color #A580EF in popluar number systems.

HEX A5 80 EF
Decimal 165 128 239
Binary 10100101 10000000 11101111
Octal 245 200 357

Shades and tints

Shades of #A580EF

#A580EF
(165,128,239)
#9675DA
(150,117,218)
#876AC5
(135,106,197)
#785FB0
(120,95,176)
#69549B
(105,84,155)
#5A4986
(90,73,134)
#4B3E71
(75,62,113)
#3C335C
(60,51,92)
#2D2847
(45,40,71)
#1E1D32
(30,29,50)
#0F121D
(15,18,29)
#000000
(0,0,0)

Tints of #A580EF

#A580EF
(165,128,239)
#AD8BF0
(173,139,240)
#B596F1
(181,150,241)
#BDA1F2
(189,161,242)
#C5ACF3
(197,172,243)
#CDB7F4
(205,183,244)
#D5C2F5
(213,194,245)
#DDCDF6
(221,205,246)
#E5D8F7
(229,216,247)
#EDE3F8
(237,227,248)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A580EF color. Also use rgb(165,128,239) instead hex code.

Text Font Color

.myTextColor { color: #A580EF; }

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

This text font color is #A580EF.

Background Color

.myBgColor { background-color: #A580EF; }

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

This div background color is #A580EF.

Border color

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

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

This div border color is #A580EF.

Opacity

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

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

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

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

This text has shadow with #A580EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A580EF.

Preview

Color preview on black background

This text has color #A580EF on black background.


Color preview on white background

This text has color #A580EF on white background.


Black color preview on #A580EF background

This text has black color on #A580EF background.


White color preview on #A580EF background

This text has white color on #A580EF background.


Related colors

Complementary color

Complementary color for #hex is #5A7F10.


I love getcolorcode.com

Triadic colors

1 #EFA580 and #80EFA5 with #A580EF are triadic colors.

2 #EF80A5 and #80A5EF with #A580EF are triadic colors.