COLOR #A595CD

HEX: #A595CD RGB: (165,149,205)

Color info

#A595CD contains red, green and blue colors in about the same proportion. Web safe color of #A595CD is #9999CC (or #99C).

RGB color model

#A595CD color RGB value is (165,149,205).

RGB: (165,149,205) (65%, 58%, 80%)

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 205 of 255 = 80%

165
149
205

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

Portions of RGB colors in percentages

R + G + B = 165 + 149 + 205 = 519 (100%)
R 165 of 519 ~ 31.79%
G 149 of 519 ~ 28.71%
B 205 of 519 ~ 39.5'%

%31.79
%28.71
%39.5

CMYK color model

#A595CD color CMYK value is (20,27,0,20).

  • cyan value is 19.51%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,27,0,20)
C20M27Y0K20 (20%, 27%, 0%, 20%)
(0.20 / 0.27 / 0.00 / 0.20)

CMYK percentages

%19.51
%27.32
%0
%19.61

Codes

Color #A595CD in popluar color models

A5 95 CD
RGB 165 149 205
HSL 257° 35.90% 69.41%
HSB/HSV 257° 27.32% 80.39%
CMYK 19.51% 27.32% 0.00%
19.61%

Color #A595CD in popluar number systems.

HEX A5 95 CD
Decimal 165 149 205
Binary 10100101 10010101 11001101
Octal 245 225 315

Shades and tints

Shades of #A595CD

#A595CD
(165,149,205)
#9688BB
(150,136,187)
#877BA9
(135,123,169)
#786E97
(120,110,151)
#696185
(105,97,133)
#5A5473
(90,84,115)
#4B4761
(75,71,97)
#3C3A4F
(60,58,79)
#2D2D3D
(45,45,61)
#1E202B
(30,32,43)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #A595CD

#A595CD
(165,149,205)
#AD9ED1
(173,158,209)
#B5A7D5
(181,167,213)
#BDB0D9
(189,176,217)
#C5B9DD
(197,185,221)
#CDC2E1
(205,194,225)
#D5CBE5
(213,203,229)
#DDD4E9
(221,212,233)
#E5DDED
(229,221,237)
#EDE6F1
(237,230,241)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A595CD color. Also use rgb(165,149,205) instead hex code.

Text Font Color

.myTextColor { color: #A595CD; }

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

This text font color is #A595CD.

Background Color

.myBgColor { background-color: #A595CD; }

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

This div background color is #A595CD.

Border color

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

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

This div border color is #A595CD.

Opacity

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

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

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

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

This text has shadow with #A595CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A595CD.

Preview

Color preview on black background

This text has color #A595CD on black background.


Color preview on white background

This text has color #A595CD on white background.


Black color preview on #A595CD background

This text has black color on #A595CD background.


White color preview on #A595CD background

This text has white color on #A595CD background.


Related colors

Complementary color

Complementary color for #hex is #5A6A32.


I love getcolorcode.com

Triadic colors

1 #CDA595 and #95CDA5 with #A595CD are triadic colors.

2 #CD95A5 and #95A5CD with #A595CD are triadic colors.