#A87CF2

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

Shades of Medium Purple #A87CF2

Tints of Medium Purple #A87CF2

Color information

#A87CF2 (or 0xA87CF2) is unknown color: approx Medium Purple. HEX triplet: A8, 7C and F2. RGB value is (168,124,242). Sum of RGB (Red+Green+Blue) = 168+124+242=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #A87CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CF2 is #57830D. Grayscale: #969696. Windows color (decimal): -5735182 or 15891624. OLE color: 15891624.

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

Color convert

RGB168124242-
CMYK0.310.4900.05
HSL262.37º81.94%71.76%-
HSV(B)262.37º48.76%94.9%-
XYZ39.3829.1587.56-
YUV150.61179.58140.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 242 (94.92% from 255) = 45.32%
R=31.46%
G=23.22%
B=45.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681242420.310.4900.05262.3781.9471.76
HexA87CF21F31051065248
Octal250174362376105406122110
Binary1010100011111001111001011111110001010110000011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CF2; }

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

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

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

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

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

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

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

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