#A863F5

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

Shades of Medium Purple #A863F5

Tints of Medium Purple #A863F5

Color information

#A863F5 (or 0xA863F5) is unknown color: approx Medium Purple. HEX triplet: A8, 63 and F5. RGB value is (168,99,245). Sum of RGB (Red+Green+Blue) = 168+99+245=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #A863F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A863F5 is #579C0A. Grayscale: #878787. Windows color (decimal): -5741579 or 16081832. OLE color: 16081832.

HSL color Cylindrical-coordinate representation of color #A863F5: hue angle of 268.36º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A863F5 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16899245-
CMYK0.310.6000.04
HSL268.36º87.95%67.45%-
HSV(B)268.36º59.59%96.08%-
XYZ37.0923.8489.03-
YUV136.28189.36150.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 245 (96.09% from 255) = 47.85%
R=32.81%
G=19.34%
B=47.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168992450.310.6000.04268.3687.9567.45
HexA863F51F3C0410c5843
Octal250143365377404414130103
Binary1010100011000111111010111111111100010010000110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A863F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A863F5; }

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

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

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

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

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

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

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

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