COLOR #A780AF

HEX: #A780AF
RGB: (167,128,175)

Color info

#A780AF contains red, green and blue colors in about the same proportion. Web safe color of #A780AF is #996699 (or #969).

RGB color model

#A780AF color RGB value is (167,128,175).

  • red value is 167;
  • green value is 128;
  • blue value is 175.
RGB:
(167,128,175)
(65%,50%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 175 of 255 = 69%

167
128
175

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

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 175 = 470 (100%)
R 167 of 470 ~ 35.53%
G 128 of 470 ~ 27.23%
B 175 of 470 ~ 37.23%

%35.53
%27.23
%37.23

CMYK color model

#A780AF color CMYK value is (5,27,0,31).

  • cyan value is 4.57%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,27,0,31)
C5M27Y0K31 
(5%,27%,0%,31%)
(0.05/0.27/0.00/0.31)	

CMYK percentages

%4.57
%26.86
%0
%31.37

Codes

Color #A780AF in popluar color models

A780AF
RGB167128175
HSL290°22.71%59.41%
HSB/HSV290°26.86%68.63%
CMYK4.57%26.86%0.00%
31.37%

Color #A780AF in popluar number systems.

HEXA780AF
Decimal167128175
Binary101001111000000010101111
Octal247200257

Shades and tints

Shades of #A780AF

#A780AF
(167,128,175)
#9875A0
(152,117,160)
#896A91
(137,106,145)
#7A5F82
(122,95,130)
#6B5473
(107,84,115)
#5C4964
(92,73,100)
#4D3E55
(77,62,85)
#3E3346
(62,51,70)
#2F2837
(47,40,55)
#201D28
(32,29,40)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #A780AF

#A780AF
(167,128,175)
#AF8BB6
(175,139,182)
#B796BD
(183,150,189)
#BFA1C4
(191,161,196)
#C7ACCB
(199,172,203)
#CFB7D2
(207,183,210)
#D7C2D9
(215,194,217)
#DFCDE0
(223,205,224)
#E7D8E7
(231,216,231)
#EFE3EE
(239,227,238)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A780AF color. Also use rgb(167,128,175) instead hex code.

Text Font Color

.myTextColor { color: #A780AF; }

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

This text font color is #A780AF.


Background Color

.myBgColor { background-color: #A780AF; }

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

This div background color is #A780AF.


Border color

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

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

This div border color is #A780AF.


Opacity

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

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

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

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

This text has shadow with #A780AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A780AF on black background.


Color preview on white background

This text has color #A780AF on white background.



Black color preview on #A780AF background

This text has black color on #A780AF background.


White color preview on #A780AF background

This text has white color on #A780AF background.