COLOR #A882C6

HEX: #A882C6 RGB: (168,130,198)

Color info

#A882C6 contains mainly red and blue colors. Web safe color of #A882C6 is #9999CC (or #99C).

RGB color model

#A882C6 color RGB value is (168,130,198).

RGB: (168,130,198) (66%, 51%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 198 of 255 = 78%

168
130
198

R + G + B ~ 65%. #A882C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 198 = 496 (100%)
R 168 of 496 ~ 33.87%
G 130 of 496 ~ 26.21%
B 198 of 496 ~ 39.92'%

%33.87
%26.21
%39.92

CMYK color model

#A882C6 color CMYK value is (15,34,0,22).

  • cyan value is 15.15%
  • magenta value is 34.34%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (15,34,0,22)
C15M34Y0K22 (15%, 34%, 0%, 22%)
(0.15 / 0.34 / 0.00 / 0.22)

CMYK percentages

%15.15
%34.34
%0
%22.35

Codes

Color #A882C6 in popluar color models

A8 82 C6
RGB 168 130 198
HSL 274° 37.36% 64.31%
HSB/HSV 274° 34.34% 77.65%
CMYK 15.15% 34.34% 0.00%
22.35%

Color #A882C6 in popluar number systems.

HEX A8 82 C6
Decimal 168 130 198
Binary 10101000 10000010 11000110
Octal 250 202 306

Shades and tints

Shades of #A882C6

#A882C6
(168,130,198)
#9977B4
(153,119,180)
#8A6CA2
(138,108,162)
#7B6190
(123,97,144)
#6C567E
(108,86,126)
#5D4B6C
(93,75,108)
#4E405A
(78,64,90)
#3F3548
(63,53,72)
#302A36
(48,42,54)
#211F24
(33,31,36)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A882C6

#A882C6
(168,130,198)
#AF8DCB
(175,141,203)
#B698D0
(182,152,208)
#BDA3D5
(189,163,213)
#C4AEDA
(196,174,218)
#CBB9DF
(203,185,223)
#D2C4E4
(210,196,228)
#D9CFE9
(217,207,233)
#E0DAEE
(224,218,238)
#E7E5F3
(231,229,243)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A882C6 color. Also use rgb(168,130,198) instead hex code.

Text Font Color

.myTextColor { color: #A882C6; }

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

This text font color is #A882C6.

Background Color

.myBgColor { background-color: #A882C6; }

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

This div background color is #A882C6.

Border color

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

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

This div border color is #A882C6.

Opacity

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

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

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

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

This text has shadow with #A882C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A882C6.

Preview

Color preview on black background

This text has color #A882C6 on black background.


Color preview on white background

This text has color #A882C6 on white background.


Black color preview on #A882C6 background

This text has black color on #A882C6 background.


White color preview on #A882C6 background

This text has white color on #A882C6 background.


Related colors

Complementary color

Complementary color for #hex is #577D39.


I love getcolorcode.com

Triadic colors

1 #C6A882 and #82C6A8 with #A882C6 are triadic colors.

2 #C682A8 and #82A8C6 with #A882C6 are triadic colors.