COLOR #A795F0

HEX: #A795F0 RGB: (167,149,240)

Color info

#A795F0 contains mainly blue color. Web safe color of #A795F0 is #9999FF (or #99F).

RGB color model

#A795F0 color RGB value is (167,149,240).

RGB: (167,149,240) (65%, 58%, 94%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 240 of 255 = 94%

167
149
240

R + G + B ~ 72%. #A795F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 149 + 240 = 556 (100%)
R 167 of 556 ~ 30.04%
G 149 of 556 ~ 26.8%
B 240 of 556 ~ 43.17'%

%30.04
%26.8
%43.17

CMYK color model

#A795F0 color CMYK value is (30,38,0,6).

  • cyan value is 30.42%
  • magenta value is 37.92%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (30,38,0,6)
C30M38Y0K6 (30%, 38%, 0%, 6%)
(0.30 / 0.38 / 0.00 / 0.06)

CMYK percentages

%30.42
%37.92
%0
%5.88

Codes

Color #A795F0 in popluar color models

A7 95 F0
RGB 167 149 240
HSL 252° 75.21% 76.27%
HSB/HSV 252° 37.92% 94.12%
CMYK 30.42% 37.92% 0.00%
5.88%

Color #A795F0 in popluar number systems.

HEX A7 95 F0
Decimal 167 149 240
Binary 10100111 10010101 11110000
Octal 247 225 360

Shades and tints

Shades of #A795F0

#A795F0
(167,149,240)
#9888DB
(152,136,219)
#897BC6
(137,123,198)
#7A6EB1
(122,110,177)
#6B619C
(107,97,156)
#5C5487
(92,84,135)
#4D4772
(77,71,114)
#3E3A5D
(62,58,93)
#2F2D48
(47,45,72)
#202033
(32,32,51)
#11131E
(17,19,30)
#000000
(0,0,0)

Tints of #A795F0

#A795F0
(167,149,240)
#AF9EF1
(175,158,241)
#B7A7F2
(183,167,242)
#BFB0F3
(191,176,243)
#C7B9F4
(199,185,244)
#CFC2F5
(207,194,245)
#D7CBF6
(215,203,246)
#DFD4F7
(223,212,247)
#E7DDF8
(231,221,248)
#EFE6F9
(239,230,249)
#F7EFFA
(247,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A795F0; }

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

This text font color is #A795F0.

Background Color

.myBgColor { background-color: #A795F0; }

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

This div background color is #A795F0.

Border color

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

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

This div border color is #A795F0.

Opacity

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

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

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

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

This text has shadow with #A795F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A795F0.

Preview

Color preview on black background

This text has color #A795F0 on black background.


Color preview on white background

This text has color #A795F0 on white background.


Black color preview on #A795F0 background

This text has black color on #A795F0 background.


White color preview on #A795F0 background

This text has white color on #A795F0 background.


Related colors

Complementary color

Complementary color for #hex is #586A0F.


I love getcolorcode.com

Triadic colors

1 #F0A795 and #95F0A7 with #A795F0 are triadic colors.

2 #F095A7 and #95A7F0 with #A795F0 are triadic colors.