#A364F4

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

Shades of Medium Purple #A364F4

Tints of Medium Purple #A364F4

Color information

#A364F4 (or 0xA364F4) is unknown color: approx Medium Purple. HEX triplet: A3, 64 and F4. RGB value is (163,100,244). Sum of RGB (Red+Green+Blue) = 163+100+244=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #A364F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A364F4 is #5C9B0B. Grayscale: #868686. Windows color (decimal): -6069004 or 16016547. OLE color: 16016547.

HSL color Cylindrical-coordinate representation of color #A364F4: hue angle of 266.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A364F4 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163100244-
CMYK0.330.5900.04
HSL266.25º86.75%67.45%-
HSV(B)266.25º59.02%95.69%-
XYZ35.9923.4388.21-
YUV135.25189.37147.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.15%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 244 (95.70% from 255) = 48.13%
R=32.15%
G=19.72%
B=48.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631002440.330.5900.04266.2586.7567.45
HexA364F4213B0410a5743
Octal243144364417304412127103
Binary10100011110010011110100100001111011010010000101010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364F4; }

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

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

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

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

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

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

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

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