COLOR #A765AA

HEX: #A765AA
RGB: (167,101,170)

Color info

#A765AA contains mainly red and blue colors. Web safe color of #A765AA is #996699 (or #969).

RGB color model

#A765AA color RGB value is (167,101,170).

  • red value is 167;
  • green value is 101;
  • blue value is 170.
RGB:
(167,101,170)
(65%,40%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 170 of 255 = 67%

167
101
170

R + G + B ~ 57%. #A765AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 170 = 438 (100%)
R 167 of 438 ~ 38.13%
G 101 of 438 ~ 23.06%
B 170 of 438 ~ 38.81%

%38.13
%23.06
%38.81

CMYK color model

#A765AA color CMYK value is (2,41,0,33).

  • cyan value is 1.76%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,41,0,33)
C2M41Y0K33 
(2%,41%,0%,33%)
(0.02/0.41/0.00/0.33)	

CMYK percentages

%1.76
%40.59
%0
%33.33

Codes

Color #A765AA in popluar color models

A765AA
RGB167101170
HSL297°28.87%53.14%
HSB/HSV297°40.59%66.67%
CMYK1.76%40.59%0.00%
33.33%

Color #A765AA in popluar number systems.

HEXA765AA
Decimal167101170
Binary10100111110010110101010
Octal247145252

Shades and tints

Shades of #A765AA

#A765AA
(167,101,170)
#985C9B
(152,92,155)
#89538C
(137,83,140)
#7A4A7D
(122,74,125)
#6B416E
(107,65,110)
#5C385F
(92,56,95)
#4D2F50
(77,47,80)
#3E2641
(62,38,65)
#2F1D32
(47,29,50)
#201423
(32,20,35)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #A765AA

#A765AA
(167,101,170)
#AF73B1
(175,115,177)
#B781B8
(183,129,184)
#BF8FBF
(191,143,191)
#C79DC6
(199,157,198)
#CFABCD
(207,171,205)
#D7B9D4
(215,185,212)
#DFC7DB
(223,199,219)
#E7D5E2
(231,213,226)
#EFE3E9
(239,227,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A765AA color. Also use rgb(167,101,170) instead hex code.

Text Font Color

.myTextColor { color: #A765AA; }

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

This text font color is #A765AA.


Background Color

.myBgColor { background-color: #A765AA; }

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

This div background color is #A765AA.


Border color

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

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

This div border color is #A765AA.


Opacity

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

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

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

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

This text has shadow with #A765AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A765AA on black background.


Color preview on white background

This text has color #A765AA on white background.



Black color preview on #A765AA background

This text has black color on #A765AA background.


White color preview on #A765AA background

This text has white color on #A765AA background.