#A87FDC

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

Shades of Medium Purple #A87FDC

Tints of Medium Purple #A87FDC

Color information

#A87FDC (or 0xA87FDC) is unknown color: approx Medium Purple. HEX triplet: A8, 7F and DC. RGB value is (168,127,220). Sum of RGB (Red+Green+Blue) = 168+127+220=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #A87FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FDC is #578023. Grayscale: #959595. Windows color (decimal): -5734436 or 14450600. OLE color: 14450600.

HSL color Cylindrical-coordinate representation of color #A87FDC: hue angle of 266.45º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A87FDC is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168127220-
CMYK0.240.4200.14
HSL266.45º57.06%68.04%-
HSV(B)266.45º42.27%86.27%-
XYZ36.6628.6771.31-
YUV149.86167.58140.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=32.62%
G=24.66%
B=42.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681272200.240.4200.14266.4557.0668.04
HexA87FDC182A0E10a3944
Octal250177334305201641271104
Binary1010100011111111101110011000101010011101000010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FDC; }

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

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

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

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

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

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

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

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