COLOR #A880C0

HEX: #A880C0
RGB: (168,128,192)

Color info

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

RGB color model

#A880C0 color RGB value is (168,128,192).

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

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 192 of 255 = 75%

168
128
192

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

Portions of RGB colors in percentages

R + G + B =
168 + 128 + 192 = 488 (100%)
R 168 of 488 ~ 34.43%
G 128 of 488 ~ 26.23%
B 192 of 488 ~ 39.34%

%34.43
%26.23
%39.34

CMYK color model

#A880C0 color CMYK value is (13,33,0,25).

  • cyan value is 12.50%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,33,0,25)
C13M33Y0K25 
(13%,33%,0%,25%)
(0.13/0.33/0.00/0.25)	

CMYK percentages

%12.5
%33.33
%0
%24.71

Codes

Color #A880C0 in popluar color models

A880C0
RGB168128192
HSL278°33.68%62.75%
HSB/HSV278°33.33%75.29%
CMYK12.50%33.33%0.00%
24.71%

Color #A880C0 in popluar number systems.

HEXA880C0
Decimal168128192
Binary101010001000000011000000
Octal250200300

Shades and tints

Shades of #A880C0

#A880C0
(168,128,192)
#9975AF
(153,117,175)
#8A6A9E
(138,106,158)
#7B5F8D
(123,95,141)
#6C547C
(108,84,124)
#5D496B
(93,73,107)
#4E3E5A
(78,62,90)
#3F3349
(63,51,73)
#302838
(48,40,56)
#211D27
(33,29,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A880C0

#A880C0
(168,128,192)
#AF8BC5
(175,139,197)
#B696CA
(182,150,202)
#BDA1CF
(189,161,207)
#C4ACD4
(196,172,212)
#CBB7D9
(203,183,217)
#D2C2DE
(210,194,222)
#D9CDE3
(217,205,227)
#E0D8E8
(224,216,232)
#E7E3ED
(231,227,237)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A880C0; }

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

This text font color is #A880C0.


Background Color

.myBgColor { background-color: #A880C0; }

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

This div background color is #A880C0.


Border color

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

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

This div border color is #A880C0.


Opacity

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

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

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

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

This text has shadow with #A880C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A880C0 on black background.


Color preview on white background

This text has color #A880C0 on white background.



Black color preview on #A880C0 background

This text has black color on #A880C0 background.


White color preview on #A880C0 background

This text has white color on #A880C0 background.