#A363F9

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

Shades of Medium Purple #A363F9

Tints of Medium Purple #A363F9

Color information

#A363F9 (or 0xA363F9) is unknown color: approx Medium Purple. HEX triplet: A3, 63 and F9. RGB value is (163,99,249). Sum of RGB (Red+Green+Blue) = 163+99+249=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #A363F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363F9 is #5C9C06. Grayscale: #868686. Windows color (decimal): -6069255 or 16343971. OLE color: 16343971.

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

Color convert

RGB16399249-
CMYK0.350.6000.02
HSL265.6º92.59%68.24%-
HSV(B)265.6º60.24%97.65%-
XYZ36.6623.5592.24-
YUV135.24192.2147.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 99 (39.06% from 255) = 19.37%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=31.90%
G=19.37%
B=48.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163992490.350.6000.02265.692.5968.24
HexA363F9233C0210a5d44
Octal243143371437402412135104
Binary1010001111000111111100110001111110001010000101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363F9; }

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

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

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

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

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

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

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

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