#A882F2

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

Shades of Medium Purple #A882F2

Tints of Medium Purple #A882F2

Color information

#A882F2 (or 0xA882F2) is unknown color: approx Medium Purple. HEX triplet: A8, 82 and F2. RGB value is (168,130,242). Sum of RGB (Red+Green+Blue) = 168+130+242=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #A882F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A882F2 is #577D0D. Grayscale: #999999. Windows color (decimal): -5733646 or 15893160. OLE color: 15893160.

HSL color Cylindrical-coordinate representation of color #A882F2: hue angle of 260.36º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A882F2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168130242-
CMYK0.310.4600.05
HSL260.36º81.16%72.94%-
HSV(B)260.36º46.28%94.9%-
XYZ40.1630.787.81-
YUV154.13177.59137.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.11%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=31.11%
G=24.07%
B=44.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681302420.310.4600.05260.3681.1672.94
HexA882F21F2E051045149
Octal250202362375605404121111
Binary10101000100000101111001011111101110010110000010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882F2; }

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

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

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

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

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

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

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

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