COLOR #A783AB

HEX: #A783AB RGB: (167,131,171)

Color info

#A783AB contains red, green and blue colors in about the same proportion. Web safe color of #A783AB is #999999 (or #999).

RGB color model

#A783AB color RGB value is (167,131,171).

RGB: (167,131,171) (65%, 51%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 171 of 255 = 67%

167
131
171

R + G + B ~ 61%. #A783AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 131 + 171 = 469 (100%)
R 167 of 469 ~ 35.61%
G 131 of 469 ~ 27.93%
B 171 of 469 ~ 36.46'%

%35.61
%27.93
%36.46

CMYK color model

#A783AB color CMYK value is (2,23,0,33).

  • cyan value is 2.34%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,23,0,33)
C2M23Y0K33 (2%, 23%, 0%, 33%)
(0.02 / 0.23 / 0.00 / 0.33)

CMYK percentages

%2.34
%23.39
%0
%32.94

Codes

Color #A783AB in popluar color models

A7 83 AB
RGB 167 131 171
HSL 294° 19.23% 59.22%
HSB/HSV 294° 23.39% 67.06%
CMYK 2.34% 23.39% 0.00%
32.94%

Color #A783AB in popluar number systems.

HEX A7 83 AB
Decimal 167 131 171
Binary 10100111 10000011 10101011
Octal 247 203 253

Shades and tints

Shades of #A783AB

#A783AB
(167,131,171)
#98789C
(152,120,156)
#896D8D
(137,109,141)
#7A627E
(122,98,126)
#6B576F
(107,87,111)
#5C4C60
(92,76,96)
#4D4151
(77,65,81)
#3E3642
(62,54,66)
#2F2B33
(47,43,51)
#202024
(32,32,36)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #A783AB

#A783AB
(167,131,171)
#AF8EB2
(175,142,178)
#B799B9
(183,153,185)
#BFA4C0
(191,164,192)
#C7AFC7
(199,175,199)
#CFBACE
(207,186,206)
#D7C5D5
(215,197,213)
#DFD0DC
(223,208,220)
#E7DBE3
(231,219,227)
#EFE6EA
(239,230,234)
#F7F1F1
(247,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A783AB color. Also use rgb(167,131,171) instead hex code.

Text Font Color

.myTextColor { color: #A783AB; }

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

This text font color is #A783AB.

Background Color

.myBgColor { background-color: #A783AB; }

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

This div background color is #A783AB.

Border color

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

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

This div border color is #A783AB.

Opacity

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

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

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

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

This text has shadow with #A783AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A783AB.

Preview

Color preview on black background

This text has color #A783AB on black background.


Color preview on white background

This text has color #A783AB on white background.


Black color preview on #A783AB background

This text has black color on #A783AB background.


White color preview on #A783AB background

This text has white color on #A783AB background.


Related colors

Complementary color

Complementary color for #hex is #587C54.


I love getcolorcode.com

Triadic colors

1 #ABA783 and #83ABA7 with #A783AB are triadic colors.

2 #AB83A7 and #83A7AB with #A783AB are triadic colors.