#A359ED

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

Shades of Medium Purple #A359ED

Tints of Medium Purple #A359ED

Color information

#A359ED (or 0xA359ED) is unknown color: approx Medium Purple. HEX triplet: A3, 59 and ED. RGB value is (163,89,237). Sum of RGB (Red+Green+Blue) = 163+89+237=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #A359ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359ED is #5CA612. Grayscale: #7F7F7F. Windows color (decimal): -6071827 or 15554979. OLE color: 15554979.

HSL color Cylindrical-coordinate representation of color #A359ED: hue angle of 270º 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 #A359ED is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16389237-
CMYK0.310.6200.07
HSL270º80.43%63.92%-
HSV(B)270º62.45%92.94%-
XYZ33.9621.0582.39-
YUV128189.52152.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 89 (35.16% from 255) = 18.20%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=33.33%
G=18.20%
B=48.47%

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
Decimal163892370.310.6200.0727080.4363.92
HexA359ED1F3E0710e5040
Octal243131355377607416120100
Binary1010001110110011110110111111111110011110000111010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359ED; }

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

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

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

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

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

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

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

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