COLOR #A582DD

HEX: #A582DD
RGB: (165,130,221)

Color info

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

RGB color model

#A582DD color RGB value is (165,130,221).

  • red value is 165;
  • green value is 130;
  • blue value is 221.
RGB:
(165,130,221)
(65%,51%,87%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 221 of 255 = 87%

165
130
221

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 221 = 516 (100%)
R 165 of 516 ~ 31.98%
G 130 of 516 ~ 25.19%
B 221 of 516 ~ 42.83%

%31.98
%25.19
%42.83

CMYK color model

#A582DD color CMYK value is (25,41,0,13).

  • cyan value is 25.34%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,41,0,13)
C25M41Y0K13 
(25%,41%,0%,13%)
(0.25/0.41/0.00/0.13)	

CMYK percentages

%25.34
%41.18
%0
%13.33

Codes

Color #A582DD in popluar color models

A582DD
RGB165130221
HSL263°57.23%68.82%
HSB/HSV263°41.18%86.67%
CMYK25.34%41.18%0.00%
13.33%

Color #A582DD in popluar number systems.

HEXA582DD
Decimal165130221
Binary101001011000001011011101
Octal245202335

Shades and tints

Shades of #A582DD

#A582DD
(165,130,221)
#9677C9
(150,119,201)
#876CB5
(135,108,181)
#7861A1
(120,97,161)
#69568D
(105,86,141)
#5A4B79
(90,75,121)
#4B4065
(75,64,101)
#3C3551
(60,53,81)
#2D2A3D
(45,42,61)
#1E1F29
(30,31,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A582DD

#A582DD
(165,130,221)
#AD8DE0
(173,141,224)
#B598E3
(181,152,227)
#BDA3E6
(189,163,230)
#C5AEE9
(197,174,233)
#CDB9EC
(205,185,236)
#D5C4EF
(213,196,239)
#DDCFF2
(221,207,242)
#E5DAF5
(229,218,245)
#EDE5F8
(237,229,248)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A582DD; }

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

This text font color is #A582DD.


Background Color

.myBgColor { background-color: #A582DD; }

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

This div background color is #A582DD.


Border color

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

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

This div border color is #A582DD.


Opacity

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

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

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

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

This text has shadow with #A582DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A582DD on black background.


Color preview on white background

This text has color #A582DD on white background.



Black color preview on #A582DD background

This text has black color on #A582DD background.


White color preview on #A582DD background

This text has white color on #A582DD background.