COLOR #A793BB

HEX: #A793BB RGB: (167,147,187)

Color info

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

RGB color model

#A793BB color RGB value is (167,147,187).

RGB: (167,147,187) (65%, 58%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 187 of 255 = 73%

167
147
187

R + G + B ~ 65%. #A793BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 147 + 187 = 501 (100%)
R 167 of 501 ~ 33.33%
G 147 of 501 ~ 29.34%
B 187 of 501 ~ 37.33'%

%33.33
%29.34
%37.33

CMYK color model

#A793BB color CMYK value is (11,21,0,27).

  • cyan value is 10.70%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,21,0,27)
C11M21Y0K27 (11%, 21%, 0%, 27%)
(0.11 / 0.21 / 0.00 / 0.27)

CMYK percentages

%10.7
%21.39
%0
%26.67

Codes

Color #A793BB in popluar color models

A7 93 BB
RGB 167 147 187
HSL 270° 22.73% 65.49%
HSB/HSV 270° 21.39% 73.33%
CMYK 10.70% 21.39% 0.00%
26.67%

Color #A793BB in popluar number systems.

HEX A7 93 BB
Decimal 167 147 187
Binary 10100111 10010011 10111011
Octal 247 223 273

Shades and tints

Shades of #A793BB

#A793BB
(167,147,187)
#9886AA
(152,134,170)
#897999
(137,121,153)
#7A6C88
(122,108,136)
#6B5F77
(107,95,119)
#5C5266
(92,82,102)
#4D4555
(77,69,85)
#3E3844
(62,56,68)
#2F2B33
(47,43,51)
#201E22
(32,30,34)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #A793BB

#A793BB
(167,147,187)
#AF9CC1
(175,156,193)
#B7A5C7
(183,165,199)
#BFAECD
(191,174,205)
#C7B7D3
(199,183,211)
#CFC0D9
(207,192,217)
#D7C9DF
(215,201,223)
#DFD2E5
(223,210,229)
#E7DBEB
(231,219,235)
#EFE4F1
(239,228,241)
#F7EDF7
(247,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A793BB color. Also use rgb(167,147,187) instead hex code.

Text Font Color

.myTextColor { color: #A793BB; }

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

This text font color is #A793BB.

Background Color

.myBgColor { background-color: #A793BB; }

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

This div background color is #A793BB.

Border color

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

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

This div border color is #A793BB.

Opacity

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

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

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

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

This text has shadow with #A793BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A793BB.

Preview

Color preview on black background

This text has color #A793BB on black background.


Color preview on white background

This text has color #A793BB on white background.


Black color preview on #A793BB background

This text has black color on #A793BB background.


White color preview on #A793BB background

This text has white color on #A793BB background.


Related colors

Complementary color

Complementary color for #hex is #586C44.


I love getcolorcode.com

Triadic colors

1 #BBA793 and #93BBA7 with #A793BB are triadic colors.

2 #BB93A7 and #93A7BB with #A793BB are triadic colors.