COLOR #A880C5

HEX: #A880C5
RGB: (168,128,197)

Color info

#A880C5 contains mainly red and blue colors. Web safe color of #A880C5 is #9966CC (or #96C).

RGB color model

#A880C5 color RGB value is (168,128,197).

  • red value is 168;
  • green value is 128;
  • blue value is 197.
RGB:
(168,128,197)
(66%,50%,77%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 197 of 255 = 77%

168
128
197

R + G + B ~ 64%. #A880C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 197 = 493 (100%)
R 168 of 493 ~ 34.08%
G 128 of 493 ~ 25.96%
B 197 of 493 ~ 39.96%

%34.08
%25.96
%39.96

CMYK color model

#A880C5 color CMYK value is (15,35,0,23).

  • cyan value is 14.72%
  • magenta value is 35.03%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(15,35,0,23)
C15M35Y0K23 
(15%,35%,0%,23%)
(0.15/0.35/0.00/0.23)	

CMYK percentages

%14.72
%35.03
%0
%22.75

Codes

Color #A880C5 in popluar color models

A880C5
RGB168128197
HSL275°37.30%63.73%
HSB/HSV275°35.03%77.25%
CMYK14.72%35.03%0.00%
22.75%

Color #A880C5 in popluar number systems.

HEXA880C5
Decimal168128197
Binary101010001000000011000101
Octal250200305

Shades and tints

Shades of #A880C5

#A880C5
(168,128,197)
#9975B4
(153,117,180)
#8A6AA3
(138,106,163)
#7B5F92
(123,95,146)
#6C5481
(108,84,129)
#5D4970
(93,73,112)
#4E3E5F
(78,62,95)
#3F334E
(63,51,78)
#30283D
(48,40,61)
#211D2C
(33,29,44)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #A880C5

#A880C5
(168,128,197)
#AF8BCA
(175,139,202)
#B696CF
(182,150,207)
#BDA1D4
(189,161,212)
#C4ACD9
(196,172,217)
#CBB7DE
(203,183,222)
#D2C2E3
(210,194,227)
#D9CDE8
(217,205,232)
#E0D8ED
(224,216,237)
#E7E3F2
(231,227,242)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A880C5 color. Also use rgb(168,128,197) instead hex code.

Text Font Color

.myTextColor { color: #A880C5; }

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

This text font color is #A880C5.


Background Color

.myBgColor { background-color: #A880C5; }

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

This div background color is #A880C5.


Border color

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

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

This div border color is #A880C5.


Opacity

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

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

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

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

This text has shadow with #A880C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A880C5 on black background.


Color preview on white background

This text has color #A880C5 on white background.



Black color preview on #A880C5 background

This text has black color on #A880C5 background.


White color preview on #A880C5 background

This text has white color on #A880C5 background.