#A459ED

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

Shades of Medium Purple #A459ED

Tints of Medium Purple #A459ED

Color information

#A459ED (or 0xA459ED) is unknown color: approx Medium Purple. HEX triplet: A4, 59 and ED. RGB value is (164,89,237). Sum of RGB (Red+Green+Blue) = 164+89+237=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #A459ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A459ED is #5BA612. Grayscale: #7F7F7F. Windows color (decimal): -6006291 or 15554980. OLE color: 15554980.

HSL color Cylindrical-coordinate representation of color #A459ED: hue angle of 270.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A459ED is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16489237-
CMYK0.310.6200.07
HSL270.41º80.43%63.92%-
HSV(B)270.41º62.45%92.94%-
XYZ34.1721.1582.4-
YUV128.3189.35153.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 89 (35.16% from 255) = 18.16%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=33.47%
G=18.16%
B=48.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164892370.310.6200.07270.4180.4363.92
HexA459ED1F3E0710e5040
Octal244131355377607416120100
Binary1010010010110011110110111111111110011110000111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A459ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A459ED; }

 p { color: rgb(164,89,237); }

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

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

 a { background-color: rgb(164,89,237); }

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

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

 span { border-color: rgb(164,89,237); }

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