COLOR #A882EE

HEX: #A882EE RGB: (168,130,238)

Color info

#A882EE contains mainly blue color. Web safe color of #A882EE is #9999FF (or #99F).

RGB color model

#A882EE color RGB value is (168,130,238).

RGB: (168,130,238) (66%, 51%, 93%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 238 of 255 = 93%

168
130
238

R + G + B ~ 70%. #A882EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 238 = 536 (100%)
R 168 of 536 ~ 31.34%
G 130 of 536 ~ 24.25%
B 238 of 536 ~ 44.4'%

%31.34
%24.25
%44.4

CMYK color model

#A882EE color CMYK value is (29,45,0,7).

  • cyan value is 29.41%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (29,45,0,7)
C29M45Y0K7 (29%, 45%, 0%, 7%)
(0.29 / 0.45 / 0.00 / 0.07)

CMYK percentages

%29.41
%45.38
%0
%6.67

Codes

Color #A882EE in popluar color models

A8 82 EE
RGB 168 130 238
HSL 261° 76.06% 72.16%
HSB/HSV 261° 45.38% 93.33%
CMYK 29.41% 45.38% 0.00%
6.67%

Color #A882EE in popluar number systems.

HEX A8 82 EE
Decimal 168 130 238
Binary 10101000 10000010 11101110
Octal 250 202 356

Shades and tints

Shades of #A882EE

#A882EE
(168,130,238)
#9977D9
(153,119,217)
#8A6CC4
(138,108,196)
#7B61AF
(123,97,175)
#6C569A
(108,86,154)
#5D4B85
(93,75,133)
#4E4070
(78,64,112)
#3F355B
(63,53,91)
#302A46
(48,42,70)
#211F31
(33,31,49)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #A882EE

#A882EE
(168,130,238)
#AF8DEF
(175,141,239)
#B698F0
(182,152,240)
#BDA3F1
(189,163,241)
#C4AEF2
(196,174,242)
#CBB9F3
(203,185,243)
#D2C4F4
(210,196,244)
#D9CFF5
(217,207,245)
#E0DAF6
(224,218,246)
#E7E5F7
(231,229,247)
#EEF0F8
(238,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A882EE; }

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

This text font color is #A882EE.

Background Color

.myBgColor { background-color: #A882EE; }

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

This div background color is #A882EE.

Border color

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

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

This div border color is #A882EE.

Opacity

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

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

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

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

This text has shadow with #A882EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A882EE.

Preview

Color preview on black background

This text has color #A882EE on black background.


Color preview on white background

This text has color #A882EE on white background.


Black color preview on #A882EE background

This text has black color on #A882EE background.


White color preview on #A882EE background

This text has white color on #A882EE background.


Related colors

Complementary color

Complementary color for #hex is #577D11.


I love getcolorcode.com

Triadic colors

1 #EEA882 and #82EEA8 with #A882EE are triadic colors.

2 #EE82A8 and #82A8EE with #A882EE are triadic colors.