#A863FA

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

Shades of Medium Purple #A863FA

Tints of Medium Purple #A863FA

Color information

#A863FA (or 0xA863FA) is unknown color: approx Medium Purple. HEX triplet: A8, 63 and FA. RGB value is (168,99,250). Sum of RGB (Red+Green+Blue) = 168+99+250=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #A863FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863FA is #579C05. Grayscale: #888888. Windows color (decimal): -5741574 or 16409512. OLE color: 16409512.

HSL color Cylindrical-coordinate representation of color #A863FA: hue angle of 267.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A863FA is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16899250-
CMYK0.330.6000.02
HSL267.42º93.79%68.43%-
HSV(B)267.42º60.4%98.04%-
XYZ37.8724.1593.11-
YUV136.84191.86150.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 99 (39.06% from 255) = 19.15%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=32.50%
G=19.15%
B=48.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal168992500.330.6000.02267.4293.7968.43
HexA863FA213C0210b5e44
Octal250143372417402413136104
Binary1010100011000111111101010000111110001010000101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863FA; }

 p { color: rgb(168,99,250); }

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

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

 a { background-color: rgb(168,99,250); }

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

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

 span { border-color: rgb(168,99,250); }

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