#A463F9

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

Shades of Medium Purple #A463F9

Tints of Medium Purple #A463F9

Color information

#A463F9 (or 0xA463F9) is unknown color: approx Medium Purple. HEX triplet: A4, 63 and F9. RGB value is (164,99,249). Sum of RGB (Red+Green+Blue) = 164+99+249=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #A463F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463F9 is #5B9C06. Grayscale: #878787. Windows color (decimal): -6003719 or 16343972. OLE color: 16343972.

HSL color Cylindrical-coordinate representation of color #A463F9: hue angle of 266º degrees, saturation: 0.93, 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 #A463F9 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16499249-
CMYK0.340.6000.02
HSL266º92.59%68.24%-
HSV(B)266º60.24%97.65%-
XYZ36.8723.6692.25-
YUV135.54192.03148.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=32.03%
G=19.34%
B=48.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164992490.340.6000.0226692.5968.24
HexA463F9223C0210a5d44
Octal244143371427402412135104
Binary1010010011000111111100110001011110001010000101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A463F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A463F9; }

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

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

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

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

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

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

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

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