COLOR #A59ADC

HEX: #A59ADC
RGB: (165,154,220)

Color info

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

RGB color model

#A59ADC color RGB value is (165,154,220).

  • red value is 165;
  • green value is 154;
  • blue value is 220.
RGB:
(165,154,220)
(65%,60%,86%)

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 220 of 255 = 86%

165
154
220

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 220 = 539 (100%)
R 165 of 539 ~ 30.61%
G 154 of 539 ~ 28.57%
B 220 of 539 ~ 40.82%

%30.61
%28.57
%40.82

CMYK color model

#A59ADC color CMYK value is (25,30,0,14).

  • cyan value is 25.00%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(25,30,0,14)
C25M30Y0K14 
(25%,30%,0%,14%)
(0.25/0.30/0.00/0.14)	

CMYK percentages

%25
%30
%0
%13.73

Codes

Color #A59ADC in popluar color models

A59ADC
RGB165154220
HSL250°48.53%73.33%
HSB/HSV250°30.00%86.27%
CMYK25.00%30.00%0.00%
13.73%

Color #A59ADC in popluar number systems.

HEXA59ADC
Decimal165154220
Binary101001011001101011011100
Octal245232334

Shades and tints

Shades of #A59ADC

#A59ADC
(165,154,220)
#968CC8
(150,140,200)
#877EB4
(135,126,180)
#7870A0
(120,112,160)
#69628C
(105,98,140)
#5A5478
(90,84,120)
#4B4664
(75,70,100)
#3C3850
(60,56,80)
#2D2A3C
(45,42,60)
#1E1C28
(30,28,40)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #A59ADC

#A59ADC
(165,154,220)
#ADA3DF
(173,163,223)
#B5ACE2
(181,172,226)
#BDB5E5
(189,181,229)
#C5BEE8
(197,190,232)
#CDC7EB
(205,199,235)
#D5D0EE
(213,208,238)
#DDD9F1
(221,217,241)
#E5E2F4
(229,226,244)
#EDEBF7
(237,235,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59ADC; }

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

This text font color is #A59ADC.


Background Color

.myBgColor { background-color: #A59ADC; }

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

This div background color is #A59ADC.


Border color

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

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

This div border color is #A59ADC.


Opacity

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

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

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

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

This text has shadow with #A59ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59ADC on black background.


Color preview on white background

This text has color #A59ADC on white background.



Black color preview on #A59ADC background

This text has black color on #A59ADC background.


White color preview on #A59ADC background

This text has white color on #A59ADC background.