COLOR #A596DD

HEX: #A596DD RGB: (165,150,221)

Color info

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

RGB color model

#A596DD color RGB value is (165,150,221).

RGB: (165,150,221) (65%, 59%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 221 of 255 = 87%

165
150
221

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 221 = 536 (100%)
R 165 of 536 ~ 30.78%
G 150 of 536 ~ 27.99%
B 221 of 536 ~ 41.23'%

%30.78
%27.99
%41.23

CMYK color model

#A596DD color CMYK value is (25,32,0,13).

  • cyan value is 25.34%
  • magenta value is 32.13%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (25,32,0,13)
C25M32Y0K13 (25%, 32%, 0%, 13%)
(0.25 / 0.32 / 0.00 / 0.13)

CMYK percentages

%25.34
%32.13
%0
%13.33

Codes

Color #A596DD in popluar color models

A5 96 DD
RGB 165 150 221
HSL 253° 51.08% 72.75%
HSB/HSV 253° 32.13% 86.67%
CMYK 25.34% 32.13% 0.00%
13.33%

Color #A596DD in popluar number systems.

HEX A5 96 DD
Decimal 165 150 221
Binary 10100101 10010110 11011101
Octal 245 226 335

Shades and tints

Shades of #A596DD

#A596DD
(165,150,221)
#9689C9
(150,137,201)
#877CB5
(135,124,181)
#786FA1
(120,111,161)
#69628D
(105,98,141)
#5A5579
(90,85,121)
#4B4865
(75,72,101)
#3C3B51
(60,59,81)
#2D2E3D
(45,46,61)
#1E2129
(30,33,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A596DD

#A596DD
(165,150,221)
#AD9FE0
(173,159,224)
#B5A8E3
(181,168,227)
#BDB1E6
(189,177,230)
#C5BAE9
(197,186,233)
#CDC3EC
(205,195,236)
#D5CCEF
(213,204,239)
#DDD5F2
(221,213,242)
#E5DEF5
(229,222,245)
#EDE7F8
(237,231,248)
#F5F0FB
(245,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A596DD; }

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

This text font color is #A596DD.

Background Color

.myBgColor { background-color: #A596DD; }

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

This div background color is #A596DD.

Border color

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

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

This div border color is #A596DD.

Opacity

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

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

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

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

This text has shadow with #A596DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A596DD.

Preview

Color preview on black background

This text has color #A596DD on black background.


Color preview on white background

This text has color #A596DD on white background.


Black color preview on #A596DD background

This text has black color on #A596DD background.


White color preview on #A596DD background

This text has white color on #A596DD background.


Related colors

Complementary color

Complementary color for #hex is #5A6922.


I love getcolorcode.com

Triadic colors

1 #DDA596 and #96DDA5 with #A596DD are triadic colors.

2 #DD96A5 and #96A5DD with #A596DD are triadic colors.