COLOR #A795BE

HEX: #A795BE RGB: (167,149,190)

Color info

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

RGB color model

#A795BE color RGB value is (167,149,190).

RGB: (167,149,190) (65%, 58%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 190 of 255 = 75%

167
149
190

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

Portions of RGB colors in percentages

R + G + B = 167 + 149 + 190 = 506 (100%)
R 167 of 506 ~ 33%
G 149 of 506 ~ 29.45%
B 190 of 506 ~ 37.55'%

%33
%29.45
%37.55

CMYK color model

#A795BE color CMYK value is (12,22,0,25).

  • cyan value is 12.11%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,22,0,25)
C12M22Y0K25 (12%, 22%, 0%, 25%)
(0.12 / 0.22 / 0.00 / 0.25)

CMYK percentages

%12.11
%21.58
%0
%25.49

Codes

Color #A795BE in popluar color models

A7 95 BE
RGB 167 149 190
HSL 266° 23.98% 66.47%
HSB/HSV 266° 21.58% 74.51%
CMYK 12.11% 21.58% 0.00%
25.49%

Color #A795BE in popluar number systems.

HEX A7 95 BE
Decimal 167 149 190
Binary 10100111 10010101 10111110
Octal 247 225 276

Shades and tints

Shades of #A795BE

#A795BE
(167,149,190)
#9888AD
(152,136,173)
#897B9C
(137,123,156)
#7A6E8B
(122,110,139)
#6B617A
(107,97,122)
#5C5469
(92,84,105)
#4D4758
(77,71,88)
#3E3A47
(62,58,71)
#2F2D36
(47,45,54)
#202025
(32,32,37)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #A795BE

#A795BE
(167,149,190)
#AF9EC3
(175,158,195)
#B7A7C8
(183,167,200)
#BFB0CD
(191,176,205)
#C7B9D2
(199,185,210)
#CFC2D7
(207,194,215)
#D7CBDC
(215,203,220)
#DFD4E1
(223,212,225)
#E7DDE6
(231,221,230)
#EFE6EB
(239,230,235)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A795BE color. Also use rgb(167,149,190) instead hex code.

Text Font Color

.myTextColor { color: #A795BE; }

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

This text font color is #A795BE.

Background Color

.myBgColor { background-color: #A795BE; }

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

This div background color is #A795BE.

Border color

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

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

This div border color is #A795BE.

Opacity

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

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

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

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

This text has shadow with #A795BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A795BE.

Preview

Color preview on black background

This text has color #A795BE on black background.


Color preview on white background

This text has color #A795BE on white background.


Black color preview on #A795BE background

This text has black color on #A795BE background.


White color preview on #A795BE background

This text has white color on #A795BE background.


Related colors

Complementary color

Complementary color for #hex is #586A41.


I love getcolorcode.com

Triadic colors

1 #BEA795 and #95BEA7 with #A795BE are triadic colors.

2 #BE95A7 and #95A7BE with #A795BE are triadic colors.