#A456F4

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

Shades of Medium Purple #A456F4

Tints of Medium Purple #A456F4

Color information

#A456F4 (or 0xA456F4) is unknown color: approx Medium Purple. HEX triplet: A4, 56 and F4. RGB value is (164,86,244). Sum of RGB (Red+Green+Blue) = 164+86+244=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 244 (95.70% from 255 or 49.39% from 494); Max value from RGB is 244 - color contains mainly: blue. Hex color #A456F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A456F4 is #5BA90B. Grayscale: #7E7E7E. Windows color (decimal): -6007052 or 16012964. OLE color: 16012964.

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

Color convert

RGB16486244-
CMYK0.330.6500.04
HSL269.62º87.78%64.71%-
HSV(B)269.62º64.75%95.69%-
XYZ34.9721.0887.81-
YUV127.33193.84154.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 86 (33.98% from 255) = 17.41%
BLUE value IS 244 (95.70% from 255) = 49.39%
R=33.20%
G=17.41%
B=49.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164862440.330.6500.04269.6287.7864.71
HexA456F421410410e5841
Octal2441263644110104416130101
Binary101001001010110111101001000011000001010010000111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456F4; }

 p { color: rgb(164,86,244); }

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

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

 a { background-color: rgb(164,86,244); }

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

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

 span { border-color: rgb(164,86,244); }

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