#A87FEC

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

Shades of Medium Purple #A87FEC

Tints of Medium Purple #A87FEC

Color information

#A87FEC (or 0xA87FEC) is unknown color: approx Medium Purple. HEX triplet: A8, 7F and EC. RGB value is (168,127,236). Sum of RGB (Red+Green+Blue) = 168+127+236=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #A87FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FEC is #578013. Grayscale: #979797. Windows color (decimal): -5734420 or 15499176. OLE color: 15499176.

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

Color convert

RGB168127236-
CMYK0.290.4600.07
HSL262.57º74.15%71.18%-
HSV(B)262.57º46.19%92.55%-
XYZ38.8829.5683.01-
YUV151.68175.58139.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.64%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=31.64%
G=23.92%
B=44.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681272360.290.4600.07262.5774.1571.18
HexA87FEC1D2E071074a47
Octal250177354355607407112107
Binary1010100011111111110110011101101110011110000011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FEC; }

 p { color: rgb(168,127,236); }

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

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

 a { background-color: rgb(168,127,236); }

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

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

 span { border-color: rgb(168,127,236); }

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