#A559F4

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

Shades of Medium Purple #A559F4

Tints of Medium Purple #A559F4

Color information

#A559F4 (or 0xA559F4) is unknown color: approx Medium Purple. HEX triplet: A5, 59 and F4. RGB value is (165,89,244). Sum of RGB (Red+Green+Blue) = 165+89+244=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #A559F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559F4 is #5AA60B. Grayscale: #808080. Windows color (decimal): -5940748 or 16013733. OLE color: 16013733.

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

Color convert

RGB16589244-
CMYK0.320.6400.04
HSL269.42º87.57%65.29%-
HSV(B)269.42º63.52%95.69%-
XYZ35.4221.6887.91-
YUV129.39192.68153.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=33.13%
G=17.87%
B=49.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal165892440.320.6400.04269.4287.5765.29
HexA559F420400410d5841
Octal2451313644010004415130101
Binary101001011011001111101001000001000000010010000110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559F4; }

 p { color: rgb(165,89,244); }

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

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

 a { background-color: rgb(165,89,244); }

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

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

 span { border-color: rgb(165,89,244); }

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