COLOR #A795E6

HEX: #A795E6
RGB: (167,149,230)

Color info

#A795E6 contains mainly blue color. Web safe color of #A795E6 is #9999CC (or #99C).

RGB color model

#A795E6 color RGB value is (167,149,230).

  • red value is 167;
  • green value is 149;
  • blue value is 230.
RGB:
(167,149,230)
(65%,58%,90%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 230 of 255 = 90%

167
149
230

R + G + B ~ 71%. #A795E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 230 = 546 (100%)
R 167 of 546 ~ 30.59%
G 149 of 546 ~ 27.29%
B 230 of 546 ~ 42.12%

%30.59
%27.29
%42.12

CMYK color model

#A795E6 color CMYK value is (27,35,0,10).

  • cyan value is 27.39%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(27,35,0,10)
C27M35Y0K10 
(27%,35%,0%,10%)
(0.27/0.35/0.00/0.10)	

CMYK percentages

%27.39
%35.22
%0
%9.8

Codes

Color #A795E6 in popluar color models

A795E6
RGB167149230
HSL253°61.83%74.31%
HSB/HSV253°35.22%90.20%
CMYK27.39%35.22%0.00%
9.80%

Color #A795E6 in popluar number systems.

HEXA795E6
Decimal167149230
Binary101001111001010111100110
Octal247225346

Shades and tints

Shades of #A795E6

#A795E6
(167,149,230)
#9888D2
(152,136,210)
#897BBE
(137,123,190)
#7A6EAA
(122,110,170)
#6B6196
(107,97,150)
#5C5482
(92,84,130)
#4D476E
(77,71,110)
#3E3A5A
(62,58,90)
#2F2D46
(47,45,70)
#202032
(32,32,50)
#11131E
(17,19,30)
#000000
(0,0,0)

Tints of #A795E6

#A795E6
(167,149,230)
#AF9EE8
(175,158,232)
#B7A7EA
(183,167,234)
#BFB0EC
(191,176,236)
#C7B9EE
(199,185,238)
#CFC2F0
(207,194,240)
#D7CBF2
(215,203,242)
#DFD4F4
(223,212,244)
#E7DDF6
(231,221,246)
#EFE6F8
(239,230,248)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A795E6; }

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

This text font color is #A795E6.


Background Color

.myBgColor { background-color: #A795E6; }

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

This div background color is #A795E6.


Border color

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

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

This div border color is #A795E6.


Opacity

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

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

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

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

This text has shadow with #A795E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A795E6 on black background.


Color preview on white background

This text has color #A795E6 on white background.



Black color preview on #A795E6 background

This text has black color on #A795E6 background.


White color preview on #A795E6 background

This text has white color on #A795E6 background.