#A463F0

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

Shades of Medium Purple #A463F0

Tints of Medium Purple #A463F0

Color information

#A463F0 (or 0xA463F0) is unknown color: approx Medium Purple. HEX triplet: A4, 63 and F0. RGB value is (164,99,240). Sum of RGB (Red+Green+Blue) = 164+99+240=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #A463F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463F0 is #5B9C0F. Grayscale: #868686. Windows color (decimal): -6003728 or 15754148. OLE color: 15754148.

HSL color Cylindrical-coordinate representation of color #A463F0: hue angle of 267.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A463F0 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16499240-
CMYK0.320.5900.06
HSL267.66º82.46%66.47%-
HSV(B)267.66º58.75%94.12%-
XYZ35.523.1185.03-
YUV134.51187.53149.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 99 (39.06% from 255) = 19.68%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=32.60%
G=19.68%
B=47.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164992400.320.5900.06267.6682.4666.47
HexA463F0203B0610c5242
Octal244143360407306414122102
Binary10100100110001111110000100000111011011010000110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463F0; }

 p { color: rgb(164,99,240); }

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

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

 a { background-color: rgb(164,99,240); }

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

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

 span { border-color: rgb(164,99,240); }

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