COLOR #A995CD

HEX: #A995CD RGB: (169,149,205)

Color info

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

RGB color model

#A995CD color RGB value is (169,149,205).

RGB: (169,149,205) (66%, 58%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 149 of 255 = 58%
B 205 of 255 = 80%

169
149
205

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

Portions of RGB colors in percentages

R + G + B = 169 + 149 + 205 = 523 (100%)
R 169 of 523 ~ 32.31%
G 149 of 523 ~ 28.49%
B 205 of 523 ~ 39.2'%

%32.31
%28.49
%39.2

CMYK color model

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

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

CMYK: (18,27,0,20)
C18M27Y0K20 (18%, 27%, 0%, 20%)
(0.18 / 0.27 / 0.00 / 0.20)

CMYK percentages

%17.56
%27.32
%0
%19.61

Codes

Color #A995CD in popluar color models

A9 95 CD
RGB 169 149 205
HSL 261° 35.90% 69.41%
HSB/HSV 261° 27.32% 80.39%
CMYK 17.56% 27.32% 0.00%
19.61%

Color #A995CD in popluar number systems.

HEX A9 95 CD
Decimal 169 149 205
Binary 10101001 10010101 11001101
Octal 251 225 315

Shades and tints

Shades of #A995CD

#A995CD
(169,149,205)
#9A88BB
(154,136,187)
#8B7BA9
(139,123,169)
#7C6E97
(124,110,151)
#6D6185
(109,97,133)
#5E5473
(94,84,115)
#4F4761
(79,71,97)
#403A4F
(64,58,79)
#312D3D
(49,45,61)
#22202B
(34,32,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #A995CD

#A995CD
(169,149,205)
#B09ED1
(176,158,209)
#B7A7D5
(183,167,213)
#BEB0D9
(190,176,217)
#C5B9DD
(197,185,221)
#CCC2E1
(204,194,225)
#D3CBE5
(211,203,229)
#DAD4E9
(218,212,233)
#E1DDED
(225,221,237)
#E8E6F1
(232,230,241)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A995CD; }

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

This text font color is #A995CD.

Background Color

.myBgColor { background-color: #A995CD; }

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

This div background color is #A995CD.

Border color

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

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

This div border color is #A995CD.

Opacity

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

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

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

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

This text has shadow with #A995CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A995CD.

Preview

Color preview on black background

This text has color #A995CD on black background.


Color preview on white background

This text has color #A995CD on white background.


Black color preview on #A995CD background

This text has black color on #A995CD background.


White color preview on #A995CD background

This text has white color on #A995CD background.


Related colors

Complementary color

Complementary color for #hex is #566A32.


I love getcolorcode.com

Triadic colors

1 #CDA995 and #95CDA9 with #A995CD are triadic colors.

2 #CD95A9 and #95A9CD with #A995CD are triadic colors.