#A559FE

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

Shades of Medium Purple #A559FE

Tints of Medium Purple #A559FE

Color information

#A559FE (or 0xA559FE) is unknown color: approx Medium Purple. HEX triplet: A5, 59 and FE. RGB value is (165,89,254). Sum of RGB (Red+Green+Blue) = 165+89+254=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 89 (35.16% from 255 or 17.52% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #A559FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A559FE is #5AA601. Grayscale: #818181. Windows color (decimal): -5940738 or 16669093. OLE color: 16669093.

HSL color Cylindrical-coordinate representation of color #A559FE: hue angle of 267.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A559FE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16589254-
CMYK0.350.6500.00
HSL267.64º98.8%67.25%-
HSV(B)267.64º64.96%99.61%-
XYZ36.9822.396.12-
YUV130.53197.68152.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 89 (35.16% from 255) = 17.52%
BLUE value IS 254 (99.61% from 255) = 50%
R=32.48%
G=17.52%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal165892540.350.6500.00267.6498.867.25
HexA559FE23410010c6343
Octal2451313764310100414143103
Binary1010010110110011111111010001110000010010000110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A559FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A559FE; }

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

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

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

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

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

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

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

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