#A364F8

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

Shades of Medium Purple #A364F8

Tints of Medium Purple #A364F8

Color information

#A364F8 (or 0xA364F8) is unknown color: approx Medium Purple. HEX triplet: A3, 64 and F8. RGB value is (163,100,248). Sum of RGB (Red+Green+Blue) = 163+100+248=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #A364F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364F8 is #5C9B07. Grayscale: #878787. Windows color (decimal): -6069000 or 16278691. OLE color: 16278691.

HSL color Cylindrical-coordinate representation of color #A364F8: hue angle of 265.54º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A364F8 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163100248-
CMYK0.340.6000.03
HSL265.54º91.36%68.24%-
HSV(B)265.54º59.68%97.25%-
XYZ36.623.6891.45-
YUV135.71191.37147.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=31.90%
G=19.57%
B=48.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1631002480.340.6000.03265.5491.3668.24
HexA364F8223C0310a5b44
Octal243144370427403412133104
Binary1010001111001001111100010001011110001110000101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364F8; }

 p { color: rgb(163,100,248); }

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

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

 a { background-color: rgb(163,100,248); }

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

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

 span { border-color: rgb(163,100,248); }

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