COLOR #A582CE

HEX: #A582CE RGB: (165,130,206)

Color info

#A582CE contains mainly red and blue colors. Web safe color of #A582CE is #9999CC (or #99C).

RGB color model

#A582CE color RGB value is (165,130,206).

RGB: (165,130,206) (65%, 51%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 206 of 255 = 81%

165
130
206

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

Portions of RGB colors in percentages

R + G + B = 165 + 130 + 206 = 501 (100%)
R 165 of 501 ~ 32.93%
G 130 of 501 ~ 25.95%
B 206 of 501 ~ 41.12'%

%32.93
%25.95
%41.12

CMYK color model

#A582CE color CMYK value is (20,37,0,19).

  • cyan value is 19.90%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (20,37,0,19) C20M37Y0K19 (20%,37%,0%,19%) (0.20/0.37/0.00/0.19) 

CMYK percentages

%19.9
%36.89
%0
%19.22

Codes

Color #A582CE in popluar color models

A5 82 CE
RGB 165 130 206
HSL 268° 43.68% 65.88%
HSB/HSV 268° 36.89% 80.78%
CMYK 19.90% 36.89% 0.00%
19.22%

Color #A582CE in popluar number systems.

HEX A5 82 CE
Decimal 165 130 206
Binary 10100101 10000010 11001110
Octal 245 202 316

Shades and tints

Shades of #A582CE

#A582CE
(165,130,206)
#9677BC
(150,119,188)
#876CAA
(135,108,170)
#786198
(120,97,152)
#695686
(105,86,134)
#5A4B74
(90,75,116)
#4B4062
(75,64,98)
#3C3550
(60,53,80)
#2D2A3E
(45,42,62)
#1E1F2C
(30,31,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A582CE

#A582CE
(165,130,206)
#AD8DD2
(173,141,210)
#B598D6
(181,152,214)
#BDA3DA
(189,163,218)
#C5AEDE
(197,174,222)
#CDB9E2
(205,185,226)
#D5C4E6
(213,196,230)
#DDCFEA
(221,207,234)
#E5DAEE
(229,218,238)
#EDE5F2
(237,229,242)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A582CE color. Also use rgb(165,130,206) instead hex code.

Text Font Color

.myTextColor { color: #A582CE; }

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

This text font color is #A582CE.

Background Color

.myBgColor { background-color: #A582CE; }

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

This div background color is #A582CE.

Border color

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

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

This div border color is #A582CE.

Opacity

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

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

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

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

This text has shadow with #A582CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A582CE.

Preview

Color preview on black background

This text has color #A582CE on black background.


Color preview on white background

This text has color #A582CE on white background.


Black color preview on #A582CE background

This text has black color on #A582CE background.


White color preview on #A582CE background

This text has white color on #A582CE background.


Related colors

Complementary color

Complementary color for #hex is #5A7D31.


I love getcolorcode.com

Triadic colors

1 #CEA582 and #82CEA5 with #A582CE are triadic colors.

2 #CE82A5 and #82A5CE with #A582CE are triadic colors.