#A87CF1

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

Shades of Medium Purple #A87CF1

Tints of Medium Purple #A87CF1

Color information

#A87CF1 (or 0xA87CF1) is unknown color: approx Medium Purple. HEX triplet: A8, 7C and F1. RGB value is (168,124,241). Sum of RGB (Red+Green+Blue) = 168+124+241=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #A87CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87CF1 is #57830E. Grayscale: #969696. Windows color (decimal): -5735183 or 15826088. OLE color: 15826088.

HSL color Cylindrical-coordinate representation of color #A87CF1: hue angle of 262.56º degrees, saturation: 0.81, 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 #A87CF1 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168124241-
CMYK0.300.4900.05
HSL262.56º80.69%71.57%-
HSV(B)262.56º48.55%94.51%-
XYZ39.2329.0986.77-
YUV150.49179.08140.49-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=31.52%
G=23.26%
B=45.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681242410.300.4900.05262.5680.6971.57
HexA87CF11E31051075148
Octal250174361366105407121110
Binary1010100011111001111000111110110001010110000011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87CF1; }

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

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

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

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

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

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

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

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