COLOR #A695BD

HEX: #A695BD RGB: (166,149,189)

Color info

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

RGB color model

#A695BD color RGB value is (166,149,189).

RGB: (166,149,189) (65%, 58%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 149 of 255 = 58%
B 189 of 255 = 74%

166
149
189

R + G + B ~ 66%. #A695BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 149 + 189 = 504 (100%)
R 166 of 504 ~ 32.94%
G 149 of 504 ~ 29.56%
B 189 of 504 ~ 37.5'%

%32.94
%29.56
%37.5

CMYK color model

#A695BD color CMYK value is (12,21,0,26).

  • cyan value is 12.17%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,21,0,26)
C12M21Y0K26 (12%, 21%, 0%, 26%)
(0.12 / 0.21 / 0.00 / 0.26)

CMYK percentages

%12.17
%21.16
%0
%25.88

Codes

Color #A695BD in popluar color models

A6 95 BD
RGB 166 149 189
HSL 266° 23.26% 66.27%
HSB/HSV 266° 21.16% 74.12%
CMYK 12.17% 21.16% 0.00%
25.88%

Color #A695BD in popluar number systems.

HEX A6 95 BD
Decimal 166 149 189
Binary 10100110 10010101 10111101
Octal 246 225 275

Shades and tints

Shades of #A695BD

#A695BD
(166,149,189)
#9788AC
(151,136,172)
#887B9B
(136,123,155)
#796E8A
(121,110,138)
#6A6179
(106,97,121)
#5B5468
(91,84,104)
#4C4757
(76,71,87)
#3D3A46
(61,58,70)
#2E2D35
(46,45,53)
#1F2024
(31,32,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #A695BD

#A695BD
(166,149,189)
#AE9EC3
(174,158,195)
#B6A7C9
(182,167,201)
#BEB0CF
(190,176,207)
#C6B9D5
(198,185,213)
#CEC2DB
(206,194,219)
#D6CBE1
(214,203,225)
#DED4E7
(222,212,231)
#E6DDED
(230,221,237)
#EEE6F3
(238,230,243)
#F6EFF9
(246,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A695BD color. Also use rgb(166,149,189) instead hex code.

Text Font Color

.myTextColor { color: #A695BD; }

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

This text font color is #A695BD.

Background Color

.myBgColor { background-color: #A695BD; }

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

This div background color is #A695BD.

Border color

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

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

This div border color is #A695BD.

Opacity

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

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

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

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

This text has shadow with #A695BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A695BD.

Preview

Color preview on black background

This text has color #A695BD on black background.


Color preview on white background

This text has color #A695BD on white background.


Black color preview on #A695BD background

This text has black color on #A695BD background.


White color preview on #A695BD background

This text has white color on #A695BD background.


Related colors

Complementary color

Complementary color for #hex is #596A42.


I love getcolorcode.com

Triadic colors

1 #BDA695 and #95BDA6 with #A695BD are triadic colors.

2 #BD95A6 and #95A6BD with #A695BD are triadic colors.