#A863EC

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

Shades of Medium Purple #A863EC

Tints of Medium Purple #A863EC

Color information

#A863EC (or 0xA863EC) is unknown color: approx Medium Purple. HEX triplet: A8, 63 and EC. RGB value is (168,99,236). Sum of RGB (Red+Green+Blue) = 168+99+236=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A863EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863EC is #579C13. Grayscale: #868686. Windows color (decimal): -5741588 or 15492008. OLE color: 15492008.

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

Color convert

RGB16899236-
CMYK0.290.5800.07
HSL270.22º78.29%65.69%-
HSV(B)270.22º58.05%92.55%-
XYZ35.7523.381.97-
YUV135.25184.86151.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 236 (92.58% from 255) = 46.92%
R=33.40%
G=19.68%
B=46.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168992360.290.5800.07270.2278.2965.69
HexA863EC1D3A0710e4e42
Octal250143354357207416116102
Binary1010100011000111110110011101111010011110000111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863EC; }

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

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

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

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

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

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

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

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