#A882EE

Color #A882EE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A882EE

Tints of Medium Purple #A882EE

Color information

#A882EE (or 0xA882EE) is unknown color: approx Medium Purple. HEX triplet: A8, 82 and EE. RGB value is (168,130,238). Sum of RGB (Red+Green+Blue) = 168+130+238=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A882EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882EE is #577D11. Grayscale: #999999. Windows color (decimal): -5733650 or 15631016. OLE color: 15631016.

HSL color Cylindrical-coordinate representation of color #A882EE: hue angle of 261.11º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A882EE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168130238-
CMYK0.290.4500.07
HSL261.11º76.06%72.16%-
HSV(B)261.11º45.38%93.33%-
XYZ39.5630.4684.68-
YUV153.67175.59138.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 238 (93.36% from 255) = 44.40%
R=31.34%
G=24.25%
B=44.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681302380.290.4500.07261.1176.0672.16
HexA882EE1D2D071054c48
Octal250202356355507405114110
Binary10101000100000101110111011101101101011110000010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882EE; }

 p { color: rgb(168,130,238); }

 H1.HeaderClassName
 {
   color: #A882EE;
 }
 .AnyTagClassName
 {
   color: #A882EE;
 }
</style>
background-color css

<style>
 a { background-color: #A882EE; }

 a { background-color: rgb(168,130,238); }

 div.DivClassName
 {
   background-color: #A882EE;
 }
 .BgClassName
 {
   background-color: #A882EE;
 }
</style>
border-color css

<style>
 span { border-color: #A882EE; }

 span { border-color: rgb(168,130,238); }

 td.TdClassName
 {
   border-color: #A882EE;
 }
 .TagClassName
 {
   border-color: #A882EE;
 }
</style>