COLOR #A882CA

HEX: #A882CA RGB: (168,130,202)

Color info

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

RGB color model

#A882CA color RGB value is (168,130,202).

RGB: (168,130,202) (66%, 51%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 202 of 255 = 79%

168
130
202

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 202 = 500 (100%)
R 168 of 500 ~ 33.6%
G 130 of 500 ~ 26%
B 202 of 500 ~ 40.4'%

%33.6
%26
%40.4

CMYK color model

#A882CA color CMYK value is (17,36,0,21).

  • cyan value is 16.83%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (17,36,0,21)
C17M36Y0K21 (17%, 36%, 0%, 21%)
(0.17 / 0.36 / 0.00 / 0.21)

CMYK percentages

%16.83
%35.64
%0
%20.78

Codes

Color #A882CA in popluar color models

A8 82 CA
RGB 168 130 202
HSL 272° 40.45% 65.10%
HSB/HSV 272° 35.64% 79.22%
CMYK 16.83% 35.64% 0.00%
20.78%

Color #A882CA in popluar number systems.

HEX A8 82 CA
Decimal 168 130 202
Binary 10101000 10000010 11001010
Octal 250 202 312

Shades and tints

Shades of #A882CA

#A882CA
(168,130,202)
#9977B8
(153,119,184)
#8A6CA6
(138,108,166)
#7B6194
(123,97,148)
#6C5682
(108,86,130)
#5D4B70
(93,75,112)
#4E405E
(78,64,94)
#3F354C
(63,53,76)
#302A3A
(48,42,58)
#211F28
(33,31,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #A882CA

#A882CA
(168,130,202)
#AF8DCE
(175,141,206)
#B698D2
(182,152,210)
#BDA3D6
(189,163,214)
#C4AEDA
(196,174,218)
#CBB9DE
(203,185,222)
#D2C4E2
(210,196,226)
#D9CFE6
(217,207,230)
#E0DAEA
(224,218,234)
#E7E5EE
(231,229,238)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A882CA; }

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

This text font color is #A882CA.

Background Color

.myBgColor { background-color: #A882CA; }

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

This div background color is #A882CA.

Border color

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

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

This div border color is #A882CA.

Opacity

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

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

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

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

This text has shadow with #A882CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A882CA.

Preview

Color preview on black background

This text has color #A882CA on black background.


Color preview on white background

This text has color #A882CA on white background.


Black color preview on #A882CA background

This text has black color on #A882CA background.


White color preview on #A882CA background

This text has white color on #A882CA background.


Related colors

Complementary color

Complementary color for #hex is #577D35.


I love getcolorcode.com

Triadic colors

1 #CAA882 and #82CAA8 with #A882CA are triadic colors.

2 #CA82A8 and #82A8CA with #A882CA are triadic colors.