#A882E4

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

Shades of Medium Purple #A882E4

Tints of Medium Purple #A882E4

Color information

#A882E4 (or 0xA882E4) is unknown color: approx Medium Purple. HEX triplet: A8, 82 and E4. RGB value is (168,130,228). Sum of RGB (Red+Green+Blue) = 168+130+228=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #A882E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A882E4 is #577D1B. Grayscale: #989898. Windows color (decimal): -5733660 or 14975656. OLE color: 14975656.

HSL color Cylindrical-coordinate representation of color #A882E4: hue angle of 263.27º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A882E4 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB168130228-
CMYK0.260.4300.11
HSL263.27º64.47%70.2%-
HSV(B)263.27º42.98%89.41%-
XYZ38.1329.8977.16-
YUV152.53170.59139.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=31.94%
G=24.71%
B=43.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1681302280.260.4300.11263.2764.4770.2
HexA882E41A2B0B1074046
Octal2502023443253013407100106
Binary101010001000001011100100110101010110101110000011110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882E4; }

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

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

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

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

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

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

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

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