COLOR #A59BCF

HEX: #A59BCF RGB: (165,155,207)

Color info

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

RGB color model

#A59BCF color RGB value is (165,155,207).

RGB: (165,155,207) (65%, 61%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 207 of 255 = 81%

165
155
207

R + G + B ~ 69%. #A59BCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 207 = 527 (100%)
R 165 of 527 ~ 31.31%
G 155 of 527 ~ 29.41%
B 207 of 527 ~ 39.28'%

%31.31
%29.41
%39.28

CMYK color model

#A59BCF color CMYK value is (20,25,0,19).

  • cyan value is 20.29%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (20,25,0,19)
C20M25Y0K19 (20%, 25%, 0%, 19%)
(0.20 / 0.25 / 0.00 / 0.19)

CMYK percentages

%20.29
%25.12
%0
%18.82

Codes

Color #A59BCF in popluar color models

A5 9B CF
RGB 165 155 207
HSL 252° 35.14% 70.98%
HSB/HSV 252° 25.12% 81.18%
CMYK 20.29% 25.12% 0.00%
18.82%

Color #A59BCF in popluar number systems.

HEX A5 9B CF
Decimal 165 155 207
Binary 10100101 10011011 11001111
Octal 245 233 317

Shades and tints

Shades of #A59BCF

#A59BCF
(165,155,207)
#968DBD
(150,141,189)
#877FAB
(135,127,171)
#787199
(120,113,153)
#696387
(105,99,135)
#5A5575
(90,85,117)
#4B4763
(75,71,99)
#3C3951
(60,57,81)
#2D2B3F
(45,43,63)
#1E1D2D
(30,29,45)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #A59BCF

#A59BCF
(165,155,207)
#ADA4D3
(173,164,211)
#B5ADD7
(181,173,215)
#BDB6DB
(189,182,219)
#C5BFDF
(197,191,223)
#CDC8E3
(205,200,227)
#D5D1E7
(213,209,231)
#DDDAEB
(221,218,235)
#E5E3EF
(229,227,239)
#EDECF3
(237,236,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59BCF color. Also use rgb(165,155,207) instead hex code.

Text Font Color

.myTextColor { color: #A59BCF; }

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

This text font color is #A59BCF.

Background Color

.myBgColor { background-color: #A59BCF; }

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

This div background color is #A59BCF.

Border color

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

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

This div border color is #A59BCF.

Opacity

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

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

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

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

This text has shadow with #A59BCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59BCF.

Preview

Color preview on black background

This text has color #A59BCF on black background.


Color preview on white background

This text has color #A59BCF on white background.


Black color preview on #A59BCF background

This text has black color on #A59BCF background.


White color preview on #A59BCF background

This text has white color on #A59BCF background.


Related colors

Complementary color

Complementary color for #hex is #5A6430.


I love getcolorcode.com

Triadic colors

1 #CFA59B and #9BCFA5 with #A59BCF are triadic colors.

2 #CF9BA5 and #9BA5CF with #A59BCF are triadic colors.